Universal Database MCP Server
Provides a unified interface for AI agents to connect to MySQL databases, enabling SQL query execution, schema exploration, data insertion, and result export to CSV.
Provides a unified interface for AI agents to connect to PostgreSQL databases, enabling SQL query execution, schema exploration, data insertion, and result export to CSV.
Provides a unified interface for AI agents to connect to SQLite databases (built-in support), enabling SQL query execution, schema exploration, data insertion, and result export to CSV.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Universal Database MCP Serverlist all tables in my SQLite database at /data/app.db"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Database Universal MCP
MCP server for database universal mcp operations
Overview
Database Universal MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Execute a SQL query against a database. Supports SQLite, PostgreSQL, and MySQL. |
| List all tables in a database. |
| Describe a table's schema: column names, types, nullability, defaults, |
| Insert a single row into a table. Column names and values are passed |
| Execute a SELECT query and export results to a CSV file. |
Installation
pip install meok-database-universal-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"database-universal-mcp": {
"command": "python",
"args": ["-m", "meok_database_universal_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/database-universal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server