This MCP server connects AI assistants with the esa information sharing service, allowing for reading, creating, updating, and managing articles via the Model Context Protocol.
From the registry: Official MCP server for esa.io - a documentation sharing service for teams
Please install the `esa` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **esa.io personal access token** — Generate a PAT v2 with scopes 'read write' or admin:comment read:post write:post read:category read:tag read:attachment read:team read:member. (https://docs.esa.io/posts/559)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["@esaio/esa-mcp-server"]
- required environment variables:
- `ESA_ACCESS_TOKEN`: esa.io personal access token (PAT v2 recommended). (example: `<your-esa-access-token>`)
- optional environment variables:
- `LANG`: UI language (e.g., ja, en). (example: `en`)
Note: Official esa.io MCP server. Also runnable as Docker image ghcr.io/esaio/esa-mcp-server.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ESA_ACCESS_TOKENrequiredAccess token required for API access.LANGrequiredUI language setting.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…