# 1weiho/open-slide | Model Context Protocol (MCP) Server > A slide framework built for agents. - **Stars**: ⭐ 5,662 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "open-slide": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-open-slide" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "open-slide": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-open-slide" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-open-slide` - **Docker**: `docker run -i --rm mcp/open-slide`