MCP Expert Server
@MCP-Mirror
关于 MCP Expert Server
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Expert Server?
A Model Context Protocol server that uses Claude AI to generate queries from natural language requests and provide documentation answers based on your API documentation files.
How to use MCP Expert Server?
Install Node.js >=18 and set the ANTHROPIC_API_KEY environment variable. Run npm run build && npm run setup to create the required directories and prompt files, then add your documentation files (.txt, .md, .json) to the docs/ folder. Start the server with npm start or integrate it into Claude Desktop via its configuration.
Key features of MCP Expert Server
- Provides two tools:
create-queryanddocumentation - Uses Anthropic API (Claude) for intelligent responses
- Customizable prompts in the
prompts/directory - Supports
.txt,.md, and.jsondocumentation files - Modular TypeScript architecture with dedicated ExpertService class
Use cases of MCP Expert Server
- Convert natural language requests into structured queries for your API
- Retrieve relevant documentation snippets by asking questions in plain English
- Integrate with Claude Desktop to augment Claude with your custom documentation
FAQ from MCP Expert Server
What are the prerequisites for MCP Expert Server?
Node.js version 18 or higher and a valid Anthropic API key for Claude.
How do I set up MCP Expert Server for the first time?
Clone the repo, install dependencies with npm install, create a .env file with your ANTHROPIC_API_KEY, then run npm run build and npm run setup to generate the required directories and default prompt files.
How do I add my own documentation to MCP Expert Server?
Place your documentation files (supporting .txt, .md, and .json formats) into the docs/ directory. The server will use them when answering documentation queries.
How do I integrate MCP Expert Server with Claude Desktop?
Add an entry to your Claude Desktop config with the absolute path to the server’s build file (build/index.js) and set the ANTHROPIC_API_KEY environment variable in the config’s env field.
What should I do if MCP Expert Server has connection issues?
Ensure you have run npm run setup, verify all required files exist in prompts/, confirm your ANTHROPIC_API_KEY is correct, use absolute paths in the Claude Desktop config, and check the debug logs written to stderr.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论