ESA MCP Server
@sou-lab
About ESA MCP Server
ESA.io Model Context Protocol server for Claude Desktop
Basic information
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.
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments