
esa MCP Server
by d-kimuson
Integrate your esa.io knowledge base with AI agents to search, read, and manage articles effortlessly.
What it does
Connects AI agents to the esa.io platform, allowing them to interact with your team's internal documentation. It provides a compact alternative to the official server, focusing on core article management while minimizing token consumption in the system prompt.
Tools
search_esa_posts: Search for articles within your esa.io team.read_esa_post: Retrieve the full content of a single article.read_esa_multiple_posts: Fetch multiple articles in one call for better context.create_esa_post: Create new documentation entries directly via AI.update_esa_post: Modify existing articles to keep documentation current.delete_esa_post: Remove outdated articles.get_search_query_document: Get guidance on writing accurate search queries for esa.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"esa-mcp-server": {
"command": "npx",
"args": ["-y", "esa-mcp-server@latest"],
"env": {
"ESA_API_KEY": "your api key here",
"DEFAULT_ESA_TEAM": "your default esa team"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y esa-mcp-server@latestInformation
- Pricing
- free
- Published
- 4/25/2026






