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.
Overview
This project is a Model Context Protocol (MCP) server that enables the AI assistant, Claude, to interact with the Jupiter swap API on the Solana blockchain. Key features include:
- Access to get quotes, build, and send swap transactions on Jupiter.
- API implementation through Jupiter Lite API v1 for swap execution.
- Prerequisites like Node.js (v16 or higher) and optional Solana wallet private key for automatic swaps.
- Available through npm installation or source cloning.
- Configuration via environment variables or .env file for Claude Desktop integration.
- Automatic swap execution enabled with private key configuration.
Usage
- Get a quote for swapping tokens.
- Build a swap transaction.
- Send a swap transaction.
- Execute a swap using a private key.