Simple MCP 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., "@Simple MCP ServerCalculate 15 + 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.
Simple MCP Server
A Python-based Model Context Protocol (MCP) server that demonstrates tools, resources, and prompts.
Features
Tools: Math calculations, time retrieval, echo messages
Resources: Server config, sample data access
Prompts: Greeting and analysis prompt templates
Related MCP server: Basic MCP Server
Local Setup
Install dependencies:
pip install -r requirements.txtRun the server:
python server.pyTest with MCP Inspector:
pip install mcp
mcp dev server.pyDeploying to Render
Create a new Web Service on Render
Connect your GitHub repository
Set the following:
Build Command:
pip install -r requirements.txtStart Command:
python server.pyEnvironment: Python 3
Using with Claude Desktop (Remote)
After deploying to Render, add to your Claude Desktop config:
{
"mcpServers": {
"simple-server": {
"uri": "https://your-app-name.onrender.com"
}
}
}Available Tools
calculate: Perform math operations (add, subtract, multiply, divide)get_time: Get current timeecho: Echo back messages
Available Resources
config://server: Get server configurationdata://sample/{item_id}: Get sample data by ID (1, 2, or 3)image://sample/chart: PNG image of a sine wave chartcsv://sample/data: Sample sales data in CSV format
Note: Resources are defined but may have issues with FastMCP v2.8.0. The image resource returns bytes and CSV returns text with proper MIME types set.
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
- Alicense-qualityDmaintenanceA demonstration MCP server showcasing tools (calculator, file operations, weather, timestamp), resources (server config, system info, documentation), and reusable prompt templates for code review, documentation, and debugging.Last updatedApache 2.0
- Alicense-qualityDmaintenanceA minimal template MCP server demonstrating basic tools, resources, and prompts functionality. Includes example implementations like a hello tool, history resource, and greet prompt for learning MCP development.Last updated4ISC
- Flicense-qualityDmaintenanceA Python-based MCP server demonstrating basic math and text tools, supporting both SSE and STDIO transports for integration with AI assistants like Cline in VS Code.Last updated
Related MCP Connectors
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
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/dannyhertz/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server