# yarnpkg/yarn | Model Context Protocol (MCP) Server > The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry - **Stars**: ⭐ 41,517 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "yarn": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-yarn" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "yarn": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-yarn" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-yarn` - **Docker**: `docker run -i --rm mcp/yarn`