Configure claude mcp https://nordicsemi.mcp.kapa.ai

The MCP server requires authentication. To complete the setup, you'll need to:

1. Get an API key from Nordic Semiconductor / Kapa.ai
2. Reconfigure the server with the auth header:

claude mcp remove nordic-semiconductor-docs
claude mcp add --transport http -H "x-api-key: YOUR_ACTUAL_API_KEY" nordic-semiconductor-docs https://nordicsemi.mcp.kapa.ai

Parents Reply Children
  • # claude mcp add --transport http nordic-semiconductor-docs https://nordicsemi.mcp.kapa.ai
    Added HTTP MCP server nordic-semiconductor-docs with URL: https://nordicsemi.mcp.kapa.ai to local config
    File modified: /Users/fcs/.claude.json [project: /Users/fcs/dev]

    # claude 

    ❯ /mcp
    ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
    Manage MCP servers
    1 server

    Local MCPs (/Users/fcs/.claude.json [project: /Users/fcs/dev])
    ❯ nordic-semiconductor-docs · △ needs authentication

  • As   said, Claude says "needs authentication" when the URL is entered with the `https` prefix.

    Worth noting that the "copy command line" option on the website does not include that https prefix.  If I simply paste the provided command as-is I get a different error:

    ~> claude mcp list
    Checking MCP server health...

    nordic-semiconductor-docs: nordicsemi.mcp.kapa.ai (HTTP) - ✗ Failed to connect

Related