Odel
mcp sqlite tools

mcp sqlite tools

Local
@spences1019TypeScriptMITUpdated 1w ago

MCP server for local SQLite database operations

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).

npmmcp-sqlite-toolsv0.0.11

Run

npx -y mcp-sqlite-tools

MCP client config

{
  "mcpServers": {
    "mcp-sqlite-tools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sqlite-tools"
      ]
    }
  }
}