Skip to content
Cline

esa mcp server for Cline

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

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

client:Cline transport:stdio runtime:npm

Install esa mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

esa mcp server in other clients