Does the MCP upload my files?
No. The hub runs on your computer. Tools read and write local paths only — they reject http(s) URLs.
Updated 17 August 2026
SW Toolbox MCP is a local tool hub for Cursor and Claude. Your agent calls file tools on your computer instead of writing a script. Your files never leave your device.
Buy Pro — $15 oncePolar checkout. Paste the SW-TBX- key into the Agent tab.
Chrome cannot spawn Node itself. Run this once (copy the command from the Agent tab — it includes your extension id), then click Start hub:
npx -y github:simonwong201293/tools-mcp install-host --extension-id=YOUR_EXTENSION_ID
After Start, paste this HTTP config so Cursor uses the process the extension already launched:
{
"mcpServers": {
"sw-toolbox": {
"url": "http://127.0.0.1:17321/mcp"
}
}
}Cursor: Settings → MCP, or .cursor/mcp.json. Claude Desktop: claude_desktop_config.json. Claude Code: project .mcp.json.
{
"mcpServers": {
"sw-toolbox": {
"command": "npx",
"args": ["-y", "github:simonwong201293/tools-mcp"],
"env": {
"SW_TOOLS_GROUPS": "images",
"SW_TOOLBOX_KEY": "SW-TBX-your-pro-key"
}
}
}
}Set SW_TOOLS_GROUPS to images, pdf, data, or a comma list. That is how you keep tool-schema tokens down.
No. The hub runs on your computer. Tools read and write local paths only — they reject http(s) URLs.
Each extra server dumps more tool schemas into the model context. One hub with SW_TOOLS_GROUPS=images (or pdf, data) keeps the list small and saves tokens.
Installing is free. Without SW_TOOLBOX_KEY the hub only registers compress_image. Buy SW Toolbox Pro ($15 once) and paste the SW-TBX- key from Polar to unlock convert, HEIC, PDF, QR, and the other groups.
Yes, after a one-time Terminal install: npx -y github:simonwong201293/tools-mcp install-host --extension-id=YOUR_ID. Then Start hub in the Agent tab launches 127.0.0.1:17321. Chrome cannot spawn Node by itself.
Chrome extension Agent tab: tool directory. Privacy: Privacy Policy.