esa MCP Server
@kajirita2002
关于 esa MCP Server
MCP server for interacting with esa API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"esa-mcp-server-kajirita2002": {
"command": "npx",
"args": [
"@kajirita2002/esa-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is esa MCP Server?
This server is an interface that uses the Model Context Protocol (MCP) to enable Claude AI to interact with the esa API. It allows Claude AI to search, create, and update esa documents, streamlining document management for esa teams.
How to use esa MCP Server?
Install the server globally via npm install -g @kajirita2002/esa-mcp-server or run directly with npx @kajirita2002/esa-mcp-server. Set the environment variables ESA_ACCESS_TOKEN (your esa API access token) and ESA_TEAM (your team name), then start the server with npm start. Add the server to your mcp_config.json using the provided configuration example.
Key features of esa MCP Server
- List, get, create, and update esa posts
- List, get, and create comments on posts
- Retrieve team member information
- Supports search queries and filtering options
- Markdown body support for posts and comments
- WIP (Work In Progress) flag management
Use cases of esa MCP Server
- Create a new esa post with a title, body, tags, and category via Claude AI
- Search and retrieve existing esa posts using queries and filters
- Update or edit post content and metadata directly from a chat
- Manage comments on posts, including adding new comments or reading existing ones
- Look up team members and their details
FAQ from esa MCP Server
What are the prerequisites for esa MCP Server?
Node.js 18 or higher, an esa API access token, and your esa team name.
How do I install and configure esa MCP Server?
Install globally with npm or use npx. Set ESA_ACCESS_TOKEN and ESA_TEAM environment variables, then add the server configuration to your mcp_config.json file.
What tools does esa MCP Server provide?
It provides three groups of tools: post-related (list, get, create, update), comment-related (list, get, create), and member-related (get members, get a specific member). Each tool has configurable input parameters.
What should I do if I see a 401 or 403 error?
A 401 error means your access token may be invalid or expired—generate a new one from the esa settings. A 403 error means the token lacks required permissions—check its permissions and issue a new token if needed.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论