MCP Server Example
About
A simple MCP server to search for documentation (tutorial)
Details
- Author
- alejandro-ao
- GitHub stars
- 159
- Downloads
- 369
- Categories
- Other, Media, Developer Tools
Jump to
- Demonstrates MCP Resources, Tools, and Prompts
- Example implementation in Python 3.10+
- Uses the official MCP SDK (1.2.0+)
- Connects to Claude Desktop and other MCP hosts
- Serves as a tutorial companion for a video guide
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- 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 Server ExampleCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the uv package manager, create a project with uv init mcp-server, activate the virtual environment, install dependencies with uv add "mcp[cli]" httpx, and create main.py. Run the server with uv run main.py. Then configure an MCP host like Claude Desktop by editing its configuration file to point to the server using the uv command and absolute path to the project directory.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server example": {
"mcp-server-example": {
"command": "uv",
"args": [
"init",
"mcp-server"
]
}
}
}
}
McpServers
{
"mcp-server-example": {
"command": "uv",
"args": [
"init",
"mcp-server"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





