Mysql MCP
Rank #1,164io.github.neverinfamous/mysql-mcp
MCP server providing mysql-mcp capabilities
Mysql MCP is a Model Context Protocol (MCP) server published by neverinfamous. It ranks #1,164 of 115,460 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Mysql MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Dec 12, 2025 and most recently updated on Dec 13, 2025.
Ranks ahead of 114,296 of 115,460 servers on MCP Toplist.
Use Mysql MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mysql-mcp -- docker run -i --rm docker.io/writenotenow/mysql-mcp:v1.0.0[mcp_servers.mysql-mcp]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/writenotenow/mysql-mcp:v1.0.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mysql-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/mysql-mcp:v1.0.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mysql-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/mysql-mcp:v1.0.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mysql-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/mysql-mcp:v1.0.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mysql-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/mysql-mcp:v1.0.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mysql-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/mysql-mcp:v1.0.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.neverinfamous%2Fmysql-mcp)<a href="https://mcptoplist.com/server/io.github.neverinfamous%2Fmysql-mcp"><img src="https://mcptoplist.com/badge/io.github.neverinfamous%2Fmysql-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
neverinfamous
Other servers by neverinfamous
- Postgres MCP Server#6,339 · 4 vers
- Db MCP#6,531 · 2 vers
- Neverinfamous Memory Journal MCP#11,435 · 3 vers
- Sqlite MCP Server#12,800 · 3 vers
- postgres-mcp-legacy#14,835 · 4 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Dec 13, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mysql MCP?
- Mysql MCP is maintained by neverinfamous, which publishes 6 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Mysql MCP listed on the Official MCP Registry?
- Yes — Mysql MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Mysql MCP have?
- MCP Toplist tracks 2 versions of Mysql MCP, most recently published on Dec 13, 2025.
- Where can I find the source code for Mysql MCP?
- The source code for Mysql MCP is hosted at github.com/neverinfamous/mysql-mcp.git.