Skip to content
Claude Desktop

esa mcp server for Claude Desktop

io.github.koki-develop/esa-mcp-server

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

client:Claude Desktop transport:stdio runtime:npm

Install esa mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

esa mcp server in other clients