novai mcp server for Cursor
io.github.0x-devc/novai-mcp-server
Read-only MCP server for querying the live NOVAI blockchain over its public JSON-RPC endpoint.
client:Cursor
transport:stdio
runtime:npm
Install novai mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"novai-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"novai-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs