MCP-Guide

by qpd-v

Recommended
44 stars
21 downloads
Not rated
GitHub

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

- 📚 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP-Guide
    Command (node, npx, python, etc.) node
    Arguments
    • 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.

  4. 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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.