Query and manage SQLite databases for local data storage and analysis.
npx -y @modelcontextprotocol/server-sqlite /path/to/db.sqlite
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Local database access for AI agents.
npx -y @modelcontextprotocol/server-sqlite /path/to/database.sqlite
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sqlite", "./data.db"]
}
}
}
MCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install SQLite MCP Server in your preferred AI coding tool.
claude_desktop_config.jsonConnect Claude to PostgreSQL databases for natural language data querying, schema exploration, and SQL generation.
Allow AI assistants to read, write, and manage files on your local machine within controlled directories.
Connect to Supabase for database queries, auth, and storage operations.
Access and modify Airtable bases