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.
「その他」の他のコンテンツ
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント