MCP.so
登录

ESA MCP Server

@sou-lab

关于 ESA MCP Server

ESA.io Model Context Protocol server for Claude Desktop

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

sou-lab

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "esa-mcp-server-sou-lab": {
      "command": "node",
      "args": [
        "bin/cli.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ESA MCP Server?

ESA MCP Server provides esa.io data in Model Context Protocol (MCP) format. It is designed for use in cloud desktop environments like Claude Desktop.

How to use ESA MCP Server?

Clone the repository, install dependencies with npm install, and run esa-mcp-server or node bin/cli.js. On first run you are prompted for an esa.io API key, team name, and port (default 3000); these are saved to ~/.esa-mcp-server/config.json.

Key features of ESA MCP Server

  • Exposes esa.io data via MCP format.
  • Provides HTTP endpoints for data retrieval and search.
  • Supports configuration via environment variables or config file.
  • Designed for integration with Claude Desktop.
  • Simple CLI for local execution.
  • Search endpoint accepts JSON queries.

Use cases of ESA MCP Server

  • Access esa.io wiki pages from an MCP-compatible client like Claude Desktop.
  • Search esa.io content programmatically using a standard API.
  • Automate documentation retrieval in a cloud desktop environment.

FAQ from ESA MCP Server

What configuration is required?

You need an esa.io API key, your esa.io team name, and a port number (default 3000).

How do I install the server?

Clone the repository, run npm install, make bin/cli.js executable, then run the server or install it globally with npm install -g ..

What API endpoints are available?

GET / (welcome), GET /mcp-data (fetch esa data in MCP format), and POST /search (search esa data with a JSON query).

How do I set up with Claude Desktop?

Add an entry to claude_desktop_config.json specifying the Node.js path, the CLI script path, and environment variables (ESA_API_KEY, ESA_TEAM_NAME, PORT).

Does the server store any of my data?

Only configuration (API key, team name, port) is saved locally to ~/.esa-mcp-server/config.json. Actual esa.io data is fetched live via the API.

评论

其他 分类下的更多 MCP 服务器