How to Use the Mews MCP in Cursor
Build custom hotel apps and automate guest workflows with live Mews database context inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mews MCP to Cursor
Create your Vinkius account to connect Mews 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.
Generate Code with Live Guest Context
The `search_guests` tool lets your Cursor agent pull real profile data to test your custom check-in app. You write code against actual payload structures instead of guessing the schema or relying on stale mock objects. When building a VIP notification service, the agent calls `get_guest` to verify field types for loyalty status and past stays. This direct feedback loop eliminates runtime integration errors before you push to production.
Build Financial Pipelines with Real Billing Data
The `list_bills` tool retrieves active invoice records directly into your Cursor terminal or chat window. You can write custom reconciliation scripts that parse these bills and verify them against payments returned by `list_payments`. If you need to map point-of-sale categories, `list_outlet_items` exposes the exact pricing structures of your hotel outlets. This MCP Server setup ensures your financial integrations align perfectly with actual property transactions.
Test Reservation Workflows with Live MCP Server Data
The `get_reservations` tool provides live booking records to test your custom scheduling algorithms. Your agent runs real queries to verify how your code handles room blocks and dates. By calling `list_room_blocks`, you verify that your application logic correctly calculates inventory release dates. You build, debug, and test your property management code without leaving your editor.
Set up Mews 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 Mews 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 Mews transactions." If the MCP tools are loaded correctly, Cursor will call the Mews tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"mews-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 Mews. 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 Mews MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mews MCP today
We host it, we monitor it, we maintain it. You just paste one token.