explaingit

korroai/solana-agent-mcp

Analysis updated 2026-05-18

2TypeScriptAudience · developerComplexity · 3/5LicenseSetup · moderate

TLDR

An MCP server that lets AI agents check Solana balances, send SOL, swap tokens via Jupiter, and trade pump.fun memecoins through plain conversation.

Mindmap

mindmap
  root((Solana Agent MCP))
    What it does
      Check balances
      Send SOL
      Swap tokens
      Trade memecoins
    Tech stack
      TypeScript
      Solana
      Jupiter API
      Helius
    Use cases
      Wallet queries
      Token swaps
      Memecoin trading
    Audience
      Crypto developers
      AI agent builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Let an AI agent check your Solana wallet balance and SOL price during a chat

USE CASE 2

Send SOL or SPL tokens to another wallet by asking your AI assistant

USE CASE 3

Swap tokens through Jupiter without leaving your AI chat session

USE CASE 4

Scan for and trade new pump.fun memecoin tokens through natural conversation

What is it built with?

TypeScriptSolanaJupiter APIHelius APIMCP

How does it compare?

korroai/solana-agent-mcpadun-denton/chinvatagbara286/saint-cms
Stars222
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatemoderateeasy
Complexity3/54/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Needs a free Helius API key, and a Solana private key for live transactions.

You can use and modify this freely, but if you run a changed version as a network service you must share your changes publicly.

In plain English

Solana Agent MCP is a tool that lets AI agents, like Claude, interact directly with the Solana blockchain. It works as an MCP (Model Context Protocol) server, which means it acts as a bridge between an AI assistant and the blockchain, letting the AI check balances, send SOL, swap tokens, and even trade memecoins on pump.fun, all through plain conversation instead of writing code. The setup runs entirely on your own computer. The AI agent talks to the server over a local connection (stdin and stdout), not over the network, and your private key, if you choose to add one, signs transactions locally and never leaves your machine. Without a private key, the tool still works in read only mode: checking balances, prices, and scanning for new tokens. There are 14 tools in total, split into read tools (checking balances, token info, prices, recent pump.fun tokens, transaction details) and write tools (sending SOL or tokens, swapping through Jupiter, buying or selling pump.fun tokens, requesting a devnet airdrop). Any transaction over 0.01 SOL requires explicit confirmation before it goes through, and every transaction returns a link to view it on Solscan. The tool also will not let your wallet trade below a small reserve balance. To use it, you clone the repository, install dependencies with npm, copy an example environment file, and add API keys from Helius (which are free) plus your Solana private key if you want live transactions. Once running, you type a slash command in Claude Code to open a guided setup wizard. This project would suit someone comfortable experimenting with crypto wallets and AI agents together, since it involves real transactions with real money once a private key is added. The license is AGPL 3.0, meaning you can use and modify the code freely, but if you run a modified version as a network service, you must share your changes publicly. Companies cannot take this code and turn it into a closed, paid product.

Copy-paste prompts

Prompt 1
Set up solana-agent-mcp with my Helius API key and show me my wallet balance
Prompt 2
Use solana-agent-mcp to scan for new pump.fun tokens and summarize the top 3
Prompt 3
Help me configure solana-agent-mcp to swap 0.1 SOL to USDC through Jupiter

Frequently asked questions

What is solana-agent-mcp?

An MCP server that lets AI agents check Solana balances, send SOL, swap tokens via Jupiter, and trade pump.fun memecoins through plain conversation.

What language is solana-agent-mcp written in?

Mainly TypeScript. The stack also includes TypeScript, Solana, Jupiter API.

What license does solana-agent-mcp use?

You can use and modify this freely, but if you run a changed version as a network service you must share your changes publicly.

How hard is solana-agent-mcp to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is solana-agent-mcp for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.