Math Operations
pulsemcp/math operationsProvides basic arithmetic operations and matrix multiplication with 64-bit floating point precision, handling edge cases like division by zero and empty inputs for reliable mathematical computation in educational and data analysis workflows.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"math_operations": {
"url": "None",
"transport": "http"
}
}
}