I
Intercom
Read Intercom conversations and users.
·No reviews yet
Share:
About
Auto-generated
Intercom is a Model Context Protocol server in the Communication category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range
Screenshots
No screenshots yet.
Install Intercom
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"intercom": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-intercom"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"intercom": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-intercom"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"intercom": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-intercom"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.