For the complete documentation index, see llms.txt. This page is also available as Markdown.

MCP for Cursor

Install impact.com MCP in Cursor.

The impact.com MCP Server integrates directly with Cursor, giving you AI-powered access to your partnership data without leaving your editor. Choose between a one-click install or manual configuration.

One-click install

Select this link to open Cursor and add the server automatically: [Coming soon!].

To learn more, see the Cursor documentation.

Manual configuration

Add this to ~/.cursor/mcp.json:

"impact": {
  "url": "https://mcp.impact.com/mcp",
  "auth": {
    "CLIENT_ID": [Coming soon!],
    "scopes": [
      "offline_access",
      "profile"
    ]
  }
}

Last updated