- Claude Code installed:
npm i -g @anthropic-ai/claude-code
# Register the MCP server
claude mcp add --transport http teamwork https://mcp.ai.teamwork.com/
# Start Claude Code, then authenticate interactively
claude
# Inside Claude Code run:
/mcp # Select "Authenticate in Teamwork MCP"claude mcp add --transport http teamwork https://mcp.ai.teamwork.com \
--header "Authorization: Bearer <token>"Replace <token> with your Bearer token.
Tip
# List registered MCP servers
claude mcp list
# Inspect the Teamwork server configuration
claude mcp get teamworkYou should see teamwork listed with transport http and the correct URL.