WebAnatomy
Setup

Cursor

Connect the Web Anatomy MCP to Cursor.

Where it goes: ~/.cursor/mcp.json under mcpServers.

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

  1. Open Cursor Settings → MCP and add a new MCP server (it opens ~/.cursor/mcp.json), or edit that file directly.
  2. Paste the entry below inside mcpServers (merge it if the file already lists servers).
  3. Save. Back in Settings → MCP, webanatomy should turn green with its tools listed.
  4. If it stays red, click the refresh icon next to the server.
{
  "mcpServers": {
    "webanatomy": {
      "url": "https://mcp.webanatomy.ai/mcp",
      "headers": {
        "Authorization": "Bearer <paste-your-private-beta-token-here>"
      }
    }
  }
}