MCP HubMCP Hub
E

mcp-database-server

By executeautomation·Visit Source
Database access MCP server for Claude
April 18, 2025
18 days ago
0 Clicks

What is this MCP

This MCP (Model Context Protocol) server provides database access capabilities to Claude, supporting both SQLite and SQL Server databases. It acts as a bridge between Claude and database systems, enabling the AI to perform various database operations.

How to use this MCP

The MCP can be used either by installing it globally via npm or running it locally from source. Configuration involves specifying database connection details (file path for SQLite or server credentials for SQL Server) and updating Claude Desktop's configuration file to point to this server.

What this MCP can be used for

This MCP enables Claude to perform database operations including querying data (SELECT), modifying data (INSERT/UPDATE/DELETE), managing tables (CREATE/ALTER/DROP), listing tables, describing schemas, and exporting query results. It's useful for applications requiring AI-assisted data analysis, database administration, or data-driven decision making.

Repository Info
Stars:
14
Forks:
2
Watchers:
14
Last Updated: 23 days ago