Serves as the runtime environment for the MCP Math Server, handling RESTful API endpoints for mathematical calculations and natural language math queries.
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 Math Serverwhat is 15 squared plus the square root of 25"
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 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
Related MCP server: MCP Calc Tools
Installation
npm installUsage
Start the server:
npm startFor development with auto-reload:
npm run devAPI Endpoints
1. Calculate Endpoint
POST /calculateBody:
{
"operation": "add",
"params": { "a": 5, "b": 3 }
}2. Natural Language Endpoint
POST /naturalBody:
{
"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
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.