← Index

TAPD MCP Server

io.github.scizuixiangsis/tapd-mcp-server·v0.1.8·Developer Tools
Quality Score
90
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "tapd-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tapd-mcp-server"
      ],
      "env": {
        "TAPD_ACCESS_TOKEN": "<your-tapd_access_token>",
        "TAPD_DEFAULT_WORKSPACE_ID": "<tapd_default_workspace_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "tapd-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tapd-mcp-server"
      ],
      "env": {
        "TAPD_ACCESS_TOKEN": "<your-tapd_access_token>",
        "TAPD_DEFAULT_WORKSPACE_ID": "<tapd_default_workspace_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y tapd-mcp-server
§02  Environment variables
TAPD_ACCESS_TOKEN
requiredsecret

TAPD 个人访问令牌

TAPD_DEFAULT_WORKSPACE_ID

TAPD 默认项目 ID,可选

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools