WebAnatomy
Setup

Other MCP clients

Connect any other MCP client to the Web Anatomy MCP.

Any client that supports remote HTTP MCP servers can connect.

Where it goes: your client's MCP config, usually a JSON file with an mcpServers key.

Generate your token in the MCP dashboard and paste it in place of <paste-your-private-beta-token-here>.

  1. Find the MCP servers config in your client (look for "MCP" in its settings or docs).
  2. Add the entry below. Adapt the key names if your client uses a variant (url / serverUrl / httpUrl, with or without "type": "http").
  3. Restart the client and check that the webanatomy tools are listed.
{
  "mcpServers": {
    "webanatomy": {
      "type": "http",
      "url": "https://mcp.webanatomy.ai/mcp",
      "headers": {
        "Authorization": "Bearer <paste-your-private-beta-token-here>"
      }
    }
  }
}