How to Use the Kingdee / 金蝶 MCP in Cursor
Build ERP integrations faster by letting Cursor test form submissions and data queries directly against your live environment.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Kingdee / 金蝶 MCP to Cursor
Create your Vinkius account to connect Kingdee / 金蝶 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 live data via the MCP Server
The `query_data` tool executes business queries while you write code. Instead of mocking API responses, Cursor pulls real rows from your database. You see exactly how the payload behaves before you commit the integration logic. Need to check the structure of a specific document? The `view_form` tool returns the exact JSON schema of that record. This prevents mapping errors because you code against actual data structures, not outdated API documentation.
Test form submission logic
The `save_form` tool creates test records in your system without leaving the editor via MCP. You write the script, and the agent fires the payload to verify your mapping works. It tightens the feedback loop from hours to seconds. Moving a document through the pipeline requires `submit_form` to push it forward. You can then test state changes using `status_convert` to ensure your application handles different workflow stages correctly. You catch edge cases early.
Automate administrative cleanup
The `delete_form` tool removes your test entries the moment you finish debugging. You tell the agent to wipe the records, and it clears out the clutter. Your database stays clean while you prototype. If a test approval gets stuck, `un_audit_form` reverses the signature. You reset the state and try again. It gives you total control over the testing environment directly from your terminal.
Set up Kingdee / 金蝶 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 Kingdee / 金蝶 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 Kingdee / 金蝶 transactions." If the MCP tools are loaded correctly, Cursor will call the Kingdee / 金蝶 tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"kingdee-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 Kingdee / 金蝶. 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 Kingdee / 金蝶 MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Kingdee / 金蝶 MCP today
We host it, we monitor it, we maintain it. You just paste one token.