mcpbeat Sign in

site-spec MCP Server

local only

site-spec runs on your own machine — the client starts it, so there is no endpoint to ping. 330 installs a week from npm. Last commit 27 Aug 2026.

MCP server: audit any website for SEO, accessibility, and AI-searchability, then auto-fix it.

Installs per day peak 183 · avg 9
a month agotoday
330
Installs / week
npm · site-spec-mcp
0
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check site-spec every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add site-spec -- npx -y site-spec-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "site-spec": {
      "args": [
        "-y",
        "site-spec-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.site-spec]
command = "npx"
args = ["-y", "site-spec-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "site-spec": {
      "args": [
        "-y",
        "site-spec-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "site-spec": {
      "args": [
        "-y",
        "site-spec-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to site-spec

same job, measured the same way
Tapsite
by mgriffen

MCP server for web inspection, design system extraction, and accessibility audits

56 installs/wk local only
macOS-MCP
by jeomon

MCP server for macOS desktop automation via the Accessibility API.

626 installs/wk local only
MCP Accessibility Scanner
by justasmonkev

MCP server for automated web accessibility scanning with Playwright and Axe-core.

3 068 installs/wk local only
Siteaudit
by thegridwork

Audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks.

41 installs/wk local only
squirrelscan
by squirrelscan

Website QA for your coding agent: audit SEO, performance, security, accessibility over MCP.

20 tools answering
PageLens AI
by pagelens-ai

AI website audit: security, SEO, performance, UX and accessibility checks with actionable fixes.

answering
Optiqra MCP
by armin5872

MCP server exposing OptiQra's website audit tools: SEO, GEO, AEO, and AI-generated fixes.

65 installs/wk local only
Accessibility AI MCP
by csoai-org

Accessibility Ai MCP Server by MEOK AI Labs

362 installs/wk local only

site-spec — questions

Answers built from our own checks of this server.

Why is there no uptime for site-spec?
site-spec runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package site-spec-mcp was installed 330 times last week.
How do I connect site-spec?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls site-spec-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use site-spec?
The npm package site-spec-mcp was installed 330 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is site-spec open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.