mcp ezpath for Cursor
io.github.infiniteezverse/mcp-ezpath
Base DEX meta-router. Races 0x, ParaSwap, Aerodrome & Uniswap V3. Best quote. X402 pay-per-use.
client:Cursor
transport:stdio
runtime:npm
Install mcp ezpath in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-ezpath": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-ezpath"
],
"env": {
"EZPATH_WALLET_KEY": "<EZPATH_WALLET_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs