mcp-server-demo
@pravinkpk30
About mcp-server-demo
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-demo-pravinkpk30": {
"command": "uv",
"args": [
"run",
"mcp",
"dev",
"ai-sticky-notes.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-server-demo?
A demonstration server for the Model Context Protocol (MCP). It provides example scripts to show how MCP servers can be run and tested using the mcp dev command and the MCP Inspector.
How to use mcp-server-demo?
Run the server with uv run mcp dev weather.py or uv run mcp dev ai-sticky-notes.py. The command automatically installs the @modelcontextprotocol/inspector package and starts the MCP Inspector on port 6274.
Key features of mcp-server-demo
- Runs an MCP server using the
mcp devcommand. - Includes example scripts:
weather.pyandai-sticky-notes.py. - Serves a web-based MCP Inspector UI at
http://127.0.0.1:6274. - Launches a proxy server on port 6277.
- Requires the
@modelcontextprotocol/inspectorNode.js package.
Use cases of mcp-server-demo
—
FAQ from mcp-server-demo
How do I run the mcp-server-demo server?
Use uv run mcp dev weather.py or uv run mcp dev ai-sticky-notes.py in your terminal.
What dependencies are needed for mcp-server-demo?
The @modelcontextprotocol/inspector package is installed automatically when running the mcp dev command.
What ports does the MCP Inspector use?
The proxy server listens on port 6277, and the Inspector UI is available at http://127.0.0.1:6274.
Frequently asked questions
How do I run the mcp-server-demo server?
Use `uv run mcp dev weather.py` or `uv run mcp dev ai-sticky-notes.py` in your terminal.
What dependencies are needed for mcp-server-demo?
The `@modelcontextprotocol/inspector` package is installed automatically when running the `mcp dev` command.
What ports does the MCP Inspector use?
The proxy server listens on port 6277, and the Inspector UI is available at `http://127.0.0.1:6274`.
Basic information
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments