efcore (MCP Server)

GitHub

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.

Claude Desktop Configuration

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

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