pipeworx-io/mcp-newton
MCP server for symbolic math (simplify, derive, integrate, factor) via Newton API
Platform-specific configuration:
{
"mcpServers": {
"mcp-newton": {
"command": "npx",
"args": [
"-y",
"mcp-newton"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for symbolic math operations via the Newton API. Free, no authentication required.
| Tool | Description | |------|-------------| | simplify | Simplify a mathematical expression | | derive | Compute the derivative of an expression with respect to x | | integrate | Compute the indefinite integral of an expression | | factor | Factor a polynomial expression |
curl -X POST https://gateway.pipeworx.io/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "newton__derive",
"arguments": { "expression": "x^3+2x^2+x" }
},
"id": 1
}'MIT
Loading reviews...