Back to Apps

MCP Database Server
by executeautomation
Universal MCP server connecting AI to SQLite, SQL Server, PostgreSQL, and MySQL databases.
0 stars
Works in:claude
Exposes:Tools
What it does
The MCP Database Server allows AI models to interact directly with various relational databases. It bridges the gap between LLMs and structured data, enabling the AI to read, write, and manage schemas across different database engines.
Tools
read_query: Execute SELECT queries to read data.write_query: Execute INSERT, UPDATE, or DELETE queries.create_table: Create new tables in the database.alter_table: Modify existing table schema.drop_table: Remove a table from the database.list_tables: Get a list of all tables.describe_table: View schema information for a table.export_query: Export query results as CSV/JSON.append_insight: Add a business insight to memo.list_insights: List all business insights.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"database-server": {
"command": "npx",
"args": [
"-y",
"@executeautomation/database-server",
"--postgresql",
"--host", "your-host",
"--database", "your-db",
"--user", "your-user",
"--password", "your-pass"
]
}
}
}
(Replace flags with --sqlite, --sqlserver, or --mysql as needed)
Supported hosts
- Claude Desktop
Quick install
npm install -g @executeautomation/database-serverInformation
- Pricing
- free
- Published
- 4/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Use npx @executeautomation/database-server with appropriate DB flags





