In
MCP SERVER
Visit projectIntercom MCP Server
Intercom-hosted remote MCP server for conversations, contacts and help center content.
About Intercom MCP Server
Intercom-hosted remote MCP server for conversations, contacts and help center content. Details were read from the publisher’s product pages and documentation.
What you can do
- Conversation search
- Contact data
- Help center content
How to connect
What is the endpoint and how does it run?
Hosted remote server over Streamable HTTP at https://mcp.intercom.com/mcp.
Does it need authentication?
You sign in with the publisher through OAuth.
How do I add Intercom MCP Server to Claude Code, Cursor or Claude Desktop?
Claude Code
claude mcp add --transport http intercom https://mcp.intercom.com/mcpCursor, Windsurf and other clients that accept a URL (mcp.json)
{
"mcpServers": {
"intercom": {
"url": "https://mcp.intercom.com/mcp"
}
}
}Claude Desktop (claude_desktop_config.json, via the mcp-remote bridge)
{
"mcpServers": {
"intercom": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.intercom.com/mcp"
]
}
}
}Snippets are generated from the published endpoint; the server name intercom is only a label you can change. Add the credentials the publisher documents.
REMOTE ENDPOINT
https://mcp.intercom.com/mcpUse this URL in a compatible client. Follow the provider’s authentication instructions.Sources and checks
View the sourceSource information collected September 8, 2026.
Badge and embed
Show this listing on your website or README. The badge and the card link back to this page.
Markdown badge
[](https://ruagentic.com/tools/intercom-mcp)HTML badge
<a href="https://ruagentic.com/tools/intercom-mcp"><img src="https://ruagentic.com/badge/intercom-mcp.svg" alt="Listed on RUAGENTIC" height="28"></a>Markdown card
[](https://ruagentic.com/tools/intercom-mcp)HTML embed
<iframe src="https://ruagentic.com/embed/intercom-mcp" width="480" height="150" style="border:0;max-width:100%" loading="lazy" title="Intercom MCP Server on RUAGENTIC"></iframe>