jupiter-mcp-server
8
This project is a Model Context Protocol server designed to allow the AI assistant, Claude, to perform swap operations on the Solana blockchain using Jupiter's swap API. It offers tools for getting quotes and executing swaps automatically if configured with a Solana wallet private key.
What is required to run the Jupiter MCP Server?
You need Node.js (v16 or higher) and optionally a Solana wallet private key for automatic swap execution.
How can I configure the server for automatic swap execution?
You can configure it using environment variables or a .env file with your Solana private key and other settings.
What should I do if I encounter errors during swap execution?
Set LOG_LEVEL=debug for detailed logs, ensure a valid Solana private key is provided, check wallet balance, and verify token mints.