OpenFermion

GitHub

Python package for compiling and analyzing quantum algorithms to simulate electronic structures.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "OpenFermion": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-OpenFermion"
      ]
    }
  }
}