How to Use the Gorgias MCP in Cursor
Inject live Gorgias customer data and ticket histories directly into your Cursor workspace to build custom support tools faster.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Gorgias MCP to Cursor
Create your Vinkius account to connect Gorgias 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.
Debug support workflows with live ticket data
The Gorgias MCP Server lets your Cursor editor pull live ticket histories using `list_tickets` and `get_ticket` while you write custom integrations. Your Cursor agent inspects actual Gorgias API payloads directly in your workspace instead of forcing you to read static documentation. If you are testing how your app handles Gorgias updates, the Cursor agent uses `update_ticket` to modify real test tickets.
Build customer integrations inside Cursor
Your Cursor agent calls `get_customer` and `list_customers` to verify how your database matches up with your Gorgias records. You can write migration scripts in Cursor and let your editor test them against Gorgias in real time. When testing sign-up flows, the Cursor agent runs `create_customer` and `update_customer` to verify that customer data syncs to Gorgias properly.
Verify message threads and agent roles
This Gorgias MCP Server exposes `list_messages` and `create_message` so you can test conversational interfaces directly in the Cursor editor. Your Cursor agent pulls real Gorgias message threads to make sure your UI renders HTML and attachments correctly. You can also query your Gorgias team directory in Cursor using `list_users` and `get_user` to test assignment routing algorithms.
Set up Gorgias 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 Gorgias 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 Gorgias transactions." If the MCP tools are loaded correctly, Cursor will call the Gorgias tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"gorgias-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 Gorgias. 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 Gorgias MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Gorgias MCP today
We host it, we monitor it, we maintain it. You just paste one token.