HomeProductivity › mcp

mcp

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

Official Go Cloud macOSWindowsLinux Remote
★ 26 stars Last pushed 2026-09-23 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (sse)

https://mcp.ai.teamwork.com/sse Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport sse mcp https://mcp.ai.teamwork.com/sse --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.ai.teamwork.com/sse",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — API key generated from the Teamwork.com OAuth2 process: https://apidocs.teamwork.com/guides/teamwork/app-login-flow

Remote (streamable-http)

https://mcp.ai.teamwork.com Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://mcp.ai.teamwork.com --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.ai.teamwork.com",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — API key generated from the Teamwork.com OAuth2 process: https://apidocs.teamwork.com/guides/teamwork/app-login-flow

Package (oci)

docker run -i --rm docker.io/teamwork/mcp:v1.46.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/teamwork/mcp:v1.46.0"
      ],
      "env": {
        "TW_MCP_BEARER_TOKEN": "<YOUR_VALUE>",
        "TW_MCP_LOG_FORMAT": "<YOUR_VALUE>",
        "TW_MCP_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • TW_MCP_BEARER_TOKEN required secret — 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'.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry