Give ChatGPT hands on your PC — a remote MCP server with shell, file and search tools, published through a free Cloudflare tunnel.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"localmcpcoder": {
"command": "npx",
"args": [
"-y",
"JuanseGZZ/localmcpcoder"
]
}
}
}
Run in terminal:
claude mcp add localmcpcoder npx -y JuanseGZZ/localmcpcoder
Add to .cursor/mcp.json:
{
"mcpServers": {
"localmcpcoder": {
"command": "npx",
"args": [
"-y",
"JuanseGZZ/localmcpcoder"
]
}
}
}