Back to Browse
Description
Read and write to SQLite databases. Execute queries, create tables, and manage local database files with lightweight embedded database support.
sqlitedatabasesqlembedded
Installation
Add this server to your MCP configuration:
{
"mcpServers": {
"sqlite-mcp": {
"command": "npx",
"args": ["-y", "https://npmjs.com/package/@modelcontextprotocol/server-sqlite"]
}
}
}