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 Server | Description |
---|---|
Slack | Slack MCP server |
Intercom | Intercom MCP server |
Deepwiki | Deepwiki MCP server |
Cloudflare Browser Rendering | Browser 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.
Tool | Description |
---|---|
slack_get_users | List workspace users with basic profile information. |
slack_add_reaction | Add emoji reactions to messages. |
slack_list_channels | List all the channels in the workspace. |
slack_post_message | Send a new message to a Slack channel. |
slack_reply_to_thread | Reply to a specific message thread. |
slack_get_user_profile | Get detailed profile information for a specific user. |
slack_get_thread_replies | Retrieve all replies in a message thread. |
slack_get_channel_history | Retrieve 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.
Tool | Description |
---|---|
get_url_html_content | Retrieves the HTML content of the specified URL. |
get_url_markdown | Fetches the webpage content and converts it into Markdown format. |
get_url_screenshot | Captures 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.
Tool | Description |
---|---|
fetch | Retrieve detailed information for specific resources. |
search | Universal search tool for finding conversations and contacts. |
get_contact | Get contact information including custom attributes, location data, and activity timestamps. |
get_conversation | Retrieve a single conversation by ID with details including all conversation parts and metadata. |
search_contacts | Search contacts by IDs, name, email, phone, custom attributes, etc. with flexible matching options. |
search_conversations | Search 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.
Tool | Description |
---|---|
ask_question | Ask any question about a GitHub repository. |
read_wiki_contents | Retrieve the contents of a specific documentation topic for a specified GitHub repository. |
read_wiki_structure | Obtain a list of documentation topics for a specified GitHub repository. |
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
- Explore Langbase’s Remote MCP Server for memory and pipe agent tools.
- Join our Discord community for feedback, requests, and support.