Voyager Starknet Explorer for Cursor
online.voyager/mcp
Live Starknet explorer data: transactions, contracts, tokens, NFTs, staking
client:Cursor
transport:stdio
runtime:npm
Install Voyager Starknet Explorer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"voyager-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs