Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@
"source": "third_party/hubspot",
"description": "Connect Cursor to HubSpot CRM — search and update contacts, companies, deals, and tickets; work with activities, conversations, and marketing emails — via HubSpot's official remote MCP server."
},
{
"name": "intercom",
"source": "third_party/intercom",
"description": "Connect Cursor to Intercom — search conversations and contacts, look up companies, and manage Help Center articles — via Intercom's official remote MCP server."
},


{
"name": "zoom",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
| `apollo-io` | [Apollo.io](third_party/apollo-io/) | Cursor | Integrations | Connect Cursor to Apollo.io — prospect search, contact and company enrichment, lists, sequences, and one-off emails — via Apollo's official remote MCP server. |
| `ashby` | [Ashby](third_party/ashby/) | Cursor | Integrations | Connect Cursor to Ashby — search candidates and jobs, prep for interviews, manage pipeline tasks, and take recruiting actions — via Ashby's official remote MCP server. |
| `hubspot` | [HubSpot](third_party/hubspot/) | Cursor | Integrations | Connect Cursor to HubSpot CRM — search and update contacts, companies, deals, and tickets; work with activities, conversations, and marketing emails — via HubSpot's official remote MCP server. |
| `intercom` | [Intercom](third_party/intercom/) | Cursor | Integrations | Connect Cursor to Intercom — search conversations and contacts, look up companies, and manage Help Center articles — via Intercom's official remote MCP server. |
| `x` | [X](third_party/x/) | Cursor | Integrations | Read-only access to the X API — search posts and users, read timelines and mentions, and pull trends and news — via X's official hosted MCP server. |
Author values match each plugin’s `plugin.json` `author.name` (Cursor lists `plugins@cursor.com` in the manifest).

Expand Down
34 changes: 34 additions & 0 deletions third_party/intercom/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "intercom",
"displayName": "Intercom",
"version": "1.0.0",
"minClientVersions": {
"cursor": "3.13.0"
},
"description": "Connect Cursor to Intercom — search conversations and contacts, look up companies, and manage Help Center articles — via Intercom's official remote MCP server.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://developers.intercom.com/docs/guides/mcp",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.svg",
"keywords": [
"intercom",
"mcp",
"support",
"conversations",
"contacts",
"help-center",
"customer-support"
],
"category": "integrations",
"tags": [
"intercom",
"support",
"mcp",
"crm"
],
"mcpServers": "./mcp.json"
}
8 changes: 8 additions & 0 deletions third_party/intercom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this plugin will be documented here.

## 1.0.0 — initial release

- Logo: Intercom brand mark on a white tile (Intercom blue `#1F8FFF`).
- Added the `intercom` MCP server pointing at `https://mcp.intercom.com/mcp`.
21 changes: 21 additions & 0 deletions third_party/intercom/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Cursor

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
56 changes: 56 additions & 0 deletions third_party/intercom/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Intercom

Cursor plugin that connects agents to [Intercom](https://www.intercom.com) through Intercom's official remote [Model Context Protocol](https://modelcontextprotocol.io/) 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

```json
{
"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

- Intercom MCP guide: https://developers.intercom.com/docs/guides/mcp
- Server URL (US): https://mcp.intercom.com/mcp

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

## License

MIT
7 changes: 7 additions & 0 deletions third_party/intercom/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions third_party/intercom/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"intercom": {
"type": "http",
"url": "https://mcp.intercom.com/mcp"
}
}
}
Loading