Skip to content
Cursor

Netrun for Cursor

io.github.fadeynotchenko/netrun

Publish websites and Telegram bots to Netrun — upload a folder from your editor, get a URL

client:Cursor transport:stdio runtime:npm

Install Netrun in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "netrun": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "netrun-mcp"
      ],
      "env": {
        "NETRUN_API_KEY": "<NETRUN_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Netrun in other clients