How to Use the Newton MCP in Cursor
Generate mathematically precise code in Cursor by giving your agent direct access to Newton's symbolic algebra engine.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Newton MCP to Cursor
Create your Vinkius account to connect Newton to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Code with exact math inside the Cursor editor
The Newton MCP Server feeds exact algebraic computations directly into your Cursor editing session. Writing hardcoded math formulas in your code often leads to precision errors. With this tool active, your Cursor agent can run symbolic calculations directly in your workspace to generate verified code. Instead of guessing the expanded form of a complex polynomial, the agent calls `math_factor` or `math_simplify` to clean up the expression first. It's a massive timesaver that writes the optimized, calculated formula directly into your active file, saving you from manual algebra.
Real-time calculus generation in Cursor Agent mode
The Newton MCP Server provides real-time calculus capabilities to your Cursor agent during active coding. When building physics engines or quantitative models, you need exact derivatives. In Agent mode, Cursor calls `math_derive` or `math_integrate` to solve calculus problems on the fly. The agent takes the resulting symbolic output and writes the corresponding TypeScript or Python function. It can even use `math_tangent` to generate precise tangent line equations for your rendering loops without relying on slow external libraries.
Solve equations and roots inside your editor
The Newton MCP Server solves equations and finds roots right inside your Cursor sidebar. Finding the roots of a complex equation during a coding session usually requires spinning up a Jupyter notebook. Newton eliminates this step, so you'll run `math_zeroes` directly from your chat. For logarithmic or trigonometric code, the agent uses `math_log`, `math_sin`, or `math_cos` to verify values before committing them to your source. This workflow ensures that your hardcoded constants are mathematically sound from the start.
Set up Newton MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Newton MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Newton transactions." If the MCP tools are loaded correctly, Cursor will call the Newton tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"newton-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Newton. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Newton MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Newton MCP today
We host it, we monitor it, we maintain it. You just paste one token.