
Web3 MCP proxy for AI agents: DeFi swaps, bridges, market data, wallets, and gated writes.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y web3agent
MCP client config
{
"mcpServers": {
"web3agent": {
"command": "npx",
"args": [
"-y",
"web3agent"
]
}
}
}