Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • MCP Pokemon Server
  • Jira MCP Server
  • Azure Cosmos DB MCP Server
  • SQL Query MCP Server
  • Math MCP Server for MacOS
Back to MCP Servers
MCP Math Server

MCP Math Server

Public
aem-edge-delivery/mcp

A Node.js server that processes mathematical calculations and natural language math queries through RESTful API endpoints.

Verified
javascript
0 tools
May 29, 2025
Updated May 30, 2025

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

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • MCP Pokemon Server
    MCP Pokemon Server

    An MCP server implementation that enables users to interact with the PokeAPI to fetch Pokemon inform...

    Added May 30, 2025
  • Jira MCP Server
    Jira MCP Server

    A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowi...

    Added May 30, 2025
  • Azure Cosmos DB MCP Server
    Azure Cosmos DB MCP Server

    A server that enables LLMs like Claude to interact with Azure Cosmos DB databases through natural la...

    Added May 30, 2025
  • SQL Query MCP Server
    SQL Query MCP Server

    A FastMCP server that enables natural language querying of PostgreSQL databases through LLM integrat...

    Added May 30, 2025
  • Math MCP Server for MacOS
    Math MCP Server for MacOS

    Implements a math agent using Model Control Protocol that performs mathematical calculations and vis...

    Added May 30, 2025