TAPD is used quite frequently at work, and I’ve recently been integrating MCP. Here, using Claude Code as an example, I’ll list how to set it up. Other AI tools work similarly.
Configuration
Note: You can use either a token or username/password, whichever you prefer. The token can be added at this location
"mcpServers": {
"mcp-server-tapd": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-tapd"
],
"env": {
"TAPD_ACCESS_TOKEN": "xxxx",
"TAPD_API_USER": "",
"TAPD_API_PASSWORD": "",
"TAPD_API_BASE_URL": "https://api.tapd.cn",
"TAPD_BASE_URL": "https://www.tapd.cn",
"BOT_URL": ""
}
}
}
Testing
After setup, enter a conversation in Claude and use /mcp to check the connection status of the Tapd MCP.

