# quantumlib/OpenFermion | Model Context Protocol (MCP) Server > Python package for compiling and analyzing quantum algorithms to simulate electronic structures. - **Stars**: ⭐ 1,697 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "OpenFermion": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-OpenFermion" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "OpenFermion": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-OpenFermion" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-OpenFermion` - **Docker**: `docker run -i --rm mcp/OpenFermion`