solana-mcp-server

sepulchralvoid666/solana-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
Solana Blockchain MCP Server for AI agents — wallet balances, SPL tokens, transactions, block info
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "solana-mcp-server": {
      "command": "uvx",
      "args": [
        "solana-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install solana-mcp-server