1
Add it to Claude Code
claude mcp add tapd-mcp -- uvx mcp-server-tapdEnvironment Variables
Set these before running TAPD MCP Server.
VariableDescriptionRequired
TAPD_ACCESS_TOKENPersonal access token for TAPD authentication (recommended)NoTAPD_API_USERAPI account usernameNoTAPD_API_PASSWORDAPI account passwordNoBOT_URLWeCom robot webhook URL for notificationsNoTry It Out
After setup, try these prompts with your AI agent:
→List all open defects assigned to me in the current TAPD iteration.
→Create a new task in TAPD for the upcoming sprint with the title 'Update API documentation'.
→Summarize the progress of the current project iteration based on TAPD data.
→Change the status of requirement ID 12345 to 'Completed'.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Python 3.8+ with pip installed
Alternative installation methods
Manual
git clone https://cnb.cool/tapd_mcp/mcp-server-tapd.git && cd mcp-server-tapd/src/mcp_server_tapd && uv venv && source .venv/bin/activate && uv pip install requests markdown mcp mcp_server_tapdKeep this setup from going cold
Save the docs, env vars, and workflow around TAPD MCP Server in Conare so Claude Code, Codex, and Cursor remember it next time.