# Floorp-Projects/Floorp | Model Context Protocol (MCP) Server > All of source code of Floorp 12, the most Advanced and Fastest Firefox derivative 🦊 - **Stars**: ⭐ 8,286 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Floorp": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Floorp" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Floorp": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Floorp" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Floorp` - **Docker**: `docker run -i --rm mcp/Floorp`