← Index

com.teamwork/mcp

com.teamwork/mcp·v1.17.0·Other
Quality Score
85
/100

The Teamwork.com official MCP server helps teams efficiently manage client projects with AI.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.ai.teamwork.com
Claude Desktop (Docker)
{
  "mcpServers": {
    "mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/teamwork/mcp:v1.17.0"
      ],
      "env": {
        "TW_MCP_BEARER_TOKEN": "<your-tw_mcp_bearer_token>",
        "TW_MCP_LOG_FORMAT": "<tw_mcp_log_format>",
        "TW_MCP_LOG_LEVEL": "<tw_mcp_log_level>"
      }
    }
  }
}
§02  Environment variables
TW_MCP_BEARER_TOKEN
requiredsecret

API key generated from the Teamwork.com OAuth2 process: https://apidocs.teamwork.com/guides/teamwork/app-login-flow

TW_MCP_LOG_FORMAT

Choose log output format between 'text' or 'json'. Default is 'text'.

TW_MCP_LOG_LEVEL

Choose log level between 'debug', 'info', 'warn' or 'error'. Default is 'info'.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other