SteveFunso/mcp-server-mysql
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-mysql": {
"command": "npx",
"args": [
"-y",
"mcp-server-mysql"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol server that provides access to MySQL databases. This server enables LLMs to inspect database schemas and execute SQL queries.
There are several ways to install and configure the MCP server but the most common would be checking this website https://smithery.ai/server/@praise25/mcp-server-mysql
For Cursor IDE, you can install this MCP server with the following command in your project:
MCP Get provides a centralized registry of MCP servers and simplifies the installation process.
If you already have this MCP server configured in Claude Desktop, you can import it automatically:
claude mcp add-from-claude-desktopThis will show an interactive dialog where you can select your mcp_server_mysql server to import with all existing configuration.
Using NPM/PNPM Global Installation:
First, install the package globally:
# Using npm
npm install -g @praisLoading reviews...