# Eugeny/tabby | Model Context Protocol (MCP) Server > A terminal for a more modern age - **Stars**: ⭐ 73,893 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "tabby": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tabby" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "tabby": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tabby" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-tabby` - **Docker**: `docker run -i --rm mcp/tabby`