mcpbeat Sign in

TAPD MCP Server

by sun-jingtao Your server? Claim it
local only

TAPD MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 158 installs a week from npm. Last commit 14 Jul 2026.

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

Installs per day peak 394 · avg 70 · -42% w/w
a month agotoday
158
Installs / week
npm · tapd-mcp-server
0
Stars
0 open issues
14 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check TAPD MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tapd-mcp-server -- npx -y tapd-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tapd-mcp-server": {
      "args": [
        "-y",
        "tapd-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tapd-mcp-server]
command = "npx"
args = ["-y", "tapd-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "tapd-mcp-server": {
      "args": [
        "-y",
        "tapd-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tapd-mcp-server": {
      "args": [
        "-y",
        "tapd-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TAPD_ACCESS_TOKEN (TAPD 个人访问令牌), TAPD_ALLOW_RAW_WRITE (是否允许 tapd_call_api 通用透传工具发起 POST 写操作,设为 true 开启;默认关闭,仅拦截透传写入,不影响专用写工具). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TAPD MCP Server

same job, measured the same way
TAPD MCP Server
by scizuixiangsis

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

local only
IBM Code Engine MCP Server
by markusvankempen

Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP.

52 installs/wk local only
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

72 installs/wk local only
Preflight
by newrelic-experimental

New Relic MCP server for observing AI coding assistants (Claude Code, Cursor, Copilot, etc.)

2 650 installs/wk local only
OKX MCP Server
by aahl

MCP Server for okx.com

122 installs/wk local only
Customer Io
by pipeworx-io

MCP server for customer-io

answering
SPOC
by spoc-app

stdio bridge for the SPOC MCP server — for Claude Desktop, Cursor, Zed

223 installs/wk local only
Color AI MCP
by csoai-org

Color Ai MCP Server by MEOK AI Labs

217 installs/wk local only

TAPD MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for TAPD MCP Server?
TAPD MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tapd-mcp-server was installed 158 times last week.
How do I connect TAPD MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tapd-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use TAPD MCP Server?
The npm package tapd-mcp-server was installed 158 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TAPD MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.