Intercom Mcp Server
@ShackletonAnalytics
关于 Intercom Mcp Server
MCP server for Intercom. Give AI agents native access to contacts, conversations, replies, assignments, and ticket resolution. Covers the 7 core Intercom API actions that handle 80% of agent workflows.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"intercom": {
"command": "node",
"args": [
"/absolute/path/to/intercom-mcp-server/index.js"
],
"env": {
"INTERCOM_API_TOKEN": "your_intercom_api_token_here"
}
}
}
}工具
7Find a contact by email, name, or phone
Create a new contact or update an existing one
Filter conversations by status, contact, or assignee
Send a customer reply or internal note
Resolve and close an open conversation
Route a conversation to an admin or team
Add an internal audit note to a contact's profile
概览
What is Intercom Mcp Server?
Intercom Mcp Server is a hosted MCP server that gives AI agents full access to Intercom’s core support workflows — search contacts, manage conversations, reply, assign, close tickets, and log notes. It is built on the Model Context Protocol using the official @modelcontextprotocol/sdk.
How to use Intercom Mcp Server?
Get an Intercom API token from your developer workspace, clone the repository, install dependencies with npm install, set the INTERCOM_API_TOKEN environment variable, then connect the server to Claude Desktop via its config file or test it with the MCP Inspector. Deployment on Railway is also supported.
Key features of Intercom Mcp Server
- Search contacts by email, name, or phone
- Create or update contacts
- Search conversations by status, contact, or assignee
- Reply to conversations as customer or internal note
- Close and resolve open conversations
- Assign conversations to an admin or team
- Add internal notes to a contact’s profile
Use cases of Intercom Mcp Server
- AI agents quickly find and manage customer contacts
- Automate replying to and closing support conversations
- Route conversations to the right team or admin
- Log internal audit notes during support workflows
- Test Intercom API interactions locally or in the cloud
FAQ from Intercom Mcp Server
How do I obtain an Intercom API token?
Go to app.intercom.com, navigate to Settings → Developer Hub → Your App → Authentication, and copy your Access Token. A free developer workspace works for testing.
What are the runtime requirements?
Node.js 18 or higher and an Intercom account (a free developer workspace is sufficient for testing).
How do I connect Intercom Mcp Server to Claude Desktop?
Add a configuration entry to your Claude Desktop config file specifying the command as node, the args as the absolute path to index.js, and the env with your INTERCOM_API_TOKEN.
Can I deploy Intercom Mcp Server on Railway?
Yes. Push the repository to GitHub, create a new Railway project, connect the repo, add the INTERCOM_API_TOKEN environment variable, and deploy — Railway auto-detects Node.js and provides a public URL.
数据与分析 分类下的更多 MCP 服务器
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
mcp-server-apache-airflow
yangkyeongmoMCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
评论