MCP Servers for Databases
MCP servers that give Claude direct access to your databases. Query, inspect schema, write migrations, and debug data issues without leaving your Claude conversation.
2 servers in Database
PostgreSQL
by Anthropic
Execute SQL queries, explore schema, and interact with PostgreSQL databases safely.
npx @modelcontextprotocol/server-postgres postgresql://localhost/mydbSQLite
by Anthropic
Interact with SQLite databases. Create tables, run queries, and manage local database files.
npx @modelcontextprotocol/server-sqlite /path/to/db.sqliteAbout MCP Servers for Databases
Database MCP servers are one of the highest-ROI integrations you can add to Claude. Instead of pasting schema excerpts and example rows into your prompt, a database MCP lets Claude query the actual database to understand real data shapes, find edge cases, and verify that queries work before you run them in production. Supports PostgreSQL, MySQL, SQLite, MongoDB, and more.