Skip to content
Cursor

esa mcp server for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install esa mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

esa mcp server in other clients