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 Demoadd 5 and 3"
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 Server Demo with FastMCP
A beginner-friendly Model Context Protocol (MCP) server built using the official FastMCP Python SDK.
This project demonstrates the core concepts of MCP by implementing custom Tools, Resources, and Prompts, and testing them with MCP Inspector.
๐ Features
โ Custom MCP Tools
Addition
Subtraction
Multiplication
Division
Word Counter
Uppercase Converter
Lowercase Converter
Reverse Text
Current Time
Mock Weather
โ Dynamic Resources
Greeting Resource
About Project Resource
โ Prompt Templates
Greeting Prompt
Summarization Prompt
Explanation Prompt
Related MCP server: FastMCP Training Course Server
๐ Project Structure
mcp-server-demo/
โ
โโโ mcp.py
โโโ pyproject.toml
โโโ README.md
โโโ uv.lock
โโโ .venv/โ๏ธ Requirements
Python 3.11+
uv
MCP SDK
FastMCP
๐ฆ Installation
Clone the repository
git clone https://github.com/yourusername/mcp-server-demo.gitGo to the project
cd mcp-server-demoInstall dependencies
uv syncโถ๏ธ Run the MCP Server
uv run mcp dev mcp.py๐ Available Tools
Tool | Description |
add | Add two numbers |
subtract | Subtract two numbers |
multiply | Multiply two numbers |
divide | Divide two numbers |
word_count | Count words |
uppercase | Convert text to uppercase |
lowercase | Convert text to lowercase |
reverse_text | Reverse text |
current_time | Show current time |
mock_weather | Return mock weather information |
๐ Resources
Greeting
greeting://SureshOutput
Hello, Suresh! Welcome to MCP.About Project
about://projectReturns information about the project.
๐ฌ Prompt Templates
greet_user
Generate a greeting prompt.
summarize_prompt
Generate a summarization prompt.
explain_prompt
Generate an explanation prompt.
๐งช Testing
Run the server
uv run mcp dev mcp.pyOpen MCP Inspector
Test
Tools
Resources
Prompts
๐ Tech Stack
Python
FastMCP
MCP SDK
MCP Inspector
uv
๐ฏ Learning Objectives
This project demonstrates
MCP Fundamentals
FastMCP
Tools
Resources
Prompt Templates
MCP Inspector
Python MCP Server Development
๐ธ Screenshots
You can add screenshots of
MCP Inspector
Tools
Resources
Prompts
๐ Future Improvements
File Reader Tool
JSON Formatter
CSV Analyzer
Markdown Converter
UUID Generator
Password Generator
Notes Manager
Weather API Integration
Calculator Suite
AI-powered Text Utilities
๐จโ๐ป Author
Sureshkumar
GitHub: https://github.com/Sureshkumar8795/mcp-server-demo.git
๐ License
MIT License
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 basic MCP server template that provides a foundation for building custom tools, resources, and prompts. Serves as a starting point for developers to create their own MCP server functionality.
- Flicense-qualityDmaintenanceAn educational MCP server example built with FastMCP that demonstrates how to expose tools, resources, and prompts to AI clients. Provides a learning foundation for building MCP servers with Python and integrating them with AI applications like IDEs and chatbots.
- Flicense-qualityDmaintenanceEducational example of an MCP server built with FastMCP, demonstrating how to expose tools, resources, and prompts for AI clients.
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for generating rough-draft project plans from natural-language prompts.
An MCP server for deep research or task groups
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/Sureshkumar8795/mcp-server-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server