MCP FastMCP Demo Server
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 FastMCP Demo Serveradd 15 and 27"
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.
MCP FastMCP Demo Server
This project is a simple MCP (Model Context Protocol) server built using FastMCP.
It exposes:
A tool (
add)A dynamic resource (
greeting://{name})A prompt (
greet_user)
The server is designed to run over STDIO and can be inspected using the MCP Inspector UI.
📦 Prerequisites
Make sure you have the following installed:
All Platforms
Python 3.9+
Node.js 18+
npm (comes with Node.js)
Check versions:
python --version
node --version
npm --version🐍 Python Setup
1️⃣ Create a virtual environment (recommended)
Linux / macOS
python3 -m venv .venv
source .venv/bin/activateWindows (PowerShell)
python -m venv .venv
.venv\Scripts\Activate.ps12️⃣ Install dependencies
pip install -r requirements.txt
(If using uv, make sure it’s already configured.)▶️ Running the MCP Server with Inspector The MCP Inspector will start the server and connect to it automatically using STDIO.
Linux / macOS / Windows
npx @modelcontextprotocol/inspector python server.pyThis will: Launch the Inspector UI Spawn python server.py and Connect via STDIO automatically.
📍 Inspector UI opens at:
http://localhost:5173 🧪 Verifying the Connection.
Once connected in the Inspector UI:
Tools
add(a: int, b: int) → int
Resources
greeting://{name}
Prompts
greet_user
This 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
- Flicense-qualityDmaintenanceA minimal demonstration MCP server that provides basic mathematical addition and greeting functionality, serving as a template for building and deploying FastMCP servers.Last updated
- Flicense-qualityDmaintenanceA minimal demonstration MCP server built with FastMCP that exposes a simple greeting tool, showcasing basic server setup and remote deployment capabilities.Last updated
- Flicense-qualityCmaintenanceA demonstration MCP server built with FastMCP that provides basic mathematical operations (addition and multiplication) and personalized greeting generation tools with multiple style options.Last updated
- FlicenseAqualityDmaintenanceA simple MCP server built with Python's FastMCP that exposes a calculator tool for addition operations and a dynamic greeting resource for personalized messages.Last updated1
Related MCP Connectors
A very simple remote MCP server that greets you, with a custom icon.
A basic MCP server to operate on the Postman API.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
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/blackviking1311/sample-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server