Setup
Claude Code
Connect the Web Anatomy MCP to Claude Code in one command.
Claude Code is the recommended way to use Web Anatomy. Setup is a single command.
Where it goes: Terminal, claude mcp add at user scope.
Generate your token in the MCP dashboard first. The command below asks for it in a hidden prompt so it does not land in shell history.
- Open a terminal anywhere. The
--scope userflag stores the server in your user config, available in all projects and never committed. - Run the command below, then paste your token at the hidden prompt.
- Open Claude Code and run
/mcpto check thatwebanatomyis connected.
read -rsp "Web Anatomy MCP token: " WEBANATOMY_MCP_TOKEN
echo
claude mcp add --scope user --transport http webanatomy https://mcp.webanatomy.ai/mcp --header "Authorization: Bearer $WEBANATOMY_MCP_TOKEN"
unset WEBANATOMY_MCP_TOKENOnce connected, try a prompt from Use cases.