# php-fig/fig-standards | Model Context Protocol (MCP) Server > Standards either proposed or approved by the Framework Interop Group - **Stars**: ⭐ 12,521 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "fig-standards": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fig-standards" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "fig-standards": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fig-standards" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-fig-standards` - **Docker**: `docker run -i --rm mcp/fig-standards`