MCP cover image
See in Github
2025-03-11

Claude Desktop的esa.io模型上下文协议服务器

1

Github Watches

1

Github Forks

0

Github Stars

ESA MCP Server

esa.ioのデータをModel Context Protocol (MCP)形式で提供するサーバーです。Cloud Desktop環境で使用するために設計されています。

インストール

# リポジトリをクローン
git clone https://github.com/sou-lab/esa-mcp-server-claude.git
cd esa-mcp-server-claude

# 依存関係をインストール
npm install

# CLIに実行権限を付与
chmod +x bin/cli.js

# 直接実行
node bin/cli.js

# または、ローカルにインストール
npm install -g .

必要な設定

初回起動時に以下の情報の入力を求められます:

  • esa.io APIキー
  • esa.ioチーム名
  • サーバーのポート番号(デフォルト: 3000)

これらの設定は~/.esa-mcp-server/config.jsonに保存されます。

使用方法

# インストール済みの場合
esa-mcp-server

# または直接実行
node bin/cli.js

API エンドポイント

  • GET / - ウェルカムページ
  • GET /mcp-data - ESAのデータをMCP形式で取得
  • POST /search - ESAデータを検索

検索クエリの例

curl -X POST http://localhost:3000/search \
  -H "Content-Type: application/json" \
  -d '{"query":"プロジェクトA"}'

Claude Desktopでの設定

Claude Desktopのclaude_desktop_config.jsonに以下のように設定を追加します:

{
  "mcpServers": {
    "esa": {
      "command": "/path/to/node",
      "args": [
        "/path/to/esa-mcp-server-claude/bin/cli.js"
      ],
      "env": {
        "ESA_API_KEY": "あなたのESA_APIキー",
        "ESA_TEAM_NAME": "あなたのチーム名",
        "PORT": "3000"
      }
    }
  }
}

各項目の説明:

  • command: Nodeのパス(Mac/Linuxでは which node コマンドで確認可能)
  • args: CLIスクリプトのパス
  • env: 環境変数(APIキー、チーム名、ポート番号)

ライセンス

ISC

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • OffchainLabs
  • 进行以太坊的实施

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • modelcontextprotocol
  • 模型上下文协议服务器

  • Mintplex-Labs
  • 带有内置抹布,AI代理,无代理构建器,MCP兼容性等的多合一桌面和Docker AI应用程序。

    Reviews

    3 (1)
    Avatar
    user_b4U934o1
    2025-04-15

    I've been using mcptesting for a while now, and it's been fantastic! Developed by AndreaGriffiths11, this tool provides thorough and efficient server testing. The user interface is intuitive, and the welcome message immediately puts you at ease. Highly recommend checking it out: https://mcp.so/server/mcptesting/AndreaGriffiths11.