I
Intercom Articles MCP
by @kaosensei
A Model Context Protocol (MCP) server for reading Intercom Help Center articles
Created 2/6/2026
Updated 19 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-intercom-articles-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"kaosensei-intercom-articles-mcp": {
"command": "npx",
"args": [
"kaosensei-intercom-articles-mcp"
]
}
}
}