# mesonbuild/meson | Model Context Protocol (MCP) Server > The Meson Build System - **Stars**: ⭐ 6,500 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "meson": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-meson" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "meson": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-meson" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-meson` - **Docker**: `docker run -i --rm mcp/meson`