# anthropics/spec | Model Context Protocol (MCP) Server > The Score Specification provides a developer-centric and platform-agnostic Workload specification to improve developer productivity and experience. It eliminates configuration inconsistencies between environments. - **Stars**: ⭐ 8,056 - **Language**: Makefile - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "spec": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-spec" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "spec": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-spec" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-spec` - **Docker**: `docker run -i --rm mcp/spec`