Back to MCP Servers
Jupiter
An MCP server for executing token swaps on the Solana blockchain using Jupiter's new Ultra API.
finance-fintechapiai
By kukapay
Installation
npx -y jupiter-mcpConfiguration
{
"mcpServers": {
"jupiter-mcp": {
"command": "npx",
"args": ["-y", "jupiter-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes