ESA MCP Server
@sou-lab
ESA MCP Server について
ESA.io Model Context Protocol server for Claude Desktop
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ICSS
chokcoco不止于 CSS
コメント