Solana MCP Server
solana-mcp-server
Vollständiger Solana-Blockchain-MCP-Server. 25 Tools für Wallet-Verwaltung, SPL-Token-Operationen, DeFi, Staking und Netzwerkabfragen. Basiert auf @solana/web3.js und @solana/spl-token mit Anchor-Unterstützung.
Der am aktivsten gewartete Solana-MCP. Deckt den vollständigen SPL-Token-Lebenszyklus ab (Erstellen, Minten, Verbrennen, Einfrieren, Auftauen, Delegieren, Autoritätsverwaltung), den Konkurrenzprodukte auslassen.
Installation
npx solana-mcp-serverOder global installieren:
npm install -g solana-mcp-server
solana-mcp-serverRelated MCP server: SolanaBot
Konfiguration
Zur MCP-Konfiguration hinzufügen (claude_desktop_config.json oder ~/.mcp.json):
{
"mcpServers": {
"solana": {
"command": "npx",
"args": ["-y", "solana-mcp-server"],
"env": {
"SOLANA_RPC_URL": "https://api.mainnet-beta.solana.com"
}
}
}
}Tools (25)
Wallet-Verwaltung (4)
Tool | Beschreibung | Wichtige Parameter |
| Erstellt ein neues Solana-Schlüsselpaar (nur im Arbeitsspeicher) | -- |
| Importiert aus einem Base58-kodierten privaten Schlüssel |
|
| Listet alle Wallets der aktuellen Sitzung auf | -- |
| Ruft den SOL-Kontostand für eine beliebige Adresse ab |
|
SPL-Token-Operationen (10)
Tool | Beschreibung | Wichtige Parameter |
| Erstellt einen neuen SPL-Token mit benutzerdefinierten Dezimalstellen |
|
| Mintet Token an eine beliebige Adresse |
|
| Verbrennt Token von einem Konto |
|
| Friert ein Token-Konto ein |
|
| Taut ein Token-Konto auf |
|
| Ändert die Token-Autorität (Mint, Freeze, Owner, Close) |
|
| Gesamtangebot und Metadaten für einen Token |
|
| Schließt ein Konto und fordert die Miete zurück |
|
| Genehmigt einen Delegierten für Token-Transfers |
|
| Widerruft die Delegiertengenehmigung |
|
Transfers (3)
Tool | Beschreibung | Wichtige Parameter |
| Überträgt SOL zwischen Wallets |
|
| Überträgt SPL-Token |
|
| Fordert einen SOL-Airdrop an (nur Devnet/Testnet) |
|
Kontoabfragen (4)
Tool | Beschreibung | Wichtige Parameter |
| Detaillierte Kontoinformationen |
|
| Transaktionsdetails nach Signatur |
|
| Erstellt ein zugehöriges Token-Konto |
|
| Listet alle Token-Konten für eine Wallet auf |
|
Token-Daten (1)
Tool | Beschreibung | Wichtige Parameter |
| SPL-Token-Kontostand für ein bestimmtes Konto |
|
Netzwerk (3)
Tool | Beschreibung | Wichtige Parameter |
| Wechselt zwischen Mainnet, Devnet, Testnet, Localhost |
|
| Aktueller Netzwerkstatus und Informationen | -- |
| Aktueller Blockhash für die Transaktionserstellung | -- |
Warum dieses Tool?
Vollständiger SPL-Token-Lebenszyklus. Erstellen, Minten, Verbrennen, Einfrieren, Auftauen, Autorität festlegen, Delegieren, Schließen -- 10 Token-Tools, die jeden Vorgang abdecken. Konkurrenzprodukte hören bei Erstellen/Übertragen auf.
Produktionsreife Infrastruktur. Lazy-Connection-Initialisierung (keine Start-Timeouts), 10-sekündige Timeouts für Netzwerkaufrufe, umfassende Fehlerbehandlung und Unterstützung für Smithery-Bereitstellung.
Anchor-Integration. Gebaut mit
@coral-xyz/anchor-Unterstützung für die Interaktion mit Anchor-Programmen neben rohen SPL-Token-Operationen.
Netzwerke
Netzwerk | Endpunkt |
|
|
|
|
|
|
|
|
Sicherheit
Private Schlüssel werden nur im Arbeitsspeicher gespeichert -- niemals auf der Festplatte
Schlüssel werden beim Beenden des Prozesses gelöscht
Alle Eingaben werden mit Zod-Schemas validiert
Umgebungsvariablen
Variable | Erforderlich | Beschreibung |
| Nein | Solana RPC-Endpunkt (Standard: Mainnet) |
Entwicklung
git clone https://github.com/ExpertVagabond/solana-mcp-server.git
cd solana-mcp-server
npm install
npm run build
npm startnpm test # Basic functionality tests
npm run type-check # TypeScript type checking
npm run lint # ESLint
npm run quality # Full quality check (lint + types + tests)Lizenz
MIT -- Purple Squirrel Media
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with the Solana blockchain network, supporting documentation search, blockchain queries, wallet management, and cryptographic signing operations on Devnet and Testnet.
- AlicenseNot gradedqualityDmaintenanceEnables interaction with the Solana blockchain through Claude Desktop, allowing users to check SOL balances, transfer SOL between accounts, and request airdrops using the Model Context Protocol.8,867BSD 2-Clause "Simplified"
- AlicenseAqualityDmaintenanceEnables AI agents to read chain data, execute transactions, swap tokens, and manage wallets on Solana through 38 tools across 7 modules. Supports write operations with a private key and includes built-in prompts for common workflows.381MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with the Solana blockchain, manage accounts and tokens, and develop and deploy smart contracts end-to-end.4
Related MCP Connectors
Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.
Solana MCP developer toolkit: wallets, trades, markets, PnL, transfers, onchain, swaps & API tools.
Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ExpertVagabond/solana-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server