math mcp for Cursor
io.github.andylbrummer/math-mcp
GPU-accelerated MCP server: symbolic algebra, numerical computing, FFT, optimization, linear algebra
client:Cursor
transport:stdio
runtime:pypi
Install math mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"math-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"scicomp-math-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs