kukapay/sui-trader-mcp
An MCP server designed for AI agents to perform optimal token swaps on the Sui blockchain.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/sui-trader-mcpClaude Desktop configuration example:
{
"mcpServers": {
"sui-trader-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/sui-trader-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.