mcpbeat Sign in

Esa MCP Server

by koki-develop Your server? Claim it
local only

Esa MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from npm. Last commit 18 Sep 2025.

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

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 43 · avg 7 · +267% w/w
a month agotoday
74
Installs / week
npm · @koki-develop/esa-mcp-server
2
Stars
1 open issues
18 Sep 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/lib/esa/index.ts:42
      path: path.join("v1/teams", this._teamName, "posts"),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add esa-mcp-server -- npx -y @koki-develop/esa-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "esa-mcp-server": {
      "args": [
        "-y",
        "@koki-develop/esa-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.esa-mcp-server]
command = "npx"
args = ["-y", "@koki-develop/esa-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "esa-mcp-server": {
      "args": [
        "-y",
        "@koki-develop/esa-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "esa-mcp-server": {
      "args": [
        "-y",
        "@koki-develop/esa-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ESA_TEAM (Your esa team), ESA_ACCESS_TOKEN (Your esa personal access token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Esa MCP Server

same job, measured the same way
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
MCP Sitecore Server
by antonytm

A Model Context Protocol server for Sitecore

484 installs/wk local only
Microsoft NuGet
by microsoft

A Model Context Protocol (MCP) server for NuGet.

local only
Fiori MCP Server
by sap

SAP Fiori - Model Context Protocol (MCP) server

76 843 installs/wk local only
Gitlab MCP Server
by dubuqingfeng

GitLab MCP (Model Context Protocol) server for AI agents

62 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only
Wix
by wix

A Model Context Protocol server for Wix AI tools

answering
MCP Prometheus
by jeanlopezxyz

A Model Context Protocol (MCP) server for Prometheus monitoring

112 installs/wk local only

Esa MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Esa MCP Server?
Esa MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @koki-develop/esa-mcp-server was installed 74 times last week.
Is Esa MCP Server still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Esa MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @koki-develop/esa-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Esa MCP Server?
The npm package @koki-develop/esa-mcp-server was installed 74 times in the last week. Week over week that is +267%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Esa MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.