Skip to main content
Glama

Solana MCP Server

Solana MCP サーバー

Solanaブロックチェーンとやり取りするためのモデル・コンテキスト・プロトコルサーバー。このサーバーは、一般的な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.tsSOLANA_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
              82
              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 -
              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 -
              23
              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