defi mcp for Grok
io.github.matiosera3-ops/defi-mcp
AI agent access to on-chain DeFi data on Polygon & Arbitrum: balances, positions, prices.
client:Grok
transport:stdio
runtime:pypi
Install defi mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"defi-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"defi-mcp"
],
"env": {
"POLYGON_RPC_URL": "<POLYGON_RPC_URL>",
"ARBITRUM_RPC_URL": "<ARBITRUM_RPC_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs