Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Intercom

Cursor plugin that connects agents to Intercom through Intercom's official remote Model Context Protocol server.

Search conversations and contacts, look up companies, and list, search, create, or update Help Center articles in the signed-in Intercom workspace.

Install

  1. Open Cursor Settings → Plugins.
  2. Search for Intercom.
  3. Click Install, then complete the Intercom sign-in prompt.

Or run /add-plugin intercom in chat.

MCP

{
  "mcpServers": {
    "intercom": {
      "type": "http",
      "url": "https://mcp.intercom.com/mcp"
    }
  }
}

Auth is OAuth 2.0 against Intercom with Dynamic Client Registration (DCR) and PKCE. Cursor registers itself and prompts for Intercom sign-in when the plugin connects — there is no API key or client ID to configure.

Regions

This plugin points at the US endpoint. Intercom MCP is available for US and EU hosted workspaces; AU is not supported yet.

Region Workspace URL MCP URL
US app.intercom.com https://mcp.intercom.com/mcp
EU app.eu.intercom.com https://mcp.eu.intercom.com/mcp

If your workspace is EU-hosted, change the url in mcp.json to https://mcp.eu.intercom.com/mcp after install.

Notes

  • Tool calls run as the Intercom user who authorizes the connection and cannot exceed that user's permissions.
  • Needed Intercom permissions include reading users/companies and conversations, plus read/write articles for Help Center tools.
  • Bearer-token auth is also supported by Intercom's server, but this plugin uses the recommended OAuth flow.

Docs

Logo is Intercom's brand mark (Simple Icons) on a white tile, using Intercom blue #1F8FFF.

License

MIT