ESA MCP Server
@sou-lab
About ESA MCP Server
ESA.io Model Context Protocol server for Claude Desktop
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"esa-mcp-server-sou-lab": {
"command": "node",
"args": [
"bin/cli.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ICSS
chokcoco不止于 CSS
Comments