How to Use the Lingyi Wanwu MCP in Cursor
Generate working code and embeddings with Lingyi Wanwu models directly inside your Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Lingyi Wanwu MCP to Cursor
Create your Vinkius account to connect Lingyi Wanwu 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 Lingyi Wanwu completions in Cursor
The `chat_completions` tool feeds live Yi model outputs directly into your Cursor composer or chat. Your Cursor editor generates actual code based on real-time Yi responses instead of relying on outdated training data. This MCP Server integration lets you prompt the Yi model to generate functions, tests, or documentation inside Cursor. Cursor injects the resulting Yi code directly into your active file, saving you from constant context switching.
Generate embeddings directly in your Cursor workspace
The `get_embeddings` tool converts your Cursor code snippets or documentation files into vectors using Yi models. Your Cursor agent uses these Yi vectors to power local semantic search or build custom retrieval pipelines. Having this Yi capability in your Cursor editor means you can test vector generation on the fly. It lets you inspect the exact array dimensions returned by the Yi models inside Cursor before committing your code.
Audit code safety and track costs in Cursor
The `check_moderation` tool evaluates your Cursor code comments and user-facing strings for compliance violations using Yi safety filters. Your Cursor agent scans your files locally to ensure no offensive or restricted content slips into your Yi model prompts. By combining this with `get_usage` and `list_models`, you track your active Yi token count right inside your Cursor terminal. It gives you immediate visibility into what your Cursor development session is costing on your Lingyi Wanwu account.
Set up Lingyi Wanwu 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 Lingyi Wanwu 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 Lingyi Wanwu transactions." If the MCP tools are loaded correctly, Cursor will call the Lingyi Wanwu tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"lingyi-wanwu-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 Lingyi Wanwu. 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 Lingyi Wanwu MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Lingyi Wanwu MCP today
We host it, we monitor it, we maintain it. You just paste one token.