How to Use the Freshchat MCP in Cursor
Run your support operations and draft automated responses directly in Cursor using live API data.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Freshchat MCP to Cursor
Create your Vinkius account to connect Freshchat 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.
Direct messaging and user lookups
The tools `send_chat_message` and `search_chat_users` let your editor interact directly with your customer database using this MCP connection. When writing custom routing logic, you can test commands against real customer profiles instead of writing fake mock objects. Running `get_chat_user_details` pulls live metadata into your chat window. This lets you verify custom user fields and attributes instantly, keeping your code aligned with the actual structure of your customer records.
Map your support team using the Cursor MCP Server
This MCP Server implements `list_support_agents` and `list_agent_groups` to read your team's current structure. Developers can inspect how groups are organized directly from the terminal or chat pane. By calling `get_agent_profile`, you get the exact metadata for individual team members. This makes it simple to write and test assignment rules using real agent IDs instead of guessing placeholders.
Conversation tracking and status checks
You can monitor your support queues using `list_conversations` and `check_account_status` from your coding workspace. This keeps you updated on account health and message volume while you build. To debug specific threads, `list_chat_messages` retrieves the entire history of a conversation. You see exactly what the user wrote and what your system replied, making it easy to spot bugs in your automated flows.
Set up Freshchat 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 Freshchat 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 Freshchat transactions." If the MCP tools are loaded correctly, Cursor will call the Freshchat tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"freshchat-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 Freshchat. 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 Freshchat MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Freshchat MCP today
We host it, we monitor it, we maintain it. You just paste one token.