How to Use the Ninox MCP in Cursor
Stop mocking data. Use Cursor to generate code with live records pulled directly from your Ninox database.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Ninox MCP to Cursor
Create your Vinkius account to connect Ninox 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 Live Ninox Records
Tell your Cursor agent to `list_records` from your Ninox 'Products' table. This MCP server connects directly to your database, so it won't just show you the data; it will use that live data to generate functions, tests, or UI components that match your actual schema. Need to build a details page? Ask the agent to `get_record` for a specific product ID and then generate the React component for it. The code it writes will be populated with real field names and values from your database.
Run Scripts, Check Schemas
You can use `get_database_schema` right in your editor. Your agent will fetch the schema and you can use that context to build correct types or validation logic. No more guessing field names or data types. For bigger tasks, use `execute_ninox_script`. Write a Ninox formula to calculate sales totals or find duplicate entries, and have the agent run it. You can then use the script's output as the input for your next piece of code.
An MCP Server for Database Tasks
This MCP server turns your editor's chat into a command line for your database. Quickly `create_records` to populate a test environment or `delete_record` to clean up after a test run. It's faster than opening another app. You can chain these commands together. Ask your agent to find a user with `list_records`, then immediately follow up with a request to `update_record` on that user's profile. It's a direct, interactive way to manage your Ninox data while you code.
Set up Ninox 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 Ninox 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 Ninox transactions." If the MCP tools are loaded correctly, Cursor will call the Ninox tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"ninox-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 Ninox. 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 Ninox MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Ninox MCP today
We host it, we monitor it, we maintain it. You just paste one token.