MCP server intelligence profile

MySQL MCP Server

Allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured

Local Onlydesigncomputer
Awaiting current scanPypi · 0.4.4

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install mysql-mcp-server from PyPI

Version 0.4.4 declares 1 executable entrypoint.

python -m pip install 'mysql-mcp-server==0.4.4'
uvx --from 'mysql-mcp-server==0.4.4' mysql-mcp-server
MCP client configuration example
{
  "mcpServers": {
    "mysql-mcp-server": {
      "command": "uvx",
      "args": [
        "--from",
        "mysql-mcp-server==0.4.4",
        "mysql-mcp-server"
      ]
    }
  }
}

Identity

Canonical slugmysql-mcp-server-3e68bf85DeploymentLocal Only
Canonical packagepypi:mysql-mcp-serverRepositorydesigncomputer/mysql_mcp_server
First publishedJul 30, 2026Latest releaseJul 30, 2026
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
pypimysql-mcp-server0.4.41Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
pypimysql-mcp-server0.4.4CurrentJul 30, 20263 toolsPartial · 0 resources · 2 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
mysql_mcp_serverServer-reported name
4Capability groups
Aug 21, 2026Observed

Tools 3

ToolCategoryAnnotationsRisk
execute_sqlExecute a SQL statement against the MySQL server. Use for SELECT, DML (INSERT/UPDATE/DELETE), SHOW, DESCRIBE, and ad-hoc queries. Supports cross-database queries using database.table notation. Single statements only — use fully qualified names instead of USE statements.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "The SQL statement to execute. Single statements only."
    }
  },
  "required": [
    "query"
  ]
}
Annotations
{
  "title": "Execute SQL",
  "readOnlyHint": false,
  "destructiveHint": true
}
WritesDestructive
get_schema_infoGet column metadata for a table or all tables in the configured database: column names, data types, nullability, default values, and comments. Call this before querying an unfamiliar table. Omit table_name to see all tables at once. Accepts bare table names (uses MYSQL_DATABASE) or database.table for cross-database lookups.
Input schema
{
  "type": "object",
  "properties": {
    "table_name": {
      "type": "string",
      "description": "Optional: bare table name, or database.table for a cross-database lookup."
    }
  }
}
Annotations
{
  "title": "Get Schema Info",
  "readOnlyHint": true,
  "destructiveHint": false
}
Read onlyNon-destructive
get_table_sampleFetch a small sample of rows from a table to understand its data format and content. Use alongside get_schema_info before writing complex queries. Accepts bare table names (uses MYSQL_DATABASE) or database.table for cross-database lookups.
Input schema
{
  "type": "object",
  "properties": {
    "table_name": {
      "type": "string",
      "description": "Table to sample. Use database.table notation for cross-database queries."
    },
    "limit": {
      "type": "integer",
      "description": "Number of rows to return (default 5, max 20)."
    }
  },
  "required": [
    "table_name"
  ]
}
Annotations
{
  "title": "Get Table Sample",
  "readOnlyHint": true,
  "destructiveHint": false
}
Read onlyNon-destructive

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 2

  • analyze_tableanalyze_table

    Deep-dive into a specific table: retrieve its schema, sample its data, and suggest useful queries.

  • explore_databaseexplore_database

    Systematically explore the database: discover available tables, inspect their schemas, sample the data, and summarize what's there.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

MySQL MCP Server questions

How do I install MySQL MCP Server?

Install the selected package version with: python -m pip install 'mysql-mcp-server==0.4.4'

What tools does MySQL MCP Server provide?

MySQL MCP Server exposed 3 tools during independent protocol observation, including execute_sql, get_schema_info, get_table_sample.

Is MySQL MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Database MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.