How to Use the NeonCRM MCP in Cursor
Build custom non-profit portals using live NeonCRM data inside Cursor with this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NeonCRM MCP to Cursor
Create your Vinkius account to connect NeonCRM 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.
Write code using live NeonCRM schemas in Cursor
The `list_custom_fields` tool fetches your exact database schema directly into the Cursor editor via our MCP Server. Your AI developer reads these custom properties to write precise integration code without guessing field IDs. Instead of relying on outdated API documentation, the agent uses `get_account` to pull a real JSON payload. This live feedback means you write functional components on the first try.
Verify financial endpoints during development
The `list_donations` tool retrieves live transaction records to test your custom reporting dashboards inside Cursor. You see how real donation data maps to your UI components as you write them. For organization grants, `list_grants` pulls active funding records. Your Cursor agent uses this live array to debug sorting algorithms and filter logic in real time.
Build membership portals with actual CRM data
The `list_memberships` tool exposes active subscription tiers to your Cursor agent. You write access-control logic using actual membership statuses returned from the API. To build event registration flows, `list_crm_events` pulls active event listings. Your agent tests the frontend display against real upcoming events to ensure proper date formatting.
Set up NeonCRM 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 NeonCRM 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 NeonCRM transactions." If the MCP tools are loaded correctly, Cursor will call the NeonCRM tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"neoncrm-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 NeonCRM. 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 NeonCRM MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NeonCRM MCP today
We host it, we monitor it, we maintain it. You just paste one token.