Solana MCP サーバー 🌱
独自の秘密鍵を使用して Solana ブロックチェーンと対話するための MCP サーバー。
📖 目次
✨ 特徴
最新のスロットを取得
ウォレットアドレスを取得する
ウォレット残高を取得する
転送SOL
⚙️ セットアップ
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Solana MCP を自動的にインストールするには:
手動設定
リポジトリをクローンする
依存関係をインストールする
プロジェクトを構築する
鍵ペアファイルを作成する 任意の場所に
keypair.jsonというファイルを作成し、そこに秘密鍵をコピーします。例として、example-keypair.jsonファイルを参照してください。
注意:RPCエンドポイントはデフォルトでapi.devnet.solana.comに設定されています。別のエンドポイントを使用する場合は、 run.shファイルで設定できます。
カーソルとの統合
Cursor と統合するには、次の手順に従います。
カーソル設定でMCPに移動します
「新しいMCPサーバーを追加」をクリックします
次の情報を入力してください。
名前: Solana MCP
タイプ: コマンド
コマンド:
/path/to/your/solana-mcp/run.sh /path/to/your/keypair.json
コマンド例: /Users/username/projects/solana-mcp/run.sh /Users/username/Documents/keypair.json
🛠️ 利用可能なツール
1. 最新スロットを取得する
最新のスロット番号を返します:
2. ウォレットアドレスを取得する
ウォレットアドレスを返します:
3. ウォレット残高を取得する
ウォレットの残高を SOL、Lamports、USD で返します。
4. 転送
SOL を受信者のアドレスに転送します:
🧑💻 貢献する
貢献を歓迎します!問題を報告したり、プルリクエストを送信してください。
🔖 ライセンス
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
独自の秘密鍵を使用して Solana ブロックチェーンとのやり取りを可能にし、ウォレット情報の取得、残高の確認、SOL の転送などの操作をサポートするサーバーです。
Related Resources
Related MCP Servers
- -security-license-qualityA Model-Context-Protocol server enabling users to perform basic operations on Solana and Ethereum blockchains through simple RPC endpoints.Last updated -86Apache 2.0
- Asecurity-licenseAqualityA 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 -443MIT License
- Asecurity-licenseAqualityA server that provides simple RPC endpoints for common Solana blockchain operations, allowing users to check balances, get account information, and transfer SOL between accounts.Last updated -51
- -security-license-qualityA Solana blockchain interaction server that allows AI tools to query blockchain data using natural language, access structured token information, and generate human-readable explanations of complex blockchain concepts.Last updated -8