mcpbeat Sign in
local only

Site MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 13 Sep 2026.

Read-only MCP server over robertdelanghe.dev's Sigstore-verified static API (stdio).

Installs per day peak 159 · avg 11 · +133% w/w
a month agotoday
31
Installs / week
npm · @bounded-systems/site-mcp
0
Stars
1 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Site MCP 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-mcp -- npx -y @bounded-systems/site-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "site-mcp": {
      "args": [
        "-y",
        "@bounded-systems/site-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.site-mcp]
command = "npx"
args = ["-y", "@bounded-systems/site-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "site-mcp": {
      "args": [
        "-y",
        "@bounded-systems/site-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "site-mcp": {
      "args": [
        "-y",
        "@bounded-systems/site-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SITE_MCP_SIGNATURE_MODE (Manifest Sigstore signature check: off | warn | require.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Site MCP

same job, measured the same way
Bounded Tools MCP
by bounded-systems

Read-only MCP server over bounded.tools's Sigstore-verified static API (stdio).

20 installs/wk local only
SignNow Api Helper MCP
by signnow

MCP server for SignNow API helper tools (stdio only).

49 installs/wk local only
saagarpatel.dev Portfolio
by saagpatel

Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

28 installs/wk 8 tools answering
Kleinanzeigen
by iixauii

A read-only, robots-clean MCP server over kleinanzeigen.de

90 installs/wk local only
SEO Tools: Yandex.Metrica
by antohins

MCP server for Yandex.Metrica Stat API (read-only).

88 installs/wk local only
Longhorn MCP
by rafaelgaspar

MCP server for the Longhorn distributed storage manager API, with a --read-only mode.

59 installs/wk local only
App Store Connect
by forgeopslabs

MCP server for the Apple App Store Connect API - 114 annotated tools, optional read-only mode.

local only
Most Recommended Books
by mostrecommendedbooks

Read-only MCP server for verified book recommendations and reading lists.

6 tools answering

Site MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Site MCP?
Site MCP 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 @bounded-systems/site-mcp was installed 31 times last week.
How do I connect Site MCP?
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 @bounded-systems/site-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Site MCP?
The npm package @bounded-systems/site-mcp was installed 31 times in the last week. Week over week that is +133%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Site MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.