Esa MCP Server

by koki-develop

Not rated
GitHub

About

A MCP server for the document sharing service esa.io.

Details

Author
koki-develop
Categories
Productivity, Other, Knowledge Base, Communication

Setup

Install Esa MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/koki-develop/esa-mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

A MCP server for the document sharing service esa.io.

[!IMPORTANT] An official MCP server has been released. Please use the official server going forward.

- esa公式のローカルMCPサーバーを公開しました - ReleaseNotes/2025/09/17 - docs.esa.io

A Model Context Protocol (MCP) server foresa.io.

- Usage

- Prerequisites
-
Configuration

- Using npx
-
Using Docker

Before using this MCP server, you need to generate a personal access token from your esa.io team:
- Go tohttps://<TEAM_NAME>.esa.io/user/applications
- Create a new personal access token
- Copy the token for configuration

You can run the server either via npx or Docker.

Add the following configuration to your MCP client:

{ "mcpServers": { "esa": { "command": "npx", "args": [ "-y", "@koki-develop/esa-mcp-server@latest" ], "env": { "ESA_TEAM": "<your-team-name>", "ESA_ACCESS_TOKEN": "<your-personal-access-token>" } } } }

Replace<your-team-name>and<your-personal-access-token>with your team name and personal access token.

If you prefer Docker, use the following configuration:

{ "mcpServers": { "esa": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "ESA_TEAM", "-e", "ESA_ACCESS_TOKEN", "ghcr.io/koki-develop/esa-mcp-server:latest" ], "env": { "ESA_TEAM": "<your-team-name>", "ESA_ACCESS_TOKEN": "<your-personal-access-token>" } } } }

To enable read-only mode that only allows read operations, add the--readonlyflag.

{ "mcpServers": { "esa": { "command": "npx", "args": [ "-y", "@koki-develop/esa-mcp-server@latest", "--readonly" ], "env": { "ESA_TEAM": "<your-team-name>", "ESA_ACCESS_TOKEN": "<your-personal-access-token>" } } } }
{ "mcpServers": { "esa": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "ESA_TEAM", "-e", "ESA_ACCESS_TOKEN", "ghcr.io/koki-develop/esa-mcp-server:latest", "--readonly" ], "env": { "ESA_TEAM": "<your-team-name>", "ESA_ACCESS_TOKEN": "<your-personal-access-token>" } } } }

In read-only mode, only the following operations are available:

- get_posts- retrieve posts
- get_post- retrieve a specific post
- get_tags- retrieve tags
- get_post_comments- retrieve post comments

Write operations (create_post,update_post,delete_post,create_post_comment,update_comment,delete_comment) are disabled.

This project is licensed under the MIT License - see theLICENSEfile for details.

An MCP server that enables AI assistants to interact with Confluence content through a standardized interface.

An MCP server for interacting with the esa.io knowledge-sharing platform.

Access the esa.io API to manage your team's knowledge base.

Access personal and team knowledge from documents and Slack discussions.

Access personal and team knowledge repositories, including documents and Slack discussions.

Provides API tools to interact with Yonote documents and collections.

Official Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.

Collaborative word processor you can use with your agent

MCP server for Apple Notes with semantic search and CRUD operations. Claude searches, reads, creates, updates, and manages your Apple Notes through natural language.

Interact with Atlassian Confluence Cloud spaces, pages, and content in real-time.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.