NET Genium for Claude Desktop
com.netgenium/instance
Read and write the data and applications of your NET Genium instance; read the framework docs.
client:Claude Desktop
transport:streamable-http
Install NET Genium in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"instance": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{instance}.netgenium.online/api.aspx"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs