Use Studio chat to drive this server — credentials stay in your workspace.
MySQL MCP server for powerful open-source relational database operations. Execute SQL queries, manage relational data with high throughput, support web applications and data warehousing, and integrate with popular frameworks for scalable database operations. Connect to local databases with: pip install mcpbundles
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsDomain knowledge for MySQL — workflow patterns, data models, and gotchas for your AI agent.
MySQL access uses a standard connection URI or discrete host/port/database credentials—mirror the PostgreSQL mental model. Parameterized reads return row payloads plus stable handles for point lookups; mutating work goes through explicit SQL execution paths.
SELECT output includes resource handles when the platform wraps rows.mysql:row:db.table:pk:value; reuse only from fresh read results.mysql:// URIs; loopback hosts need the desktop proxy tunnel.Execute SQL statements on MySQL database. Supports all SQL operations including SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER. Use with caution ...
Fetch a specific MySQL record by ID. Use format 'mysql:row:table:id' (e.g., 'mysql:row:users:123').
Get a token-efficient schema description optimized for AI models to generate SQL queries. Includes table names, column names, types, and relationships...
Get detailed statistics and metadata for a MySQL table including row count, size, indexes, and foreign keys.
Get a full overview of the MySQL database schema including tables, columns, indexes, and relationships.
List rows from a MySQL table with pagination, column selection, filtering, and sorting.
List all tables in the MySQL database with pagination and optional name pattern filtering.
Profile a MySQL column to get statistics including min/max, distinct count, null count, and top values.
Get sample data from a MySQL table for preview and exploration.
Search MySQL database using SQL queries or structured syntax. Returns ranked results with IDs and titles. Supports SELECT statements and table browsin...
MySQL MCP server for powerful open-source relational database operations. Execute SQL queries, manage relational data with high throughput, support web applications and data warehousing, and integrate with popular frameworks for scalable database operations. Connect to local databases with: pip install mcpbundles It provides 10 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/mysql. Authentication is handled automatically.
MySQL provides 10 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
MySQL uses API Key. MySQL requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect MySQL to any MCP client in minutes
Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.
Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.
Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.
More developer tools integrations you might like
Ably is a real-time data streaming platform. Publish and subscribe to messages on channels, track pr...
This server provides AI-powered tools for creating entity-relationship diagrams, helping users visua...
Algolia is a hosted search engine as a service providing developers with tools to index and search t...
Alpic provides advanced AI-driven solutions for various applications, focusing on enhancing user exp...
Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse service in the cloud. Run co...
Workflow: 'Help me ask a great Stack Overflow question'. Search for similar questions to avoid dupli...