MCP Server Demo
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 Demoshow me how to set up a new MCP server project"
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.
Getting Started with MCP in Your Python Project
These instructions are adapted from the original GitHub MCP Python SDK Repository: Model Context Protocol Python SDK.
We will use uv to manage your Python projects for a streamlined and reproducible setup.
1. Initialize a New uv-Managed Project
If you're starting fresh, initialize a new project:
uv init mcp-server-demo
cd mcp-server-demoYou can then copy the server.py file in your new project.
2. Add MCP to Your Project
Add the MCP package, including the CLI tools, as a dependency:
uv add "mcp[cli]"3. Run the MCP Development Tools
To use the MCP CLI with uv:
uv run mcp3. Interact with the Tool
If you have Claude Desktop, you can start interacting with the tool from the UI by running the following command:
uv mcp install server.pyYou can follow this tutorial for a step by step initialziation.
Alternatively, you can test it with the MCP Inspector:
uv mcp dev server.pyMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceA starter template for building Model Context Protocol (MCP) servers, enabling developers to create and add custom tools that can be integrated with Claude Desktop.Last updated2
- FlicenseBqualityDmaintenanceA starter template for building custom MCP servers that can integrate with Claude Desktop, Cursor, and other AI assistants. Provides example tools, TypeScript support, and automated publishing workflows to help developers quickly create their own MCP integrations.Last updated136
- FlicenseAqualityDmaintenanceA starter template for building custom MCP servers that can integrate with Claude Desktop, Cursor, and other AI assistants. Provides example tools, TypeScript support, and automated publishing workflows to help developers quickly create their own MCP servers.Last updated732
- FlicenseAqualityDmaintenanceA basic demonstration MCP server that provides a simple greeting tool, showcasing how to build and integrate custom MCP servers with Claude Desktop using Python and the uv package manager.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 generating rough-draft project plans from natural-language prompts.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
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/markjukerburg/MCP-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server