kukapay/jupiter-mcp
An MCP server for executing token swaps on the Solana blockchain using Jupiter's new Ultra API.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/jupiter-mcpClaude Desktop configuration example:
{
"mcpServers": {
"kukapay-jupiter-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/jupiter-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.