MCP Database Server is a new MCP Server which helps connect with Sqlite, SqlServer and Posgresql Databases
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-database-server": {
"command": "npx",
"args": [
"-y",
"executeautomation/mcp-database-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-database-server npx -y executeautomation/mcp-database-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-database-server": {
"command": "npx",
"args": [
"-y",
"executeautomation/mcp-database-server"
]
}
}
}