mcpbeat Sign in

Tampermonkey MCP Server

by tampermonkey Your server? Claim it
local only

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

MCP server to manage your Tampermonkey scripts

Installs per day peak 55 · avg 17 · -7% w/w
a month agotoday
92
Installs / week
npm · tampermonkey-mcp
38
Stars
2 open issues
13 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

Alternatives to Tampermonkey MCP

same job, measured the same way
Qovery MCP Server
by qovery

Deploy and manage your apps on Qovery

answering
Cello
by cello

Cello MCP server to launch and manage your Referral and Partner program

answering
Fizzy
by davegomez

MCP server for Fizzy task management

39 installs/wk local only
Tailscale MCP Server
by yawlabs

Tailscale MCP server for managing your tailnet from AI assistants

1 462 installs/wk local only
Sms MCP
by mobile-text-alerts

The Mobile Text Alerts SMS MCP server enables your AI to send SMS messages & manage contacts

answering
Atako
by atako

Remote MCP server to read and manage your Atako AI agents, messages, files, and integrations.

3 tools answering
CLI Microsoft365 MCP Server
by pnp

MCP server for CLI for Microsoft 365 to manage your tenant using natural language

1 133 installs/wk local only
Komodo MCP Server
by samik081

Manage Komodo through AI assistants

115 installs/wk local only

Tampermonkey MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tampermonkey MCP?
Tampermonkey 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 tampermonkey-mcp was installed 92 times last week.
How do I connect Tampermonkey 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 tampermonkey-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tampermonkey MCP?
The npm package tampermonkey-mcp was installed 92 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tampermonkey MCP open source?
We cannot say either way: written in TypeScript, 38 stars on GitHub and 2 open issues, but we could not determine the licence, and without one the code is not open source by default.