Odel
tokenlite mysql mcp

tokenlite mysql mcp

Local
@andezdevTypeScriptMITUpdated 4 days ago

A secure, efficient, and intelligent MySQL server for the Model Context Protocol

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@andezdev/tokenlite-mysql-mcpv4.1.0

Run

npx -y @andezdev/tokenlite-mysql-mcp

MCP client config

{
  "mcpServers": {
    "tokenlite-mysql-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@andezdev/tokenlite-mysql-mcp"
      ]
    }
  }
}