WebAnatomy
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.

  1. Open a terminal anywhere. The --scope user flag stores the server in your user config, available in all projects and never committed.
  2. Run the command below, then paste your token at the hidden prompt.
  3. Open Claude Code and run /mcp to check that webanatomy is 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_TOKEN

Once connected, try a prompt from Use cases.