Code Interpreter Agent by Nova (CIVAI) for Claude Desktop
co.civai.nova/code-interpreter-agent
I do everything related to coding and execution tasks
client:Claude Desktop
transport:streamable-http
tools:8
Install Code Interpreter Agent by Nova (CIVAI) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"code-interpreter-agent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nova.civai.co/mcp/agents/code-interpreter-agent"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs