Netrun for Claude Desktop
io.github.fadeynotchenko/netrun
Publish websites and Telegram bots to Netrun — upload a folder from your editor, get a URL
client:Claude Desktop
transport:stdio
runtime:npm
Install Netrun in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"netrun": {
"command": "npx",
"args": [
"-y",
"netrun-mcp"
],
"env": {
"NETRUN_API_KEY": "<NETRUN_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs