MCP Guide
HTTP-SSESTDIOA beginner-friendly server that helps users understand MCP concepts and provides interactive examples.
A beginner-friendly server that helps users understand MCP concepts and provides interactive examples.
A beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP.
Author: qpd-v
# Using npm npm install -g mcp-guide # Using yarn yarn global add mcp-guide
claude_desktop_config.json
):{ "mcpServers": { "mcp-guide": { "command": "node", "args": ["path/to/mcp-guide/dist/index.js"] } } }
explain_concept
: Get explanations of MCP conceptsshow_example
: See practical examples of MCP featureslist_servers
: Browse available MCP servers by category# Start the server mcp-guide # Or if installed locally npx mcp-guide
Get a beginner-friendly explanation of an MCP concept.
Example concepts:
Show a practical example of an MCP feature.
Example features:
List available MCP servers by category.
Categories:
# Clone the repository git clone https://github.com/qpd-v/mcp-guide.git cd mcp-guide # Install dependencies npm install # Build the project npm run build # Start the server npm start
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.