mcp-database-server
MCP Database Server provides access to various database systems including SQLite, SQL Server, PostgreSQL, and MySQL.
The MCP Database Server is designed to facilitate seamless database interactions for applications using the Model Context Protocol. It supports multiple database systems, allowing developers to connect, query, and manipulate data efficiently. Whether you're working with local SQLite databases or remote SQL Server and PostgreSQL instances, this server provides the necessary tools to integrate database functionalities into your applications. With easy installation and usage options, developers can choose to run the server directly from a global installation or set it up for local development. The server is equipped with command-line options to specify database connections and authentication, making it versatile for various use cases in software development.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-database-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-database-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions