How to Use the Insightly MCP in Cursor
Build features using live CRM data. Plug Insightly into Cursor and let the agent write code based on your actual sales records.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Insightly MCP to Cursor
Create your Vinkius account to connect Insightly 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.
Inject Insightly data into Cursor code
Write code that interacts with your real CRM state rather than hard-coded mocks. When you enable the agent, it uses `list_opportunities` to understand the data structure you are currently building against. This makes your development cycle faster. You don't have to guess field names or guess how `list_leads` returns data; the AI reads the schema directly from the source.
Query Insightly tasks directly in Cursor
Pull task lists into your editor to build automated reports or internal tools. Your agent calls `list_tasks` and `list_projects` to populate your code with live data. This is helpful when you need to verify how your application handles different project states. You get immediate feedback on your logic by testing against real CRM outputs.
Map Insightly users and teams in Cursor
Gain visibility into your CRM's user structure while writing backend logic. By calling `list_users` and `list_teams`, your agent understands how to assign resources in your code. This context prevents bugs related to user permissions or team assignments. You write code that actually reflects your organization's hierarchy as defined in your CRM.
Set up Insightly 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 Insightly 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 Insightly transactions." If the MCP tools are loaded correctly, Cursor will call the Insightly tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"insightly-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 Insightly. 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 Insightly MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Insightly MCP today
We host it, we monitor it, we maintain it. You just paste one token.