How to Use the ArborNote MCP in Cursor
Inject live ArborNote data into your code with Cursor. Build scripts and integrations using real client and project info.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ArborNote MCP to Cursor
Create your Vinkius account to connect ArborNote 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.
Your MCP Server for client scripting
This MCP server gives your Cursor agent direct access to your ArborNote client database. When you're writing a script, you can ask the agent to fetch real client info using `get_arbornote_client` or `list_arbornote_clients`. No more placeholder data or manual lookups. The agent doesn't just show you the data; it writes the code to use it. Ask it to "write a Python script that emails all clients," and it will use `list_arbornote_clients` to get the real list and generate the working code on the spot. You can also create and update records with `create_arbornote_client` and `update_arbornote_client`.
Build reports from project data
Stop exporting CSVs. Your agent can pull project and proposal data directly into your editor with `list_arbornote_projects` and `list_arbornote_proposals`. It's useful for building custom reports or internal dashboards. If you need to analyze a specific job, use `get_arbornote_project` to get its full details. Your agent can then structure that data into a class, a JSON object, or whatever format you need for the code you're writing.
Automate financial and health checks
You can build internal tools that monitor your business. Have your agent use `get_arbornote_metrics` to pull financial totals from ArborNote. It's perfect for creating scheduled scripts that post daily metrics to Slack. For maintenance and ops, the agent can use `check_api_health` to confirm the ArborNote API is responding. This lets you build simple, automated status checkers into your CI/CD pipeline or internal admin panels.
Set up ArborNote 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 ArborNote 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 ArborNote transactions." If the MCP tools are loaded correctly, Cursor will call the ArborNote tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"arbornote-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 ArborNote. 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 ArborNote MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ArborNote MCP today
We host it, we monitor it, we maintain it. You just paste one token.