Database Server
Freeby MCP Community
MCP server for interacting with SQLite and SQL Server databases by ExecuteAutomation
v1.1.0Added Apr 12, 2026
Database Server MCP Server
MCP server for interacting with SQLite and SQL Server databases by ExecuteAutomation
Installation
Reviews
Installation
Quick install
npx -y @executeautomation/database-server
Add to claude_desktop_config.json
{
"mcpServers": {
"database-server": {
"command": "npx",
"args": ["-y", "@executeautomation/database-server"]
}
}
}