Odel
esa mcp server

esa mcp server

Local
@koki-develop2TypeScriptMITUpdated 11mo ago

A Model Context Protocol (MCP) server for esa.io

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@koki-develop/esa-mcp-serverv0.3.2

Run

npx -y @koki-develop/esa-mcp-server

MCP client config

{
  "mcpServers": {
    "esa-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@koki-develop/esa-mcp-server"
      ]
    }
  }
}