Back to MCP Servers
Sqlite
Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities.
databasessqlite
By jparkerweb
Installation
npx -y mcp-sqliteConfiguration
{
"mcpServers": {
"mcp-sqlite": {
"command": "npx",
"args": ["-y", "mcp-sqlite"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes