Open-source local-first MCP server and Chrome extension for AI agents: browser automation through bounded command groups, progress, multi-page concurrency, and CDP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"npc-moneyhand": {
"command": "npx",
"args": [
"-y",
"npcworkspace-cmyk/npc-moneyhand"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add npc-moneyhand npx -y npcworkspace-cmyk/npc-moneyhand
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"npc-moneyhand": {
"command": "npx",
"args": [
"-y",
"npcworkspace-cmyk/npc-moneyhand"
]
}
}
}
📋 Copy