Skip to content
Cursor

mathematica mcp for Cursor

io.github.lars20070/mathematica-mcp

MCP server for WolframScript

client:Cursor transport:stdio runtime:pypi

Install mathematica mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mathematica-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mathematica_mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mathematica mcp in other clients