tampermonkey mcp for Claude Desktop
io.github.tampermonkey/tampermonkey-mcp
MCP server to manage your Tampermonkey scripts
client:Claude Desktop
transport:stdio
runtime:npm
Install tampermonkey mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tampermonkey-mcp": {
"command": "npx",
"args": [
"-y",
"tampermonkey-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs