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
{
"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