- Video walkthrough: https://www.youtube.com/watch?v=BHPSuAYEVYU
- Teamwork CLI installed and in your PATH — see the Teamwork CLI setup guide
- Claude Desktop installed: https://claude.ai/download
Open or create the Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
For more details on the config file location, see the MCP quickstart: https://modelcontextprotocol.io/quickstart/user
Tip
{
"mcpServers": {
"Teamwork.com": {
"command": "tw-mcp",
"args": [],
"env": {
"TW_MCP_BEARER_TOKEN": "<token>"
}
}
}
}Replace <token> with your Bearer token.
{
"mcpServers": {
"Teamwork.com": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TW_MCP_BEARER_TOKEN",
"ghcr.io/teamwork/mcp:latest"
],
"env": {
"TW_MCP_BEARER_TOKEN": "<token>"
}
}
}
}Restart Claude Desktop. You should see the Teamwork.com MCP tools listed in the tool selector (hammer icon) within a chat.