How to Use the FormKeep MCP in Cursor
Generate code using real FormKeep submissions and schemas directly inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FormKeep MCP to Cursor
Create your Vinkius account to connect FormKeep 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.
Write code using live FormKeep API data in Cursor
Writing code against live schemas with `get_form_details` ensures your integration matches reality. This MCP Server gives Cursor's agent mode direct access to your live submission schemas. The editor runs this tool to inspect the exact structure of your contact form, then writes the integration code for you. By calling `list_submissions`, the editor pulls real user inputs to test your parsing logic. You get working code on the first try because the AI writes it using actual production payloads.
Clean up and manage test submissions during development
Purging automated test entries with `delete_submission` keeps your database clean during active development. Instead of logging into a web console to purge them, let Cursor handle it. Your agent runs this tool to wipe out test data as soon as your local tests pass. You can inspect what is left in the queue by running `list_forms` to verify your target endpoints. It keeps your workspace clean and ensures your database only holds actual production data.
Build dynamic UI components based on form metadata
Inspecting user payloads with `get_submission` takes the headache out of matching frontend forms to backend schemas. Cursor solves this by running this tool to see what fields users are actually sending. The editor then generates matching React or Vue inputs that align perfectly with your backend. This direct loop prevents schema mismatch bugs before they reach staging. You get a reliable frontend built directly from the source of truth in your backend.
Set up FormKeep 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 FormKeep 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 FormKeep transactions." If the MCP tools are loaded correctly, Cursor will call the FormKeep tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"formkeep-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 FormKeep. 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 FormKeep MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FormKeep MCP today
We host it, we monitor it, we maintain it. You just paste one token.