Skip to main content
Glama

Solana MCP Server

Solana MCP Server

A Model-Context-Protocol server for interacting with the Solana blockchain. This server provides simple RPC endpoints for common Solana operations.

Features

  • Get current slot number
  • Check account balances
  • Get detailed account information
  • Display keypair information
  • Transfer SOL between accounts

Quickstart

clone and install dependencies:

git clone https://github.com/yourusername/solana-mcp-server.git cd solana-mcp-server npm install

build the tool

npm run build

add the tool to your claude_desktop_config.json

"solana-rpc": { "command": "node", "args": [ "/PATH/TO/solana-mcp-server/build/index.js" ] }

Usage

Ask Claude:

  • whats the latest slot on solana?
  • whats the balance of 62QXuWZ3WT6ws1ZFxJobVDVXn6bEsiYpLo5yG612U6u3?
  • Here's my test key [REPLACE WITH SECRET KEY]. let's transfer 0.001 SOL to [REPLACE WITH PUBLIC ADDRESS]

Security Note

Only use this with a test wallet with a small amount of funds.

RPC Endpoint

The server connects to Solana's mainnet at https://api.mainnet-beta.solana.com. To use a different network (like devnet or testnet), modify the SOLANA_RPC constant in src/index.ts.

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

일반적인 Solana 블록체인 작업을 위한 간단한 RPC 엔드포인트를 제공하는 서버로, 이를 통해 사용자는 잔액을 확인하고, 계좌 정보를 얻고, 계좌 간에 SOL을 전송할 수 있습니다.

  1. 특징
    1. 빠른 시작
      1. 용법
        1. 보안 참고 사항
          1. RPC 엔드포인트

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model-Context-Protocol server enabling users to perform basic operations on Solana and Ethereum blockchains through simple RPC endpoints.
              Last updated -
              10
              83
              TypeScript
              Apache 2.0
            • A
              security
              A
              license
              A
              quality
              A server that enables interaction with the Solana blockchain, providing access to over 40 Solana RPC methods including getting balances, transaction details, block information, and sending transactions.
              Last updated -
              44
              3
              Python
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A server that enables interaction with the Solana blockchain using your own private key, supporting operations like getting wallet information, checking balances, and transferring SOL.
              Last updated -
              20
              10
              JavaScript
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables AI models to interact with the Solana blockchain, providing RPC methods, wallet management, DeFi trading capabilities, and Helius API integration for enhanced Solana development.
              Last updated -
              3
              TypeScript
              MIT License

            View all related MCP servers

            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/akc2267/solana-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server