モデルコンテキストプロトコル
🚀 クイックスタート
この例では、GOAT を Claude for Desktop に接続するための MCP サーバーを作成する方法を示します。
これは EVM (Base Sepolia) と Solana チェーンの両方に実装されていますが、他のチェーン、ウォレット、ツール シリーズをサポートするように更新できます。
要件
Claude for Desktopをインストールしてください。こちらからダウンロードできます。
設定
リポジトリをクローンします。
typescriptディレクトリから次のコマンドを実行します。
サンプルディレクトリに移動します。
Claude 用の MCP サーバーを構成する
mcp-evm.example.jsonファイルをmcp-evm.jsonにコピーします。
EVM または Solana の値を使用して json ファイルを更新します。
model-context-protocolフォルダの親フォルダへの絶対パス。modelmodel-context-protocolフォルダでpwd実行すると取得できます。WALLET_PRIVATE_KEYRPC_PROVIDER_URL
json ファイルをコピー/更新し、名前を
claude_desktop_config.jsonに変更して~/Library/Application Support/Claude/ディレクトリに保存します。
これは、Claude for Desktop に次のように伝えます。
「goat-evm」/「goat-solana」という名前のMCPサーバーがあります
指定されたコマンドを実行して起動します
Claude for Desktop を再起動します。
注意: コードを変更するときは、次の点に注意してください。
model-context-protocolフォルダーでpnpm build実行して、更新されたevm.jsファイルとsolana.jsファイルを生成します。json ファイルを更新する場合は、ファイルを
~/Library/Application Support/Claude/ディレクトリに再度コピーするか、claude_desktop_config.jsonファイルを新しい値で更新してください。また、Claude を再起動する必要があります。
使用法
デスクトップ版Claudeを実行する
エージェントとチャット:
ERC-20トークンの残高を確認する
ERC-20トークンを別のアドレスに送信する
残高をもう一度確認して、送信したトークンを確認してください
モデル コンテキスト プロトコルの使用方法の詳細については、ドキュメントを参照してください。
This server cannot be installed
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.Last updated -3GPL 3.0
- AsecurityAlicenseAqualityAn MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.Last updated -11MIT License
- AsecurityFlicenseAqualityAn MCP server that allows Claude to interact with Discord by providing tools for sending/reading messages and managing server resources through Discord's API.Last updated -1922
- AsecurityFlicenseAqualityA server built on mcp-framework that enables integration with Claude Desktop through the Model Context Protocol.Last updated -11