📦
Calculator Fastmcp
Calculator MCP server built with FastMCP framework
0 installs
Trust: 34 — Low
Devtools
Ask AI about Calculator Fastmcp
Powered by Claude · Grounded in docs
I know everything about Calculator Fastmcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Calculator MCP - FastMCP
Built with FastMCP - the fast, Pythonic way to build MCP servers.
Setup
pip install fastmcp
Run Locally
python main.py
Server uses stdio transport by default.
Deploy to Dedalus
- Push this folder to GitHub repo
- Go to https://dedaluslabs.ai/dashboard
- Click "Add Server"
- Connect your GitHub repo
- Click "Deploy"
Tools Provided
add(a, b)- Add two numberssubtract(a, b)- Subtract b from amultiply(a, b)- Multiply two numbersdivide(a, b)- Divide a by b
Framework
This uses FastMCP:
- Most popular MCP framework (70% of all MCP servers use it)
- Decorator-based, Pythonic API
- Automatic schema generation from type hints
- Fast and minimal boilerplate
- Powers 1M+ downloads per day
