Home › Other › tampermonkey-mcp

tampermonkey-mcp

MCP server to manage your Tampermonkey scripts

TypeScript
★ 41 stars Last pushed 2026-07-13

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.0.4)

npx -y tampermonkey-mcp@0.0.4

Or add to your MCP client config:

{
  "mcpServers": {
    "tampermonkey-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tampermonkey-mcp@0.0.4"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry