math solver ai mcp for Cursor
io.github.csoai-org/math-solver-ai-mcp
Math Solver Ai MCP Server by MEOK AI Labs
client:Cursor
transport:stdio
runtime:pypi
Install math solver ai mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"math-solver-ai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"math-solver-ai-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs