ESA MCP Server

by sou-lab

335 downloads
Not rated
GitHub

About

ESA.io Model Context Protocol server for Claude Desktop

Details

Author
sou-lab
Downloads
335
Categories
AI

- Provides esa.io data in MCP format
- Designed for Cloud Desktop environments
- CLI-based server with config file storage
- API endpoint to fetch all data (GET /mcp-data)
- API endpoint to search esa.io content (POST /search)
- Pre-configured integration for Claude Desktop

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

Install by cloning the repository, running npm install, and then executing node bin/cli.js or installing globally with npm install -g .. On first run you are prompted for your esa.io API key, team name, and port number (default 3000). Configuration is saved to ~/.esa-mcp-server/config.json. The server exposes three endpoints: GET /, GET /mcp-data, and POST /search.

Claude Desktop / Cursor

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

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

McpServers

{
    "esa-mcp-server-claude": {
        "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.