Math-MCP
Mathe-MCP
Ein Model Context Protocol (MCP)-Server, der Large Language Models (LLMs) grundlegende mathematische und statistische Funktionen bereitstellt. Dieser Server ermöglicht LLMs die Durchführung präziser numerischer Berechnungen über eine einfache API.
Merkmale
Grundrechenarten (Addition, Subtraktion, Multiplikation, Division)
Statistische Funktionen (Summe, Durchschnitt, Min, Max)
Rundungsfunktionen (Boden, Decke, Rund)
Related MCP server: Calculator MCP
Installation
Installation über Smithery
So installieren Sie Math-MCP für Claude Desktop automatisch über Smithery :
npx -y @smithery/cli install @EthanHenrickson/math-mcp --client claudeManuelle Installation
Klonen Sie einfach dieses Repository und speichern Sie es lokal irgendwo auf Ihrem Computer.
Fügen Sie dann diesen Server zu Ihrer MCP-Konfigurationsdatei hinzu:
"math": {
"command": "node",
"args": ["PATH\\TO\\PROJECT\\math-mcp\\build\\index.js"]
}Ersetzen Sie PATH\\TO\\PROJECT durch den tatsächlichen Pfad, unter dem Sie das Repository geklont haben.
Verfügbare Funktionen
Der Math-MCP-Server bietet die folgenden mathematischen Operationen:
Funktion | Beschreibung | Parameter |
| Addiert zwei Zahlen |
|
| Subtrahiert die zweite Zahl von der ersten Zahl |
|
| Multipliziert zwei Zahlen miteinander |
|
| Dividiert die erste Zahl durch die zweite Zahl |
|
| Addiert eine beliebige Anzahl von Zahlen |
|
| Berechnet den arithmetischen Mittelwert einer Liste von Zahlen |
|
| Findet den Minimalwert aus einer Liste von Zahlen |
|
| Findet den Maximalwert aus einer Liste von Zahlen |
|
| Rundet eine Zahl auf die nächste Ganzzahl ab |
|
| Rundet eine Zahl auf die nächste Ganzzahl auf |
|
| Rundet eine Zahl auf die nächste Ganzzahl |
|
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
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables LLMs to perform precise numerical calculations by evaluating mathematical expressions.1155MIT
- AlicenseBqualityCmaintenanceA Model Context Protocol server that provides basic calculator functionality for LLMs, enabling them to perform mathematical operations like addition, subtraction, multiplication, division, modulo, and square root.644416MIT
- AlicenseNot gradedqualityDmaintenanceA backend service that provides accurate arithmetic calculation capabilities to AI models via the Model Context Protocol, allowing LLMs to offload mathematical computations for numerical queries.1MIT
- AlicenseNot gradedqualityDmaintenanceA Python-based MCP server that provides a suite of basic arithmetic tools, including addition, square roots, and percentage calculations, for AI assistants. It enables models to perform precise mathematical operations through the Model Context Protocol.MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Precision math engine for AI agents. 203 exact methods. Zero hallucination.
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/EthanHenrickson/math-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server