ESA MCP Server

by sou-lab

332 downloads
Not rated
GitHub

About

ESA.io Model Context Protocol server for Claude Desktop

Details

Author
sou-lab
Downloads
332
Categories
Other

- 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.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ESA MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

ESA MCP Server

esa.ioのデータをModel Context Protocol (MCP)形式で提供するサーバーです。Cloud Desktop環境で使用するために設計されています。

インストール

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.