Skip to main content
Connect any AI agent to your SuperPlanner workspace — Claude, Cursor, Windsurf, and more. The setup is the same regardless of which tool you use.

Prerequisites

Setup

The server runs via npx — no global install needed. Add the following block to your MCP client’s config file:
{
  "mcpServers": {
    "SuperPlanner": {
      "command": "npx",
      "args": ["-y", "@spotnik/superplanner-mcp", "--token", "sp_xxx", "--region", "us"]
    }
  }
}
Replace sp_xxx with your API token and us with your region code.
FlagRequiredValuesDescription
--tokenYessp_...Your SuperPlanner API token
--regionYesus, eu, au, ilThe region your account is hosted in
Not sure which region to use? In monday.com, go to your avatarAdministratorGeneralProfile. Your region is listed under “Your Data is stored in”. You can also start with us — the server will automatically redirect if it doesn’t match.

Config file location for common clients

ClientConfig file
Claude Desktopclaude_desktop_config.json — find it via Claude Desktop → Settings → Developer
Cursor.cursor/mcp.json in your project root, or the global Cursor MCP config
Windsurf~/.codeium/windsurf/mcp_config.json
For any other MCP client, refer to its documentation on how to add a server entry using the command + args format above.