How to Use the Faker MCP in Cursor
Generate mock databases and custom schemas directly inside your Cursor workspace using Agent mode.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Faker MCP to Cursor
Create your Vinkius account to connect Faker 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 Real-Time Mock Data in Cursor Agent Mode
The `get_products` tool generates realistic product catalogs directly inside your Cursor editor while you write code. The Cursor agent calls this MCP server to populate your local database tables with dummy items, pricing, and descriptions. This eliminates the need to write placeholder data manually. Your AI agent fetches the data and inserts it directly into your active file, so you can test component rendering with actual values.
Generate Custom Schemas with Cursor MCP Server
The `get_custom` tool allows your Cursor agent to map field names to specific data types for custom testing scenarios. You tell the agent what shape you need, and it calls the tool to construct the JSON payload. You can use this to instantly stub out API endpoints in your code. The agent writes the mock responses using the exact keys and data types your frontend expects.
Test Checkout Flows with Mock Payment Data
The `get_credit_cards` tool generates mock credit card details that you can feed directly into your Cursor test files. The agent uses this tool to write integration tests for your payment processing logic without using real financial data. This helps you catch validation errors before your code hits production. The agent inserts realistic card numbers and expiration dates directly into your test suites as you write them.
Set up Faker 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 Faker 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 Faker transactions." If the MCP tools are loaded correctly, Cursor will call the Faker tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"faker-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 Faker API. 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 Faker MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Faker MCP today
We host it, we monitor it, we maintain it. You just paste one token.