Skip to content

Connect Claude Code

One command adds the PMM Tools server to Claude Code's MCP config.

Verified

This is the exact command PMM Tools' own key-management page (/private/mcp) generates for signed-in users, in production today.

  1. 1. Get an API key

    Sign in to PMM Tools and open /private/mcp. Click “Generate key” and copy it — the raw key is shown once.

  2. 2. Add the server

    Run this in any terminal, with your own key in place of the placeholder:

    claude mcp add pmm --transport http \
      --url 'https://www.pmmtools.com/api/mcp' \
      --header 'Authorization: Bearer pmm_live_YOUR_KEY'

    Claude Code stores this in ~/.claude.json. The single quotes keep your shell from expanding anything in the key or URL.

  3. 3. Verify the connection

    Start a Claude Code session and ask it something that needs your data, e.g. “What competitors am I tracking in PMM Tools?” Claude should call pmm_competitor_list and answer from the result. Run claude mcp list to confirm the pmm server shows as connected.

See the full tool list and plan limits for what Claude Code can do once it's connected.