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
10 changes: 10 additions & 0 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@
"name": "github",
"source": "third_party/github",
"description": "Connect Cursor to GitHub — repositories, issues, pull requests, code search, and Actions — via GitHub's official remote MCP server."
},
{
"name": "apollo-io",
"source": "third_party/apollo-io",
"description": "Connect Cursor to Apollo.io — prospect search, contact and company enrichment, lists, sequences, and one-off emails — via Apollo's official remote MCP server."
},
{
"name": "zoominfo",
"source": "third_party/zoominfo",
"description": "Connect Cursor to ZoomInfo — company and contact search, enrichment, buyer intent signals, scoops, and account research — via ZoomInfo's official remote MCP server."
}
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
| `google-calendar` | [Google Calendar](third_party/google-calendar/) | Cursor | Productivity | Connect Cursor to Google Calendar via Google's remote MCP server — list calendars, search events, and create or update meetings. |
| `gong` | [Gong](third_party/gong/) | Cursor | Integrations | Gong MCP integration for revenue intelligence — account summaries, deal insights, and call briefs. |
| `salesforce` | [Salesforce](third_party/salesforce/) | Cursor | Integrations | Connect Cursor to Salesforce via Salesforce Hosted MCP — query, search, create, update, and traverse records in your org. |
| `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. |
| `zoominfo` | [ZoomInfo](third_party/zoominfo/) | Cursor | Integrations | Connect Cursor to ZoomInfo — company and contact search, enrichment, buyer intent signals, scoops, and account research — via ZoomInfo's official remote 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/apollo-io/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "apollo-io",
"displayName": "Apollo.io",
"version": "1.0.0",
"minClientVersions": {
"cursor": "3.13.0"
},
"description": "Connect Cursor to Apollo.io — prospect search, contact and company enrichment, lists, sequences, and one-off emails — via Apollo's official remote MCP server.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://docs.apollo.io/docs/apollo-mcp",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.svg",
"keywords": [
"apollo",
"apollo-io",
"sales",
"prospecting",
"enrichment",
"gtm",
"mcp"
],
"category": "integrations",
"tags": [
"apollo",
"sales",
"mcp",
"prospecting"
],
"mcpServers": "./mcp.json"
}
8 changes: 8 additions & 0 deletions third_party/apollo-io/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: Apollo.io brand mark on the brand yellow tile.
- Added the `apollo-io` MCP server pointing at `https://mcp.apollo.io/mcp`.
21 changes: 21 additions & 0 deletions third_party/apollo-io/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.
53 changes: 53 additions & 0 deletions third_party/apollo-io/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Apollo.io

