How to Use the Nodereal MCP in Cursor
Inject live EVM and Aptos chain data directly into your Cursor MCP workflow.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Nodereal MCP to Cursor
Create your Vinkius account to connect Nodereal to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Cursor MCP Server Integration
`eth_get_block_by_number` and `aptos_get_blocks_by_height` feed live chain data straight into your editor. When you write indexing scripts, Cursor doesn't have to guess the JSON payload structure. It calls the tool, reads the actual block data, and writes the parsing logic based on reality. This changes how you write blockchain integrations. If you need to interact with a specific contract, your AI client uses `eth_call` to read its current state. The agent then generates the exact TypeScript interfaces required for your frontend.
Instant Transaction Simulation
`aptos_simulate_transaction` lets Cursor test your Move payloads before you commit them. You write the transaction builder function, and the agent simulates it against the live network. You see the gas estimates and state changes right in your terminal panel. On the EVM side, `eth_estimate_gas` ensures your hardcoded gas limits are accurate. When your transaction logic fails, Cursor uses `debug_trace_transaction` to pinpoint the exact line in your Solidity code that caused the revert.
Write Better Token Indexers
`nr_get_token_holders` and `nr_get_nft_holders` provide instant arrays of top holders for any contract. When you build a dashboard, Cursor pulls this live data to mock up your UI components. You get real wallet addresses instead of generic placeholder text. The agent also uses `nr_get_transaction_receipts_by_block_number` to write your block ingestion scripts. It sees exactly how the receipts are formatted and writes the database insertion code to match that exact schema.
Set up Nodereal MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Nodereal MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Nodereal transactions." If the MCP tools are loaded correctly, Cursor will call the Nodereal tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"nodereal-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NodeReal. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Nodereal MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Nodereal MCP today
We host it, we monitor it, we maintain it. You just paste one token.