Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 1.6 KB

File metadata and controls

72 lines (55 loc) · 1.6 KB

Claude Desktop — Teamwork.com MCP Setup

Back to Usage Guide

Claude Desktop with Teamwork MCP

Prerequisites

Setup

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

Configuration

Option A — Local binary (STDIO, recommended)

{
  "mcpServers": {
    "Teamwork.com": {
      "command": "tw-mcp",
      "args": [],
      "env": {
        "TW_MCP_BEARER_TOKEN": "<token>"
      }
    }
  }
}

Replace <token> with your Bearer token.

Option B — Docker (STDIO)

{
  "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>"
      }
    }
  }
}

Verify

Restart Claude Desktop. You should see the Teamwork.com MCP tools listed in the tool selector (hammer icon) within a chat.