Skip to content
Cursor

TAPD MCP Server for Cursor

io.github.sun-jingtao/tapd-mcp-server

在 Cursor/Copilot 中查询、分析和回填 TAPD bug / 需求

client:Cursor transport:stdio runtime:npm

Install TAPD MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tapd-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tapd-mcp-server"
      ],
      "env": {
        "TAPD_ACCESS_TOKEN": "<TAPD_ACCESS_TOKEN>",
        "TAPD_ALLOW_RAW_WRITE": "<TAPD_ALLOW_RAW_WRITE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

TAPD MCP Server in other clients