MCP Clients
Slidev MCP works with any client that supports the Model Context Protocol. No API keys or authentication required — just point your client at the server URL.
Quickest Setup
Most clients just need this URL:
https://mcp.slidev-mcp.org/mcpSelf-hosting? Replace with your own server domain.
Supported Clients
| Client | Type | Guide |
|---|---|---|
| Claude Code | CLI | One command setup |
| Claude Desktop | Desktop app | JSON config |
| Cursor | IDE | One-click or JSON config |
| Windsurf | IDE | JSON config |
| VS Code (Copilot) | IDE | JSON config |
| JetBrains IDEs | IDE | UI or JSON config |
| Zed | IDE | JSON config |
| Opencode | CLI | JSON config |
| Gemini CLI | CLI | JSON config |
| ChatGPT | Web / Desktop | App connector |
Other Clients
For any MCP client not listed above, use the streamable HTTP transport with your server URL:
https://mcp.slidev-mcp.org/mcpConsult your client's MCP documentation for how to add a streamable HTTP server.