Mathexpr
FreeNot checkedMCP server: evaluate and simplify mathematical expressions (mathjs).
About
MCP server: evaluate and simplify mathematical expressions (mathjs).
README
MCP server: evaluate and symbolically simplify mathematical expressions.
Backed by mathjs.
Tools
eval
{ "expression": "3 inch to cm" }
→ { "result": "7.62 cm" }
{ "expression": "x^2 + 2*x + 1", "scope": { "x": 4 } }
→ { "result": 25 }
Supports arithmetic, functions (sin/cos/log/sqrt/...), constants
(pi, e), units, and a caller-supplied variable scope.
simplify
{ "expression": "2*x + x + 1" }
→ { "result": "3 * x + 1" }
Configure
{ "mcpServers": { "mathexpr": { "command": "npx", "args": ["-y", "@mukundakatta/mathexpr-mcp"] } } }
License
MIT.
Installing Mathexpr
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/MukundaKatta/mathexpr-mcpFAQ
Is Mathexpr MCP free?
Yes, Mathexpr MCP is free — one-click install via Unyly at no cost.
Does Mathexpr need an API key?
No, Mathexpr runs without API keys or environment variables.
Is Mathexpr hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Mathexpr in Claude Desktop, Claude Code or Cursor?
Open Mathexpr on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Mathexpr with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
