ESA MCP Server
@sou-lab
关于 ESA MCP Server
ESA.io Model Context Protocol server for Claude Desktop
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"esa-mcp-server-claude": {
"command": "node",
"args": [
"bin/cli.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ESA MCP Server?
ESA MCP Server provides esa.io data in Model Context Protocol (MCP) format. It is designed for use in Cloud Desktop environments.
How to use ESA MCP Server?
Install by cloning the repository, running npm install, and then executing node bin/cli.js or installing globally with npm install -g .. On first run you are prompted for your esa.io API key, team name, and port number (default 3000). Configuration is saved to ~/.esa-mcp-server/config.json. The server exposes three endpoints: GET /, GET /mcp-data, and POST /search.
Key features of ESA MCP Server
- Provides esa.io data in MCP format
- Designed for Cloud Desktop environments
- CLI-based server with config file storage
- API endpoint to fetch all data (
GET /mcp-data) - API endpoint to search esa.io content (
POST /search) - Pre-configured integration for Claude Desktop
Use cases of ESA MCP Server
- Accessing esa.io knowledge base from Claude Desktop via MCP
- Searching esa.io documents programmatically using a POST query
- Using esa.io data in cloud-based AI agent environments
FAQ from ESA MCP Server
What runtime is required to run ESA MCP Server?
Node.js is required. The server is started with node bin/cli.js or the globally installed esa-mcp-server command.
How do I authenticate to esa.io?
You provide your esa.io API key and team name on first startup, or set the ESA_API_KEY and ESA_TEAM_NAME environment variables in the Claude Desktop configuration.
Where is the configuration stored?
Configuration is stored in ~/.esa-mcp-server/config.json after the initial interactive setup.
What port does ESA MCP Server use by default?
The default port is 3000. You can change it via the prompt on first run or by setting the PORT environment variable.
What API endpoints are available?
The server offers GET / (welcome page), GET /mcp-data (retrieve all esa.io data in MCP format), and POST /search (search esa.io content with a JSON body containing a query field).
AI 与智能体 分类下的更多 MCP 服务器
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
评论