Web Anatomy MCP Server

Installs the Web Anatomy skill pack for Claude Code, OpenAI Codex, Cursor, Windsurf, and any agent that supports the Agent Skills spec. It is available as a remote MCP endpoint.

Teams that want a hosted endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-02 · ★ 7 · #749 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Web Anatomy

Claude Code

claude mcp add gabrielamz-web-anatomy --transport http https://mcp.webanatomy.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "gabrielamz-web-anatomy": {
      "url": "https://mcp.webanatomy.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.webanatomy.ai/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.webanatomy.ai

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace ai.webanatomy - domain-verified with the official MCP registry

03 · What Web Anatomy can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.4.0 · 2026-06-18

First published version. Makes the create branch a first-class flow and clarifies the engine. Full reasoning in docs/skill-orchestration.md. · Highlights · Renamed improve-page -> write-page (the copy engine). It also…

04 · Who maintains Web Anatomy

WebAnatomy is maintained by gabrielamz. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #749 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-18)
registry
ai.webanatomy/webanatomy (active, first published 2026-06-17 · 2 versions)

06 · Web Anatomy FAQ

What is Web Anatomy?

Installs the Web Anatomy skill pack for Claude Code, OpenAI Codex, Cursor, Windsurf, and any agent that supports the Agent Skills spec. It is available as a remote MCP endpoint.

Is Web Anatomy still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-02 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Web Anatomy?

Run `claude mcp add gabrielamz-web-anatomy --transport http https://mcp.webanatomy.ai/mcp`. You can also paste the ready-made client config above.

Does Web Anatomy require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Web Anatomy