Jupiter MCP Server
@quanghuynguyen1902
About Jupiter MCP Server
Model Context Protocol server providing Claude AI with access to Jupiter's swap API on Solana
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jupiter-mcp-server": {
"command": "npx",
"args": [
"jupiter-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Jupiter MCP Server?
Jupiter MCP Server is a Model Context Protocol server that gives Claude access to Jupiter's Portfolio API and Price API on Solana. It enables viewing wallet positions, tracking staked JUP tokens, and retrieving real‑time token prices for Solana‑based tokens. It is built for Claude Desktop users who manage Solana portfolios or need live price data.
How to use Jupiter MCP Server?
Install globally via npm install -g jupiter-mcp-server or run with npx jupiter-mcp-server. Configure Claude Desktop by adding the server entry to claude_desktop_config.json with the required JUPITER_API_KEY environment variable. Restart Claude Desktop and then ask for portfolio data, staked JUP info, supported platforms, or current token prices.
Key features of Jupiter MCP Server
- Portfolio positions: wallet balances, staked tokens, liquidity pools, farming, vaults, lending.
- Staked JUP tracking with unstaking positions.
- List of integrated DeFi platforms.
- Real‑time token prices with USD value, 24h change, and decimals.
- Supports single or multiple token queries by mint address.
- Uses Jupiter Portfolio API v1 and Price API v3.
Use cases of Jupiter MCP Server
- Retrieve a full portfolio overview for any Solana wallet address.
- Check the amount of staked JUP and any unstaking positions.
- Get live prices for one or more Solana tokens (e.g., SOL, USDC).
FAQ from Jupiter MCP Server
What are the system requirements?
Node.js v16 or higher and the Claude Desktop application.
How do I get a Jupiter API key?
Visit the Jupiter Portal at https://portal.jup.ag/ to obtain an API key.
How do I configure Claude Desktop to use this server?
Edit the Claude Desktop configuration file (claude_desktop_config.json) and add a jupiter-mcp-server entry with "command": "npx", "args": ["jupiter-mcp-server"], and a JUPITER_API_KEY environment variable. Restart Claude Desktop.
What tools does the server provide?
It provides four tools: jupiter_get_positions, jupiter_get_staked_jup, jupiter_get_platforms, and jupiter_get_price.
What APIs does the server use?
It uses Jupiter Portfolio API v1 for portfolio and staking data, and Jupiter Price API v3 for token prices.
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments