Back to Apps

MCP Test Server
by s2005
Educational MCP server providing time utilities, learning tips, and professional prompt templates for AI development.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
This is a demonstration MCP server designed for educational purposes. it connects an AI assistant to a set of local utilities for time calculations, greeting generation, and a knowledge base of development tips for MCP, Python, and Docker.
Tools
get_current_time: Returns the current system date and time.generate_greeting: Creates a personalized greeting based on a provided name.calculate_days_until_date: Calculates the number of days between today and a target date.get_learning_tips: Retrieves curated development tips for MCP, Python, or Docker.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-test": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/path/to/mcp-test/src/server.py"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
mcp install src/server.pyInformation
- Pricing
- free
- Published
- 7/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json using uv run mcp run src/server.py





