MCP server intelligence profile

MCP MySQL Server MCP Server

Enables interaction with MySQL databases (including AWS RDS and cloud instances) through natural language. Supports database connections, query execution, schema inspection, and comprehensive database management operations

Local Onlysajithrw
Awaiting current scanNpm · 1.0.0

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

1Distribution channel
8Independently 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 @sajithrw/mcp-mysql from npm

Version 1.0.0 declares 1 executable entrypoint.

npm install --save-exact @sajithrw/mcp-mysql@1.0.0
npx -y -p @sajithrw/mcp-mysql@1.0.0 @sajithrw/mcp-mysql
MCP client configuration example
{
  "mcpServers": {
    "@sajithrw/mcp-mysql": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@sajithrw/mcp-mysql@1.0.0",
        "@sajithrw/mcp-mysql"
      ]
    }
  }
}

Identity

Canonical slugmcp-mysql-server-6963aca7DeploymentLocal Only
Canonical packagenpm:@sajithrw/mcp-mysqlRepositorysajithrw/mcp-mysql
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@sajithrw/mcp-mysql1.0.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@sajithrw/mcp-mysql1.0.0CurrentSep 5, 20268 toolsSucceeded · 0 resources · 0 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
mcp-mysqlServer-reported name
1Capability groups
Aug 18, 2026Observed

Tools 8

ToolCategoryAnnotationsRisk
mysql_connectConnect to a MySQL database with provided connection parameters
Input schema
{
  "type": "object",
  "properties": {
    "host": {
      "type": "string",
      "description": "MySQL server hostname or IP address"
    },
    "port": {
      "type": "number",
      "description": "MySQL server port (default: 3306)",
      "default": 3306
    },
    "user": {
      "type": "string",
      "description": "Database username"
    },
    "password": {
      "type": "string",
      "description": "Database password"
    },
    "database": {
      "type": "string",
      "description": "Database name (optional)"
    },
    "ssl": {
      "type": "boolean",
      "description": "Use SSL connection (default: false)",
      "default": false
    }
  },
  "required": [
    "host",
    "user",
    "password"
  ]
}
mysql_describe_tableGet the structure/schema of a specific table
Input schema
{
  "type": "object",
  "properties": {
    "table": {
      "type": "string",
      "description": "Table name to describe"
    },
    "database": {
      "type": "string",
      "description": "Database name (uses current database if not specified)"
    }
  },
  "required": [
    "table"
  ]
}
mysql_disconnectDisconnect from the MySQL database
Input schema
{
  "type": "object",
  "properties": {}
}
mysql_get_table_statsGet statistics about a table (row count, size, etc.)
Input schema
{
  "type": "object",
  "properties": {
    "table": {
      "type": "string",
      "description": "Table name to get statistics for"
    },
    "database": {
      "type": "string",
      "description": "Database name (uses current database if not specified)"
    }
  },
  "required": [
    "table"
  ]
}
mysql_list_databasesList all databases on the MySQL server
Input schema
{
  "type": "object",
  "properties": {}
}
mysql_list_tablesList all tables in the current or specified database
Input schema
{
  "type": "object",
  "properties": {
    "database": {
      "type": "string",
      "description": "Database name (uses current database if not specified)"
    }
  }
}
mysql_queryExecute a SQL query on the connected MySQL database
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "SQL query to execute"
    },
    "parameters": {
      "type": "array",
      "description": "Parameters for prepared statement (optional)",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "query"
  ]
}
mysql_show_indexesShow indexes for a specific table
Input schema
{
  "type": "object",
  "properties": {
    "table": {
      "type": "string",
      "description": "Table name to show indexes for"
    },
    "database": {
      "type": "string",
      "description": "Database name (uses current database if not specified)"
    }
  },
  "required": [
    "table"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

MCP MySQL Server MCP Server questions

How do I install MCP MySQL Server MCP Server?

Install the selected package version with: npm install --save-exact @sajithrw/mcp-mysql@1.0.0

What tools does MCP MySQL Server MCP Server provide?

MCP MySQL Server MCP Server exposed 8 tools during independent protocol observation, including mysql_connect, mysql_describe_table, mysql_disconnect, mysql_get_table_stats, mysql_list_databases, mysql_list_tables, mysql_query, mysql_show_indexes.

Is MCP MySQL Server 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.