kukapay/uniswap-trader-mcp
An MCP server that delivers real-time token prices from Uniswap V3 across multiple chains.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/uniswap-trader-mcpClaude Desktop configuration example:
{
"mcpServers": {
"uniswap-trader-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/uniswap-trader-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.