# zama-ai/fhevm | Model Context Protocol (MCP) Server > FHEVM, a full-stack framework for integrating Fully Homomorphic Encryption (FHE) with blockchain applications - **Stars**: ⭐ 25,077 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "fhevm": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fhevm" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "fhevm": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fhevm" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-fhevm` - **Docker**: `docker run -i --rm mcp/fhevm`