{"library":"mcp-mysql-server","type":"library","category":null,"description":"The @enemyrr/mcp-mysql-server package provides a Model Context Protocol (MCP) server designed to enable AI models, such as those integrated into Cursor IDE or Claude Desktop, to interact with MySQL databases. It offers a standardized interface for AI agents to perform common database operations like connecting, querying, executing DML statements, and managing schema. Currently at version 0.2.0, the package is in early development, implying potentially frequent updates and API changes before a stable 1.0 release. Its key differentiator is simplifying MySQL integration for AI agents through the MCP abstraction, allowing models to operate on databases without needing to handle direct driver interactions or complex connection pooling. Configuration is flexible, supporting database URLs, individual credentials via `.env` files, or direct arguments to the `connect_db` tool.","language":"javascript","status":"active","version":"0.2.0","tags":["javascript","mcp","model-context-protocol","mysql","database","claude","anthropic"],"install":[{"cmd":"npm install mcp-mysql-server","imports":["await use_mcp_tool({ server_name: \"mysql\", tool_name: \"connect_db\", arguments: { url: \"mysql://user:pass@host:3306/db\" } })","await use_mcp_tool({ server_name: \"mysql\", tool_name: \"query\", arguments: { sql: \"SELECT * FROM users\", params: [] } })","await use_mcp_tool({ server_name: \"mysql\", tool_name: \"execute\", arguments: { sql: \"INSERT INTO logs (message) VALUES (?) \", params: ['test'] } })","await use_mcp_tool({ server_name: \"mysql\", tool_name: \"list_tables\" })"]},{"cmd":"yarn add mcp-mysql-server","imports":[]},{"cmd":"pnpm add mcp-mysql-server","imports":[]}],"homepage":null,"github":"https://github.com/enemyrr/mcp-mysql-server","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/mcp-mysql-server","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/mcp-mysql-server/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Tue Jul 21","install_tag":null}}