Back to Browse

Tapd MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

This TAPD MCP server demonstrates solid security practices with proper authentication via access tokens, reasonable permission scoping, and comprehensive input validation. The codebase shows careful attention to sensitive data handling (tokens not logged, environment-based storage) and implements multi-level confirmation for write operations. Minor code quality issues and some overly broad error handling prevent a higher score, but findings do not indicate critical security vulnerabilities. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

TAPD 个人访问令牌Required

Environment variable: TAPD_ACCESS_TOKEN

是否允许 tapd_call_api 通用透传工具发起 POST 写操作,设为 true 开启;默认关闭,仅拦截透传写入,不影响专用写工具Optional

Environment variable: TAPD_ALLOW_RAW_WRITE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-sun-jingtao-tapd-mcp-server": {
      "env": {
        "TAPD_ACCESS_TOKEN": "your-tapd-access-token-here",
        "TAPD_ALLOW_RAW_WRITE": "your-tapd-allow-raw-write-here"
      },
      "args": [
        "-y",
        "tapd-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!