esa
Rank #622io.github.esaio/esa
Official MCP server for esa.io - a documentation sharing service for teams
esa is a Model Context Protocol (MCP) server published by esaio. It ranks #622 of 115,460 servers tracked on MCP Toplist, and its repository has 62 GitHub stars. esa is listed across 3 registries — Official MCP, PulseMCP and Glama, with 13 tracked versions. It was first listed on Sep 16, 2025 and most recently updated on May 23, 2026.
Ranks ahead of 114,838 of 115,460 servers on MCP Toplist.
Use esa
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add esa -e "ESA_ACCESS_TOKEN=<your ESA_ACCESS_TOKEN>" -- npx -y @esaio/esa-mcp-serverReplace each placeholder with your own value before saving.
claude mcp add esa -e "ESA_ACCESS_TOKEN=<your ESA_ACCESS_TOKEN>" -- docker run -i --rm ghcr.io/esaio/esa-mcp-server:0.10.0Replace each placeholder with your own value before saving.
[mcp_servers.esa]
command = "npx"
args = ["-y", "@esaio/esa-mcp-server"]
[mcp_servers.esa.env]
ESA_ACCESS_TOKEN = "<your ESA_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.esa]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/esaio/esa-mcp-server:0.10.0"]
[mcp_servers.esa.env]
ESA_ACCESS_TOKEN = "<your ESA_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"esa": {
"command": "npx",
"args": [
"-y",
"@esaio/esa-mcp-server"
],
"env": {
"ESA_ACCESS_TOKEN": "<your ESA_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"esa": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/esaio/esa-mcp-server:0.10.0"
],
"env": {
"ESA_ACCESS_TOKEN": "<your ESA_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"esa": {
"command": "npx",
"args": [
"-y",
"@esaio/esa-mcp-server"
],
"env": {
"ESA_ACCESS_TOKEN": "<your ESA_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"esa": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/esaio/esa-mcp-server:0.10.0"
],
"env": {
"ESA_ACCESS_TOKEN": "<your ESA_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"esa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@esaio/esa-mcp-server"
],
"env": {
"ESA_ACCESS_TOKEN": "<your ESA_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"esa": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/esaio/esa-mcp-server:0.10.0"
],
"env": {
"ESA_ACCESS_TOKEN": "<your ESA_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"esa": {
"command": "npx",
"args": [
"-y",
"@esaio/esa-mcp-server"
],
"env": {
"ESA_ACCESS_TOKEN": "<your ESA_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"esa": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/esaio/esa-mcp-server:0.10.0"
],
"env": {
"ESA_ACCESS_TOKEN": "<your ESA_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"esa": {
"command": "npx",
"args": [
"-y",
"@esaio/esa-mcp-server"
],
"env": {
"ESA_ACCESS_TOKEN": "<your ESA_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"esa": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/esaio/esa-mcp-server:0.10.0"
],
"env": {
"ESA_ACCESS_TOKEN": "<your ESA_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.esaio%2Fesa)<a href="https://mcptoplist.com/server/io.github.esaio%2Fesa"><img src="https://mcptoplist.com/badge/io.github.esaio%2Fesa.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
esaio
Other servers by esaio
View all esaio servers →Available versions (13)
| Version | Published |
|---|---|
| 0.10.0 | May 23, 2026 |
| 0.9.2 | May 21, 2026 |
| 0.8.0 | May 17, 2026 |
| 0.7.5 | May 11, 2026 |
| 0.7.4 | May 10, 2026 |
| 0.7.3 | May 10, 2026 |
| 0.7.2 | May 10, 2026 |
| 0.7.1 | Apr 24, 2026 |
| 0.7.0 | Mar 26, 2026 |
| 0.6.1 | Mar 24, 2026 |
| 0.6.0 | Mar 11, 2026 |
| 0.5.1 | Mar 8, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains esa?
- esa is maintained by esaio, which publishes 2 MCP servers (20 total versions) tracked on MCP Toplist.
- Is esa listed on the Official MCP Registry?
- Yes — esa is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does esa have?
- MCP Toplist tracks 13 versions of esa, most recently published on May 23, 2026.
- Where can I find the source code for esa?
- The source code for esa is hosted at github.com/esaio/esa-mcp-server.