EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"efcore": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-efcore"
]
}
}
}