MCP-Guide
Description
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. Also comes with a huge list of…
About
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. Also comes with a huge list of servers you can install.
Details
- Author
- qpd-v
- Repository
- qpd-v/mcp-guide
- GitHub stars
- 44
- Downloads
- 21
- License
- Apache License 2.0
- Categories
- Developer Tools, Other
- Tags
- #study
Jump to
- 📚 Beginner-friendly explanations of MCP concepts
- 🔍 Browse a comprehensive list of MCP servers by category
- 💡 Practical, interactive examples of MCP features
- 🛠️ Step-by-step tutorial prompts for creating MCP tools and resources
Setting up with Highlight
Follow these steps to add this server as a custom Highlight plugin:
- 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
MCP-GuideCommand (node, npx, python, etc.)nodeArguments-
Argument 1
path/to/mcp-guide/dist/index.js
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
explain_concept
Get a beginner-friendly explanation of an MCP concept.
show_example
Show a practical example of an MCP feature.
list_servers
List available MCP servers by category.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-guide": {
"cwd": "string",
"env": {},
"args": [
"path/to/mcp-guide/dist/index.js"
],
"shell": false,
"command": "node"
}
}
}
Linux
{
"cwd": "string",
"env": [],
"args": [
"path/to/mcp-guide/dist/index.js"
],
"shell": false,
"command": "node"
}
Macos
{
"cwd": "string",
"env": [],
"args": [
"path/to/mcp-guide/dist/index.js"
],
"shell": false,
"command": "node"
}
Windows
{
"cwd": "string",
"env": [],
"args": [
"path/to/mcp-guide/dist/index.js"
],
"shell": false,
"command": "node"
}
MCP Guide Server (v0.1.5)
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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





