Skip to main content
Cursor and Windsurf connect to TapKit via MCP. Add the config, install skills, and you’re ready.

MCP config

Add TapKit to your MCP configuration:
.cursor/mcp.json
{
  "mcpServers": {
    "tapkit": {
      "type": "http",
      "url": "https://mcp.tapkit.ai/mcp",
      "headers": {
        "X-API-Key": "tk_your_api_key"
      }
    }
  }
}

Add skills

npx skills add tapkit -a cursor
The same pattern works for Windsurf — just update the MCP config path to .windsurf/mcp.json.