Esa.io
About
Integrates with esa.io knowledge management platform to enable searching, reading, creating, updating, and deleting posts and comments with support for advanced query parameters and content management features.
Details
- Author
- harukikaneko
- Repository
- harukikaneko/esa-mcp
- GitHub stars
- 3
- Categories
- Productivity, Other, Knowledge Base, Communication, Developer Tools, Workplace, File Management, AI, Search, API, Security
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Esa.ioCommand (node, npx, python, etc.)/Users/~/.local/share/mise/shims/nodeArguments-
Argument 1
/Users/~/project/esa-mcp-server/dist/index.js
Environment-
ESA_API_KEY
ESA API TOKEN -
DEFAULT_ESA_TEAM
your team
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"esa.io": {
"env": {
"ESA_API_KEY": "ESA API TOKEN",
"DEFAULT_ESA_TEAM": "your team"
},
"args": [
"/Users/~/project/esa-mcp-server/dist/index.js"
],
"command": "/Users/~/.local/share/mise/shims/node"
}
}
}
Linux
{
"env": {
"ESA_API_KEY": "ESA API TOKEN",
"DEFAULT_ESA_TEAM": "your team"
},
"args": [
"/Users/~/project/esa-mcp-server/dist/index.js"
],
"command": "/Users/~/.local/share/mise/shims/node"
}
Macos
{
"env": {
"ESA_API_KEY": "ESA API TOKEN",
"DEFAULT_ESA_TEAM": "your team"
},
"args": [
"/Users/~/project/esa-mcp-server/dist/index.js"
],
"command": "/Users/~/.local/share/mise/shims/node"
}
Windows
{
"env": {
"ESA_API_KEY": "ESA API TOKEN",
"DEFAULT_ESA_TEAM": "your team"
},
"args": [
"/Users/~/project/esa-mcp-server/dist/index.js"
],
"command": "/Users/~/.local/share/mise/shims/node"
}
{ "mcpServers": { "esa-mcp-server": { "command": "/Users/~/.local/share/mise/shims/node", // 絶対PATHにしておく方が無難 "args": ["/Users/~/project/esa-mcp-server/dist/index.js"], // 現在はローカルbuild想定 "env": { "ESA_API_KEY": "ESA API TOKEN", "DEFAULT_ESA_TEAM": "your team" } } } }
An MCP server that enables AI assistants to interact with Confluence content through a standardized interface.
Access the esa.io API to manage your team's knowledge base.
A MCP server for the document sharing service esa.io.
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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





