GOAT MCP Server
モデルコンテキストプロトコル
🚀 クイックスタート
この例では、GOAT を Claude for Desktop に接続するための MCP サーバーを作成する方法を示します。
これは EVM (Base Sepolia) と Solana チェーンの両方に実装されていますが、他のチェーン、ウォレット、ツール シリーズをサポートするように更新できます。
Related MCP server: Monad MCP
要件
Claude for Desktopをインストールしてください。こちらからダウンロードできます。
設定
リポジトリをクローンします。
git clone https://github.com/goat-sdk/goat.git && cd goattypescriptディレクトリから次のコマンドを実行します。
cd typescript
pnpm install
pnpm buildサンプルディレクトリに移動します。
cd examples/by-framework/model-context-protocolClaude 用の MCP サーバーを構成する
mcp-evm.example.jsonファイルをmcp-evm.jsonにコピーします。
# For EVM
cp mcp-evm.example.json mcp-evm.json
# For Solana
cp mcp-solana.example.json mcp-solana.jsonEVM または Solana の値を使用して json ファイルを更新します。
model-context-protocolフォルダの親フォルダへの絶対パス。modelmodel-context-protocolフォルダでpwd実行すると取得できます。WALLET_PRIVATE_KEYRPC_PROVIDER_URL
json ファイルをコピー/更新し、名前を
claude_desktop_config.jsonに変更して~/Library/Application Support/Claude/ディレクトリに保存します。
# For EVM
cp mcp-evm.json ~/Library/Application\ Support/Claude/claude_desktop_config.json
# For Solana
cp mcp-solana.json ~/Library/Application\ Support/Claude/claude_desktop_config.jsonこれは、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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA 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.40162Apache 2.0
- -licenseNot gradedqualityNot gradedmaintenanceAn MCP server that allows Claude Desktop to query Monad testnet for MON token balances of accounts.
- FlicenseNot gradedqualityDmaintenanceAn enterprise-grade MCP server platform for executing real DeFi operations on Solana and EVM chains using natural language. It enables users to perform live trading, volume generation, and wallet management directly within Claude Desktop.28
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/cryptoleek-team/goat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server