LeanCloud Connector for AI agents.
10 live capabilities
Manage backend data classes and user profiles through natural conversation.
Waiting for input…
Why people use LeanCloud
LeanCloud for Backend Data Management
With this Connector, you just tell your agent what needs to happen. It fetches the data, applies the change using update_object, and confirms it's done. You stay in your flow and get the job done in seconds.
What Vinkius changes
You get a conversational interface for your entire LeanCloud backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Fixing a broken user profile
A user reports a broken profile.
- Real-world use case 02
Sending urgent maintenance alerts
You need to notify users of a maintenance window.
- Real-world use case 03
Auditing daily signups
You need to see how many people joined today.
Complete set · 10capabilities
The complete LeanCloud capability set.
These are the exact actions your AI can choose when you ask it to work with LeanCloud.
01—04
4 capabilities in this set.
Part of 10 available through LeanCloud.
- 01 Capability
Update object
Modify the data or properties of an existing object. Use this to change values in your records instantly.
- 02 Capability
Create object
Create a new data object in a specified class. This lets you add new records to your backend without writing extra code.
- 03 Capability
Delete object
Remove a specific data object from your backend. It's useful for cleaning up records or removing old data.
- 04 Capability
List users
View all registered users in your application. Use this to audit your membership base in one command.
05—07
3 capabilities in this set.
Part of 10 available through LeanCloud.
- 05 Capability
Push notification
Send a push notification to your users to trigger an action. It's the easiest way to engage your audience.
- 06 Capability
Get app stats
Pull real-time statistics like request counts and storage usage. You can check your backend health quickly.
- 07 Capability
Get object
Fetch the specific details and metadata of a single object. Use this to see every field in a specific record.
08—10
3 capabilities in this set.
Part of 10 available through LeanCloud.
- 08 Capability
Get user
Retrieve a specific user's profile and account details. It helps you find user info without searching a database.
- 09 Capability
List files
Browse all files currently stored in your cloud storage. This gives you a quick overview of your uploaded content.
- 10 Capability
List objects
Get a list of all objects within a specific data class. It's the fastest way to see what's in a collection.
Set up in minutes
One URL. Then ask LeanCloud to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use LeanCloud from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MB9RvNwKz3J4m3Q5Sf7gwyNgMNHMiBTtZ44HIJZj/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it LeanCloud, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable LeanCloud for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MB9RvNwKz3J4m3Q5Sf7gwyNgMNHMiBTtZ44HIJZj/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the LeanCloud URL.
- Step 03
Save and start
Save the connection and enable LeanCloud in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"leancloud": {
"url": "https://edge.vinkius.com/vk_preview_MB9RvNwKz3J4m3Q5Sf7gwyNgMNHMiBTtZ44HIJZj/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using LeanCloud
Open Agent mode in chat and ask: "Using LeanCloud, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"leancloud": {
"url": "https://edge.vinkius.com/vk_preview_MB9RvNwKz3J4m3Q5Sf7gwyNgMNHMiBTtZ44HIJZj/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using LeanCloud
Ask Copilot: "Using LeanCloud, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"leancloud": {
"url": "https://edge.vinkius.com/vk_preview_MB9RvNwKz3J4m3Q5Sf7gwyNgMNHMiBTtZ44HIJZj/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using LeanCloud
Open Cascade and ask: "Using LeanCloud, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"leancloud": {
"url": "https://edge.vinkius.com/vk_preview_MB9RvNwKz3J4m3Q5Sf7gwyNgMNHMiBTtZ44HIJZj/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using LeanCloud
Ask Cline: "Using LeanCloud, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add leancloud --transport http "https://edge.vinkius.com/vk_preview_MB9RvNwKz3J4m3Q5Sf7gwyNgMNHMiBTtZ44HIJZj/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using LeanCloud
Ask Claude: "Using LeanCloud, show me...". 10 tools are ready
Where the request belongs
Work LeanCloud can move forward.
This is for the backend engineer who's tired of toggling between the console and their code, or the product ops person who needs to manage user data without asking a dev for a database query.
Backend Developer
Use it to perform quick data audits and object updates during development to skip manual console entries.
Product Operations
Manage user records and coordinate push notifications directly from your workspace to keep users engaged.
Data Analyst
Pull system records and application statistics to spot trends without manual exports or complex queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAppwrite
Open-source backend-as-a-service. manage databases, storage, and users via AI.
Xata
Automate your serverless database workflows with Xata. manage organizations, projects, and branches directly from your AI agent.
Cosmic
Manage headless content via Cosmic. list and create objects, audit schema types, handle media assets, and manage buckets directly from any AI agent.
Aiven
Manage Aiven cloud infrastructure. provision databases, manage projects, and monitor services directly from your AI agent.
Mingdao Cloud
Enterprise zero-code application and workflow platform. manage worksheets, records, and automations via AI.
Retool
Connect your AI assistant to Retool to inspect applications, audit users, review connected resources, and monitor workflows directly from chat.
Bring your own AI
Change the model, client or framework. Keep LeanCloud connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about LeanCloud.
The practical details behind the request, access and result.
How does LeanCloud MCP help with user management?
It allows you to browse and retrieve detailed user profiles using natural language. You can audit your membership base or find specific account details without searching a database manually.
Can I send push notifications with LeanCloud MCP?
Yes, you can trigger push notifications directly through your agent. It's a fast way to engage your users and send alerts without leaving your workspace.
Can I check my app's health using LeanCloud MCP?
You can pull real-time app stats to see your request counts, success rates, and storage usage. It gives you a quick snapshot of your backend's performance.
Does LeanCloud MCP support file management?
It allows you to list and browse files stored in your application's cloud storage. You can see what's uploaded without opening a file browser.
Is LeanCloud MCP good for auditing data?
It's great for audits. You can list objects within a class or get specific details for any record to verify data accuracy quickly.
How do I connect LeanCloud MCP to my agent?
Once you subscribe on Vinkius, you just need to provide your LeanCloud App ID and App Key in your client settings. Your agent will then have full access to your backend.
How do I find my LeanCloud App ID and Key?
Log in to your LeanCloud console, select your application, and go to [Settings] → [App Keys]. You will find your App ID, App Key, and Master Key there.
When do I need to use the Master Key?
The Master Key is required for administrative operations that bypass ACLs, such as listing all users, sending push notifications, or retrieving sensitive system metrics. It should be kept strictly confidential.
Can I query custom data classes?
Yes! Use the list_objects capability and provide the exact name of your data class. Your agent will retrieve the records according to your application's permissions.
One connection away
Give your agent a direct line to LeanCloud.
Connect LeanCloud once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available