TAPD MCP Server
Rank #12,543io.github.sun-jingtao/tapd-mcp-server
在 Cursor/Copilot 中查询、分析和回填 TAPD bug / 需求
TAPD MCP Server is a Model Context Protocol (MCP) server published by sun-jingtao. It ranks #12,543 of 132,113 servers tracked on MCP Toplist. TAPD MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jun 18, 2026 and most recently updated on Jul 14, 2026.
Ranks ahead of 119,570 of 132,113 servers on MCP Toplist.
Use TAPD MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add tapd-mcp-server -e "TAPD_ACCESS_TOKEN=<your TAPD_ACCESS_TOKEN>" -e "TAPD_ALLOW_RAW_WRITE=<your TAPD_ALLOW_RAW_WRITE>" -- npx -y tapd-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.tapd-mcp-server]
command = "npx"
args = ["-y", "tapd-mcp-server"]
[mcp_servers.tapd-mcp-server.env]
TAPD_ACCESS_TOKEN = "<your TAPD_ACCESS_TOKEN>"
TAPD_ALLOW_RAW_WRITE = "<your TAPD_ALLOW_RAW_WRITE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tapd-mcp-server": {
"command": "npx",
"args": [
"-y",
"tapd-mcp-server"
],
"env": {
"TAPD_ACCESS_TOKEN": "<your TAPD_ACCESS_TOKEN>",
"TAPD_ALLOW_RAW_WRITE": "<your TAPD_ALLOW_RAW_WRITE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tapd-mcp-server": {
"command": "npx",
"args": [
"-y",
"tapd-mcp-server"
],
"env": {
"TAPD_ACCESS_TOKEN": "<your TAPD_ACCESS_TOKEN>",
"TAPD_ALLOW_RAW_WRITE": "<your TAPD_ALLOW_RAW_WRITE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tapd-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tapd-mcp-server"
],
"env": {
"TAPD_ACCESS_TOKEN": "<your TAPD_ACCESS_TOKEN>",
"TAPD_ALLOW_RAW_WRITE": "<your TAPD_ALLOW_RAW_WRITE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tapd-mcp-server": {
"command": "npx",
"args": [
"-y",
"tapd-mcp-server"
],
"env": {
"TAPD_ACCESS_TOKEN": "<your TAPD_ACCESS_TOKEN>",
"TAPD_ALLOW_RAW_WRITE": "<your TAPD_ALLOW_RAW_WRITE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tapd-mcp-server": {
"command": "npx",
"args": [
"-y",
"tapd-mcp-server"
],
"env": {
"TAPD_ACCESS_TOKEN": "<your TAPD_ACCESS_TOKEN>",
"TAPD_ALLOW_RAW_WRITE": "<your TAPD_ALLOW_RAW_WRITE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sun-jingtao%2Ftapd-mcp-server)<a href="https://mcptoplist.com/server/io.github.sun-jingtao%2Ftapd-mcp-server"><img src="https://mcptoplist.com/badge/io.github.sun-jingtao%2Ftapd-mcp-server.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
sun-jingtao
Other servers by sun-jingtao
View all sun-jingtao servers →Available versions (6)
| Version | Published |
|---|---|
| 1.0.8 | Jul 14, 2026 |
| 1.0.7 | Jul 8, 2026 |
| 1.0.6 | Jul 8, 2026 |
| 1.0.5 | Jul 6, 2026 |
| 1.0.4 | Jul 3, 2026 |
| 1.0.3 | Jun 18, 2026 |
Frequently asked questions
- Who maintains TAPD MCP Server?
- TAPD MCP Server is maintained by sun-jingtao, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is TAPD MCP Server listed on the Official MCP Registry?
- Yes — TAPD MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does TAPD MCP Server have?
- MCP Toplist tracks 6 versions of TAPD MCP Server, most recently published on Jul 14, 2026.
- Where can I find the source code for TAPD MCP Server?
- The source code for TAPD MCP Server is hosted at github.com/sun-jingtao/tapd-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.