mcp-server-master
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-masterguide me through setting up an MCP server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Installation Guide
Adding MCP to your python project
Installation with uv (recommended)
We recommend using uv to manage your Python projects.
Installing from pyproject.toml RECOMENDED
If you prefer to manage your dependencies using pyproject.toml, you can add all libraries to your project:
uv syncInstalling manually
If you haven't created a uv-managed project yet, create one:
uv init mcp-server-demo
cd mcp-server-demoThen add MCP to your project dependencies:
uv add "mcp[cli]"Alternatively, for projects using pip for dependencies:
pip install "mcp[cli]"Testing the installation
Make sure you activate your virtual environment if you're using one.
Run de
client.pyfile provided
python client.pyRunning the standalone MCP development tools
To run the mcp command with uv:
uv run mcpMCP Inspector
The MCP inspector is a developer tool for testing and debugging MCP servers.

Related MCP server: MCP Server Deepdive
Architecture Overview
The MCP Inspector consists of two main components that work together:
MCP Inspector Client (MCPI): A React-based web UI that provides an interactive interface for testing and debugging MCP servers
MCP Proxy (MCPP): A Node.js server that acts as a protocol bridge, connecting the web UI to MCP servers via various transport methods (stdio, SSE, streamable-http)
Note that the proxy is not a network proxy for intercepting traffic. Instead, it functions as both an MCP client (connecting to your MCP server) and an HTTP server (serving the web UI), enabling browser-based interaction with MCP servers that use different transport protocols.
Running the Inspector
Requirements
Node.js: ^22.7.5
Quick Start (UI mode)
To get up and running right away with the UI, just execute the following:
npx @modelcontextprotocol/inspectorThe server will start up and the UI will be accessible at http://localhost:6274.
From an MCP server repository
To inspect an MCP server implementation, there's no need to clone this repo. Instead, use npx. For example, if your server is built at build/index.js:
npx @modelcontextprotocol/inspector node build/index.jsFor python server with uv:
npx @modelcontextprotocol/inspector uv run main.pyThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA template repository for creating MCP servers that can be easily containerized and used with MCP clients.Last updated3271MIT
- FlicenseBqualityDmaintenanceA Python-based MCP server implementation that can be easily installed via pip or directly from GitHub, providing a simple way to deploy and run MCP server functionality.Last updated1
- Flicense-qualityDmaintenanceA Python template for building MCP servers with Streamable HTTP transport, providing example tools, resources, and prompts.Last updated1
Related MCP Connectors
Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P…
MCP server for doc2mcp documentation, generated by doc2mcp.
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Leandroglez39/mcp-server-master'
If you have feedback or need assistance with the MCP directory API, please join our Discord server