Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.01 KB

File metadata and controls

47 lines (31 loc) · 1.01 KB

Claude Code (CLI) — Teamwork.com MCP Setup

Back to Usage Guide

Prerequisites

  • Claude Code installed: npm i -g @anthropic-ai/claude-code

Setup

Option A — Browser Authentication (HTTP + OAuth2)

# 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"

Option B — Bearer Token (HTTP)

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

Replace <token> with your Bearer token.

Verify

# List registered MCP servers
claude mcp list

# Inspect the Teamwork server configuration
claude mcp get teamwork

You should see teamwork listed with transport http and the correct URL.