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>.
- Open Cursor Settings → MCP and add a new MCP server (it opens
~/.cursor/mcp.json), or edit that file directly. - Paste the entry below inside
mcpServers(merge it if the file already lists servers). - Save. Back in Settings → MCP,
webanatomyshould turn green with its tools listed. - 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>"
}
}
}
}