Skip to content
Cursor

Newton for Cursor

io.github.pipeworx-io/newton

Newton MCP — wraps the Newton math solver API (free, no auth)

client:Cursor transport:streamable-http

Install Newton in Cursor

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

{
  "mcpServers": {
    "newton": {
      "url": "https://gateway.pipeworx.io/newton/mcp"
    }
  }
}

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

Newton in other clients