Skip to content

Commit a144bfe

Browse files
committed
Add Intercom MCP server definition (Remote HTTP)
Official Intercom remote MCP server for customer messaging. Manage conversations, contacts, articles, and tickets via https://mcp.intercom.com/mcp with OAuth. https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
1 parent 0217546 commit a144bfe

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

servers/io.intercom-mcp.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "io.intercom-mcp",
4+
"name": "Intercom",
5+
"alias": "intercom",
6+
"description": "Manage Intercom conversations, contacts, articles, and tickets through the hosted remote MCP server. Search help center content and manage customer data.",
7+
"icon": "https://avatars.githubusercontent.com/u/6585?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["communication", "productivity"],
10+
"tags": ["intercom", "customer-support", "messaging", "help-center", "tickets"],
11+
12+
"transport": {
13+
"type": "http",
14+
"url": "https://mcp.intercom.com/mcp",
15+
"metadata": {
16+
"inputs": []
17+
}
18+
},
19+
20+
"auth": {
21+
"type": "oauth",
22+
"instructions": "Connects via OAuth. Your MCP host will initiate the Intercom OAuth flow to authorize access to your workspace."
23+
},
24+
25+
"contributor": {
26+
"name": "Intercom",
27+
"github": "intercom",
28+
"url": "https://www.intercom.com"
29+
},
30+
31+
"links": {
32+
"repository": "https://github.com/intercom/intercom-mcp-server",
33+
"homepage": "https://www.intercom.com",
34+
"documentation": "https://developers.intercom.com/docs/guides/mcp"
35+
},
36+
37+
"platforms": ["all"],
38+
39+
"capabilities": {
40+
"tools": true,
41+
"resources": false,
42+
"prompts": false,
43+
"read_only_mode": false
44+
}
45+
}

0 commit comments

Comments
 (0)