Skip to content

Esa

Free

by MCP Community

Official MCP server for esa.io - STDIO transport version

v0.7.0Added Apr 12, 2026
mcpmodel-context-protocolesaesa.iodocumentation
Works with:ClaudeGPTGeminiCopilot

Esa MCP Server

Official MCP server for esa.io - STDIO transport version

Installation

npx -y @esaio/esa-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @esaio/esa-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "esa": {
      "command": "npx",
      "args": ["-y", "@esaio/esa-mcp-server"]
    }
  }
}