Skip to main content
Glama

GOAT MCP Server

モデルコンテキストプロトコル

🚀 クイックスタート

この例では、GOAT を Claude for Desktop に接続するための MCP サーバーを作成する方法を示します。

これは EVM (Base Sepolia) と Solana チェーンの両方に実装されていますが、他のチェーン、ウォレット、ツール シリーズをサポートするように更新できます。

要件

  • Claude for Desktopをインストールしてください。こちらからダウンロードできます。

設定

  1. リポジトリをクローンします。
git clone https://github.com/goat-sdk/goat.git && cd goat
  1. typescriptディレクトリから次のコマンドを実行します。
cd typescript pnpm install pnpm build
  1. サンプルディレクトリに移動します。
cd examples/by-framework/model-context-protocol

Claude 用の MCP サーバーを構成する

  1. 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.json
  1. EVM または Solana の値を使用して json ファイルを更新します。
  • model-context-protocolフォルダの親フォルダへの絶対パス。model model-context-protocolフォルダでpwd実行すると取得できます。
  • WALLET_PRIVATE_KEY
  • RPC_PROVIDER_URL
  1. 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サーバーがあります
  • 指定されたコマンドを実行して起動します
  1. Claude for Desktop を再起動します。

注意: コードを変更するときは、次の点に注意してください。

  1. model-context-protocolフォルダーでpnpm build実行して、更新されたevm.jsファイルとsolana.jsファイルを生成します。
  2. json ファイルを更新する場合は、ファイルを~/Library/Application Support/Claude/ディレクトリに再度コピーするか、 claude_desktop_config.jsonファイルを新しい値で更新してください。また、Claude を再起動する必要があります。

使用法

  1. デスクトップ版Claudeを実行する
  2. エージェントとチャット:
  • ERC-20トークンの残高を確認する
  • ERC-20トークンを別のアドレスに送信する
  • 残高をもう一度確認して、送信したトークンを確認してください

モデル コンテキスト プロトコルの使用方法の詳細については、ドキュメントを参照してください。

-
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.

Claude for Desktop をブロックチェーン機能に接続する MCP サーバー。ユーザーは自然言語による対話を通じて EVM および Solana チェーン上の残高を確認したりトークンを送信したりできます。

  1. 🚀 クイックスタート
    1. 要件
      1. 設定
        1. Claude 用の MCP サーバーを構成する
      2. 使用法

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          An MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.
          Last updated -
          1
          Python
          GPL 3.0
          • Apple
        • A
          security
          F
          license
          A
          quality
          An MCP server that connects Claude to BrianKnows' blockchain knowledge base, allowing users to search for blockchain/DeFi information and interact with a specialized agent across multiple knowledge bases.
          Last updated -
          3
          JavaScript
        • -
          security
          A
          license
          -
          quality
          An MCP server that provides seamless integration with the Neo N3 blockchain, allowing Claude to interact with blockchain data, manage wallets, transfer assets, and invoke smart contracts.
          Last updated -
          22
          3
          MIT License
          • Linux
          • Apple
        • -
          security
          -
          license
          -
          quality
          An MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.
          Last updated -
          TypeScript

        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/cryptoleek-team/goat-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server