Cursor plugin that connects agents to [Apollo.io](https://www.apollo.io) through Apollo's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server.

Search Apollo's contact and company database, enrich records, manage contacts and lists, work with sequences and tasks, and send one-off emails from the signed-in Apollo workspace.

This is Apollo.io the sales intelligence platform — not [Apollo GraphOS](https://www.apollographql.com/docs/apollo-mcp-server), which ships an unrelated self-hosted MCP server for GraphQL APIs.

## Install

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

Or run `/add-plugin apollo-io` in chat.

## MCP

```json
{
"mcpServers": {
"apollo-io": {
"type": "http",
"url": "https://mcp.apollo.io/mcp"
}
}
}
```

Auth is OAuth 2.0 against Apollo. Cursor prompts for Apollo sign-in when the plugin connects — there is no API key to configure.

## Before you connect

Apollo prohibits AI model training on data accessed through Apollo MCP. Turn model training off in your Cursor privacy settings before connecting.

You also need an active Apollo account with access to the records you want the agent to use, plus available credits for enrichment and other credit-consuming actions.

## Notes

- Tool calls run as the Apollo user who authorizes the connection and cannot exceed that user's permissions.
- People search returns profile data only; use an enrichment action to retrieve emails and phone numbers. Enrichment consumes credits.
- Revoke access at any time from Apollo's connected apps settings.

## Docs

- Apollo MCP setup: https://docs.apollo.io/docs/apollo-mcp
- Enrichment overview: https://knowledge.apollo.io/hc/en-us/articles/33699917233293-Enrichment-Overview

Logo is Apollo.io's brand mark on the brand yellow tile, sized to match the other third-party plugin logos.

## License

MIT
7 changes: 7 additions & 0 deletions third_party/apollo-io/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/apollo-io/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"apollo-io": {
"type": "http",
"url": "https://mcp.apollo.io/mcp"
}
}
}
34 changes: 34 additions & 0 deletions third_party/zoominfo/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "zoominfo",
"displayName": "ZoomInfo",
"version": "1.0.0",
"minClientVersions": {
"cursor": "3.13.0"
},
"description": "Connect Cursor to ZoomInfo — company and contact search, enrichment, buyer intent signals, scoops, and account research — via ZoomInfo's official remote MCP server.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://docs.zoominfo.com/docs/zi-api-mcp-overview",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.svg",
"keywords": [
"zoominfo",
"sales",
"prospecting",
"enrichment",
"intent",
"gtm",
"mcp"
],
"category": "integrations",
"tags": [
"zoominfo",
"sales",
"mcp",
"enrichment"
],
"mcpServers": "./mcp.json"
}
8 changes: 8 additions & 0 deletions third_party/zoominfo/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: ZoomInfo brand mark on the brand red tile.
- Added the `zoominfo` MCP server pointing at `https://mcp.zoominfo.com/mcp`.
21 changes: 21 additions & 0 deletions third_party/zoominfo/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.
51 changes: 51 additions & 0 deletions third_party/zoominfo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# ZoomInfo

Cursor plugin that connects agents to [ZoomInfo](https://www.zoominfo.com) through ZoomInfo's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server.

Search companies and contacts, enrich records with firmographics and verified contact details, surface buyer intent signals, scoops, and news, and generate account and contact research briefings.

## Install

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

Or run `/add-plugin zoominfo` in chat.

## MCP

```json
{
"mcpServers": {
"zoominfo": {
"type": "http",
"url": "https://mcp.zoominfo.com/mcp"
}
}
}
```

Auth is OAuth 2.0 against ZoomInfo, including organization SSO. Cursor prompts for ZoomInfo sign-in when the plugin connects — there is no API key to configure.

## Before you connect

ZoomInfo prohibits AI model training on data accessed through ZoomInfo MCP. Turn model training off in your Cursor privacy settings before connecting.

You also need a ZoomInfo license (GTM.ai self-serve or Enterprise). Your plan's API limits, credits, and feature availability all apply to MCP usage.

## Notes

- Tool calls respect the role-based permissions of the ZoomInfo user who authorizes the connection.
- Search is free; enrichment and research tools consume bulk data or AI action credits.

## Docs

- ZoomInfo MCP overview: https://docs.zoominfo.com/docs/zi-api-mcp-overview
- Connect ZoomInfo MCP: https://docs.zoominfo.com/docs/connect-to-zoominfo-mcp
- Available MCP tools: https://docs.zoominfo.com/docs/available-mcp-tools

Logo is ZoomInfo's brand mark on the brand red tile, sized to match the other third-party plugin logos.

## License

MIT
12 changes: 12 additions & 0 deletions third_party/zoominfo/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/zoominfo/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"zoominfo": {
"type": "http",
"url": "https://mcp.zoominfo.com/mcp"
}
}
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ZoomInfo OAuth config broken

High Severity · Logic Bug

mcp.json registers ZoomInfo as a bare HTTP URL, but ZoomInfo’s Cursor integration still requires the mcp-remote stdio bridge. Their /oauth/register endpoint rejects Cursor’s cursor:// redirect URI, so native HTTP OAuth fails and the plugin cannot authenticate. ZoomInfo’s own plugin keeps the npx mcp-remote shape, and their native-HTTP switch remains blocked pending that server fix.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 97479da. Configure here.

Loading