Use natural language to manage local SQLite databases and import or export data.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-sqlite-tools-plus" yet — see the docs or source repo.
Read this SQLite database schema, list all tables, columns, primary keys, foreign keys, and generated columns, then explain the relationships between tables in English.
A clear schema overview with table relationships and the purpose of key fields.
Find the top 10 customers by order value in the last 30 days from the customers and orders tables, update their vip_status to true, and show the final results.
Query results, an update summary, and a preview of the modified records.
Import sales_2024.csv into the sales table with automatic field matching; warn me about missing columns. After import, export monthly summary reports in JSON and XLSX.
A validated import process and downloadable monthly summary reports in JSON and XLSX.
Query SQLite databases, manage schema, and import or export data.
Query, edit, and import SQLite data through a spreadsheet-like interface.
Safely explore and query SQLite databases using natural language.
Safely explore SQLite schemas and run read-only queries with AI agents.
Query and manage SQLite databases using natural language through an MCP tool.
Connect AI to databases for queries, schema management, and data export.