suwappu for Cursor
io.github.0xsoftboi/suwappu
Cross-chain DEX for AI agents. Swap tokens across 7+ chains.
client:Cursor
transport:stdio
runtime:npm
Install suwappu in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"suwappu": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@suwappu/mcp-server"
],
"env": {
"SUWAPPU_API_KEY": "<SUWAPPU_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs