uniswap-mcp-server-rust

CJ42/uniswap-mcp-server-rust
★ 1 stars Rust 🔌 API Integration Updated today
Interacting with the Uniswap API in Rust
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "uniswap-mcp-server-r": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "uniswap-mcp-server-rust"
      ]
    }
  }
}