Submit

Jupiter Solana Mcp Server

@pipedude

A comprehensive MCP (Model Context Protocol) server for interacting with Jupiter Protocol on Solana. Features token swaps, search, portfolio management, and intelligent error diagnostics.

Server Config

{
  "mcpServers": {
    "Jupiter-MCP": {
      "command": "node",
      "args": [
        "path/to/jupiter-mcp/index.js"
      ],
      "env": {
        "SOLANA_RPC_URL": "https://api.mainnet-beta.solana.com",
        "PRIVATE_KEY": "your_base58_encoded_private_key_here",
        "JUPITER_API_KEY": "your_jupiter_api_key_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.