pyrefly (MCP Server)

GitHub

A fast type checker and language server for Python

Claude Desktop Configuration

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

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