This MCP is still in beta and experimental. The final version will be announced soon and will support full Despia Editor access via the MCP server. It will include a comprehensive library of best practices for AI-enhanced building written by our developers, who created Despia. Additionally, it will contain all the secrets to ensure smooth app operation.
The Despia SDK Helper MCP (BETA) provides AI code builders with documentation and context about the despia-native npm package.
MCP URL: https://cloud.despia.com/x2/mcp/VltsfLEq/mcp/stream
Web-Based AI Builders (Lovable, Bolt, v0, etc.)
If your tool supports MCP, just paste the URL:
https://cloud.despia.com/x2/mcp/VltsfLEq/mcp/stream
Look for "Add MCP" or "MCP Settings" in your builder.
No MCP support? Copy/paste the relevant feature pages from npm.despia.com directly into your builder's chat.
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"despia": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://cloud.despia.com/x2/mcp/VltsfLEq/mcp/stream"]
}
}
}
Restart Cursor.
VS Code
Add to .vscode/mcp.json:
{
"servers": {
"despia": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://cloud.despia.com/x2/mcp/VltsfLEq/mcp/stream"]
}
}
}
Windsurf
Settings → Plugins → Add MCP Server:
{
"mcpServers": {
"despia": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://cloud.despia.com/x2/mcp/VltsfLEq/mcp/stream"]
}
}
}
Claude Desktop
Add to claude_desktop_config.json:
-
Mac:
~/Library/Application Support/Claude/claude_desktop_config.json -
Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"despia": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://cloud.despia.com/x2/mcp/VltsfLEq/mcp/stream"]
}
}
}
Requirements (Local Tools Only)
- Node.js v18+
What It Does
The MCP gives your AI assistant knowledge about:
-
How to use
despia-native -
Available native features (push notifications, biometrics, widgets, etc.)
-
Correct syntax and implementation patterns
Your AI can then write correct Despia code without you explaining the API.