Jupiter
About
Integrates with Jupiter's swap API on the Solana blockchain, enabling operations like getting quotes, building swap transactions, and sending swap transactions for decentralized exchange functionality.
Details
- Author
- dcspark
- Repository
- dcSpark/mcp-server-jupiter
- Downloads
- 183
- License
- MIT License
- Categories
- Developer Tools, Design, AI, API, Automation, Infrastructure, Frontend, Other
Jump to
- Exposes three Jupiter swap tools: get quote, build transaction, send transaction
- Integrates directly with Jupiter’s Solana swap API
- Runs on Node.js 16+ and works with Claude Desktop
- Supports global installation or npx for easy setup
- Enables token swaps entirely through natural‑language commands
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
JupiterCommand (node, npx, python, etc.)nodeArguments-
Argument 1
/path/to/your/mcp-server-jupiter/build/index.js
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Once configured, restart Claude Desktop. Claude will now have access to the Jupiter swap tools. You can ask Claude to:
1. Get a quote for swapping tokens:
What's the quote for swapping 1 SOL to USDC?
2. Build a swap transaction:
Build a swap transaction for the quote I just got.
3. Send a swap transaction:
Send the swap transaction I just built.
Claude will use the MCP server to interact with Jupiter's swap API directly.
You can also install the package globally or use it directly with npx:
npm install -g @mcp-dockmaster/mcp-server-jupiter
To configure Claude Desktop to use this MCP server:
1. Open Claude Desktop
2. Navigate to the Claude Desktop configuration file:
- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%\Claude\claude_desktop_config.json
- Linux: ~/.config/Claude/claude_desktop_config.json
3. Add the MCP server configuration:
json{
"mcpServers": {
"mcp-server-jupiter": {
"command": "node",
"args": [
"/path/to/your/mcp-server-jupiter/build/index.js"
]
}
}
}
If you've installed the package globally or want to use npx, you can configure it like this:
json{
"mcpServers": {
"mcp-server-jupiter": {
"command": "npx",
"args": [
"@mcp-dockmaster/mcp-server-jupiter"
]
}
}
}
bash
node build/index.js
mcp-server-jupiter
jupiter_get_quote
Get a quote for swapping tokens on Jupiter.
jupiter_build_swap_transaction
Build a swap transaction on Jupiter.
jupiter_send_swap_transaction
Send a swap transaction on Jupiter.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"jupiter": {
"cwd": "",
"env": {},
"args": [
"/path/to/your/mcp-server-jupiter/build/index.js"
],
"shell": false,
"command": "node"
}
}
}
Linux
{
"cwd": "",
"env": [],
"args": [
"@mcp-dockmaster/mcp-server-jupiter"
],
"shell": false,
"command": "npx"
}
Macos
{
"cwd": "",
"env": [],
"args": [
"/path/to/your/mcp-server-jupiter/build/index.js"
],
"shell": false,
"command": "node"
}
Windows
{
"cwd": "",
"env": [],
"args": [
"@mcp-dockmaster/mcp-server-jupiter"
],
"shell": false,
"command": "npx"
}
This repository contains a Model Context Protocol (MCP) server that provides Claude with access to Jupiter's swap API. The server enables Claude to perform operations like getting quotes, building swap transactions, and sending swap transactions on the Solana blockchain using Jupiter.
The MCP server exposes several tools to Claude:
- jupiter_get_quote: Get a quote for swapping tokens on Jupiter
- jupiter_build_swap_transaction: Build a swap transaction on Jupiter
- jupiter_send_swap_transaction: Send a swap transaction on Jupiter
- Node.js (v16 or higher)
- Claude Desktop application
git clone https://github.com/dcSpark/mcp-server-jupiter.git cd mcp-server-jupiter
You can also install the package globally or use it directly with npx:
# Install globally npm install -g @mcp-dockmaster/mcp-server-jupiter # Or use directly with npx npx @mcp-dockmaster/mcp-server-jupiter
To configure Claude Desktop to use this MCP server:
Navigate to the Claude Desktop configuration file:
- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json
- Linux:~/.config/Claude/claude_desktop_config.json
{ "mcpServers": { "mcp-server-jupiter": { "command": "node", "args": [ "/path/to/your/mcp-server-jupiter/build/index.js" ] } } }
If you've installed the package globally or want to use npx, you can configure it like this:
{ "mcpServers": { "mcp-server-jupiter": { "command": "npx", "args": [ "@mcp-dockmaster/mcp-server-jupiter" ] } } }
# If installed locally node build/index.js # If installed globally mcp-server-jupiter # Using npx npx @mcp-dockmaster/mcp-server-jupiter
Once configured, restart Claude Desktop. Claude will now have access to the Jupiter swap tools. You can ask Claude to:
What's the quote for swapping 1 SOL to USDC?
Build a swap transaction for the quote I just got.
Claude will use the MCP server to interact with Jupiter's swap API directly.
- Define the tool insrc/tools.ts
- Create a handler function in the appropriate handler file
- Add the handler to thehandlersobject insrc/tools.ts
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




