MCP Math Server
A Node.js server that handles mathematical calculations and natural language math queries.
Features
- Basic arithmetic operations (add, subtract, multiply, divide)
- Advanced operations (square root, power)
- Natural language processing for math queries
- RESTful API endpoints
- CORS enabled
- Error handling
Installation
npm install
Usage
Start the server:
npm start
For development with auto-reload:
npm run dev
API Endpoints
1. Calculate Endpoint
POST /calculate
Body:
{
"operation": "add",
"params": { "a": 5, "b": 3 }
}
2. Natural Language Endpoint
POST /natural
Body:
{
"query": "what is 5 plus 3"
}
Supported Operations
- Addition: “add”, “plus”, “+”
- Subtraction: “subtract”, “minus”, “-”
- Multiplication: “multiply”, “times”, “*”
- Division: “divide”, “divided by”, “/”
- Square Root: “square root”, “sqrt”
- Power: “power”, “^”
License
MIT
MCP Math Server
Project Details
- aem-edge-delivery/mcp
- Last Updated: 3/25/2025
Recomended MCP Servers
primer mcp
An extended version of the MCP server for Todoist integration that enables natural-language task management through Claude.
Example node MCP server. When a user asks the agent for the passphrase, a special code phase is...
An unofficial model context protocol for the NHL API. Chat with live NHL games, scores, stats, and teams,...
基于Model Context Protocol (MCP)的ComfyUI图像生成服务,通过API调用本地ComfyUI实例生成图片,实现自然语言生图自由
An MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.
A Model Context Protocol (MCP) server that enables secure interaction with OceanBase databases. This server allows AI assistants...
BioMCP: Enabling agent-based biomedical R&D





