mcpbeat Sign in

Tapsite MCP Server

local only

Tapsite runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 8 Aug 2026.

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

Installs per day peak 18 · avg 6 · -49% w/w
a month agotoday
41
Installs / week
npm · tapsite
2
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    this._cacheDir = path.join(baseDir || config.CACHE_DIR, domain);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 tapsite -- npx -y tapsite
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tapsite": {
      "args": [
        "-y",
        "tapsite"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tapsite]
command = "npx"
args = ["-y", "tapsite"]
.cursor/mcp.json
{
  "mcpServers": {
    "tapsite": {
      "args": [
        "-y",
        "tapsite"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tapsite": {
      "args": [
        "-y",
        "tapsite"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Tapsite

same job, measured the same way
Optics MCP
by rolemodel

MCP Server for Optics Design System documentation and token usage.

50 installs/wk local only
MCP Design System Extractor
by freema

MCP server for Storybook design systems — extract component HTML, styles and metadata.

180 installs/wk local only
Design Constraint Validator
by cseperkepapp

Validate design tokens for accessibility, scales, and design-system constraint consistency.

71 installs/wk local only
Fragments MCP
by conanmcn

Design system MCP with 9 tools for component discovery, rendering, and a11y auditing

89 installs/wk local only
C
Overlayqa
by overlayqa

Run accessibility, contrast, and design token audits and file QA issues from your AI coding tool.

94 installs/wk local only
Anima MCP Server
by animaapp

Connect AI coding agents to Anima Playground, Figma, and your design system.

answering
Roast My Design System
by pencilrebel

Audit your Design System and serve your Agent the rules that keep AI-written UI on-system.

3 546 installs/wk local only
Roast My Design System
by gregkozakiewicz

Audit your Design System and serve your Agent the rules that keep AI-written UI on-system.

local only

Tapsite — questions

Answers built from our own checks of this server.

Why is there no uptime for Tapsite?
Tapsite 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 tapsite was installed 41 times last week.
How do I connect Tapsite?
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 tapsite straight from npm; nothing to host, nothing to sign up for.
How many people use Tapsite?
The npm package tapsite was installed 41 times in the last week. Week over week that is -49%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tapsite open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 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.