Haiku DeFi MCP for Cursor
io.github.haiku-trading/haiku-mcp-server
DeFi execution for AI agents — swap, lend, bridge, and yield across 22 chains.
client:Cursor
transport:stdio
runtime:npm
Install Haiku DeFi MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"haiku-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"haiku-mcp-server"
],
"env": {
"HAIKU_API_KEY": "<HAIKU_API_KEY>",
"WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs