MCP.so
Sign In

ESA MCP Server

@sou-lab

About ESA MCP Server

ESA.io Model Context Protocol server for Claude Desktop

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

sou-lab

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.

Comments

More Other MCP servers