Solana Agent Kit MCP Server

by DonutLabs-ai

Integrations

  • Enables interaction with the Solana blockchain, supporting all actions from the Solana Agent Kit to execute protocol operations and transactions on the Solana network.

Solana エージェントキット MCP サーバー

センドAI

Solana ブロックチェーン上のプロトコル操作を処理するためのモデルコンテキストプロトコル (MCP) を使用した Solana エージェントキットの実装。

特徴

  • Solanaエージェントキットのすべてのアクションをサポート
  • 標準化されたインタラクションのためのMCPサーバーの実装
  • 環境ベースの構成

前提条件

  • Node.js(v16以上を推奨)
  • pnpm または yarn または npm
  • 秘密鍵付きSolanaウォレット
  • Solana RPC URL

インストール

pnpm install

構成

  1. envフィールドを編集して、 claude_desktop_config.jsonファイルを構成します。
RPC_URL=your_solana_rpc_url_here
  1. Claude Desktop MCP サーバーの設定を変更します。

MacOSの場合:

code ~/Library/Application\ Support/Claude/claude_desktop_config.json

Windowsの場合:

code $env:AppData\Claude\claude_desktop_config.json

最終的な構成は次のようになります (パスを絶対プロジェクト パスに置き換えます)。

{ "mcpServers": { "agent-kit": { "command": "node", "env": { "RPC_URL": "your_solana_rpc_url_here", }, "args": [ "/ABSOLUTE/PATH/TO/YOUR/PROJECT" ] } } }

注意: 構成を更新してプロジェクトをビルドした後は、必ず Claude Desktop を再起動してください。

プロジェクトの構築

プロジェクトをビルドするには、次のコマンドを実行します。

pnpm run build

これにより、TypeScript コードがコンパイルされ、実行可能ファイルに適切な権限が設定されます。

プロジェクト構造

  • src/ - ソースコードディレクトリ
  • src/index.ts - MCP サーバーを実装するメイン エントリ ポイント

依存関係

ライセンス

ISC

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

モデルコンテキスト プロトコルを介して Solana ブロックチェーンとの対話を可能にし、標準化されたプロトコル操作のための Solana エージェント キットからのすべてのアクションをサポートする実装。

  1. センドAI
    1. 特徴
      1. 前提条件
        1. インストール
          1. 構成
            1. プロジェクトの構築
              1. プロジェクト構造
                1. 依存関係
                  1. ライセンス
                    1. 貢献

                      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 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 -
                        59
                        72
                        Apache 2.0
                        • Linux
                        • Apple
                      • -
                        security
                        A
                        license
                        -
                        quality
                        A Model Context Protocol server enabling AI agents to interact with the Solana blockchain for DeFi operations like checking balances, transferring tokens, executing swaps, and fetching price data.
                        Last updated -
                        59
                        15
                        TypeScript
                        MIT License
                      • -
                        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 -
                        TypeScript
                        MIT License

                      View all related MCP servers

                      ID: mdhlpnrxcy