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