MySQL MCP Server (SSE)

MySQL MCP server with Server-Sent Events (SSE) transport enabling AI agents to interact with MySQL databases — executing SQL queries, listing tables and schemas, describing table structure, running stored procedures, and integrating MySQL data access into agent-driven database administration and web application workflows with SSE-based streaming support.

Evaluated Mar 06, 2026 (0d ago) vcurrent
Homepage ↗ Repo ↗ Databases mysql database sql mcp-server sse streaming web
⚙ Agent Friendliness
73
/ 100
Can an agent use this?
🔒 Security
77
/ 100
Is it safe for agents?
⚡ Reliability
68
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
68
Documentation
70
Error Messages
68
Auth Simplicity
82
Rate Limits
82

🔒 Security

TLS Enforcement
85
Auth Strength
78
Scope Granularity
72
Dep. Hygiene
70
Secret Handling
78

MySQL credentials. TLS available. Read-only user. Store in env var. Community MCP. SSE transport needs secure network.

⚡ Reliability

Uptime/SLA
72
Version Stability
68
Breaking Changes
68
Error Recovery
65
AF Security Reliability

Best When

An agent needs to query or administer a MySQL database — particularly when SSE transport is preferred for streaming responses in web-based agent deployments.

Avoid When

You use PostgreSQL, MariaDB standalone, or don't need SSE transport.

Use Cases

  • Executing SQL queries against MySQL from data analysis agents
  • Exploring MySQL database schema and structure from DBA assistant agents
  • Running MySQL stored procedures from automation agents
  • Building natural language database query interfaces from analytics agents
  • Monitoring MySQL database content from data quality agents
  • Integrating MySQL data into LLM-powered web application backends

Not For

  • PostgreSQL or other databases (use their respective MCPs)
  • Teams without MySQL or MariaDB database
  • Production write operations without proper access controls

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: username_password connection_string
OAuth: No Scopes: No

MySQL connection credentials (host, port, user, password, database). Connection string via environment variables. Use least-privilege MySQL user for agent access — read-only for analytics.

Pricing

Model: free
Free tier: Yes
Requires CC: No

MySQL Community Edition is free. Community MCP is free open source. MySQL Cloud (RDS, Cloud SQL, PlanetScale) incurs hosting costs.

Agent Metadata

Pagination
none
Idempotent
Partial
Retry Guidance
Not documented

Known Gotchas

  • SSE transport means connection must be kept alive — differs from stdio transport
  • MySQL user must have GRANT on target databases — check permissions carefully
  • SQL injection prevention is the agent's responsibility — use parameterized queries
  • MySQL 5.7 vs 8.0 feature differences — specify version in prompts for compatibility
  • Community MCP from individual contributor — MySQL is well-documented standard
  • SSE-based deployment may require port configuration for MCP client connection

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for MySQL MCP Server (SSE).

$99

Scores are editorial opinions as of 2026-03-06.

5220
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered