Popular MCP Servers with Command.new

Explore popular MCP servers like Cloudflare, Intercom, and Deepwiki that can be integrated with Command.new to enhance your AI agents with web browsing, customer support data access, and GitHub repository interactions.


Supported MCP Servers

MCP ServerDescription
SlackSlack MCP server
IntercomIntercom MCP server
DeepwikiDeepwiki MCP server
Cloudflare Browser RenderingBrowser Rendering MCP server

Slack MCP Server

Langbase provides a remote Slack MCP server that lets you interact with your Slack workspace using a variety of specialized tools.

ToolDescription
slack_get_usersList workspace users with basic profile information.
slack_add_reactionAdd emoji reactions to messages.
slack_list_channelsList all the channels in the workspace.
slack_post_messageSend a new message to a Slack channel.
slack_reply_to_threadReply to a specific message thread.
slack_get_user_profileGet detailed profile information for a specific user.
slack_get_thread_repliesRetrieve all replies in a message thread.
slack_get_channel_historyRetrieve recent messages from a channel.

Authentication

You can create a Slack Bot Token from the Slack API.


Cloudflare Browser Rendering MCP Server

Cloudflare provides a remote Browser Rendering MCP server that allows you to get the HTML content, Markdown content, and screenshot of any webpage.

ToolDescription
get_url_html_contentRetrieves the HTML content of the specified URL.
get_url_markdownFetches the webpage content and converts it into Markdown format.
get_url_screenshotCaptures a screenshot of the webpage. Optionally, specify the viewport size.

Authentication

You need to have a Cloudflare account to use the Cloudflare Browser Rendering MCP server.


Intercom MCP Server

Intercom provides a remote MCP server that enables users to interact with their data like conversations, contacts, etc., through various specialized tools.

ToolDescription
fetchRetrieve detailed information for specific resources.
searchUniversal search tool for finding conversations and contacts.
get_contactGet contact information including custom attributes, location data, and activity timestamps.
get_conversationRetrieve a single conversation by ID with details including all conversation parts and metadata.
search_contactsSearch contacts by IDs, name, email, phone, custom attributes, etc. with flexible matching options.
search_conversationsSearch conversations by specific IDs with advanced filtering options.

Authentication

You need to have a Intercom account to use the Intercom MCP server.


Deepwiki MCP Server

Deepwiki provides a remote Deepwiki MCP server that enables users to interact with and retrieve GitHub repositories through various specialized tools.

ToolDescription
ask_questionAsk any question about a GitHub repository.
read_wiki_contentsRetrieve the contents of a specific documentation topic for a specified GitHub repository.
read_wiki_structureObtain a list of documentation topics for a specified GitHub repository.
Info

The Deepwiki MCP server can be used without an API key for public repositories. However, accessing private repositories requires a Deepwiki API key.


Production ready agents

Get started quickly by forking these pre-built, production-ready agents:

1. URL Agent

An agent that lets you have conversations with URLs through natural language.

2. GitHub QnA Agent

An agent that lets you ask questions and get answers about any GitHub repository.


Next Steps