Skip to main content
Glama

Solana MCP Server

Solana MCP 服务器

用于与 Solana 区块链交互的模型-上下文-协议 (Model-Context-Protocol) 服务器。该服务器为常见的 Solana 操作提供简单的 RPC 端点。

特征

  • 获取当前插槽号
  • 查看账户余额
  • 获取详细账户信息
  • 显示密钥对信息
  • 在账户之间转移 SOL

快速入门

克隆并安装依赖项:

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

构建工具

npm run build

将该工具添加到您的 claude_desktop_config.json

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

用法

问克劳德:

  • solana 上最新的插槽是什么?
  • 62QXuWZ3WT6ws1ZFxJobVDVXn6bEsiYpLo5yG612U6u3 的余额是多少?
  • 这是我的测试密钥 [用密钥替换]。让我们将 0.001 SOL 转移到 [用公共地址替换]

安全说明

仅使用包含少量资金的测试钱包来使用它。

RPC 端点

该服务器通过https://api.mainnet-beta.solana.com连接到 Solana 的主网。要使用其他网络(例如 devnet 或 testnet),请修改src/index.ts中的SOLANA_RPC常量。

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
              51
              TypeScript
              Apache 2.0
            • -
              security
              A
              license
              -
              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 -
              Python
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables Claude AI to interact with the Solana blockchain through a standardized interface, providing tools for transactions, account queries, and wallet management.
              Last updated -
              219
              79
              Apache 2.0
              • Linux
              • 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 -
              219
              6
              JavaScript

            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