Official AntV MCP server that turns a description of your data into a rendered chart — 26 visualization types from bar and line to sankey, mind-map, fishbone and geographic maps.
SQLiteMCP Server
Summary
Query, modify, and analyse a local SQLite database file directly from an AI client.
Features
- Query and modify a local SQLite database
- Schema inspection and table creation
- Built-in business-intelligence prompt for analysis
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
The reference SQLite MCP server gives an assistant full access to a local database file — read, write, and schema operations — with no server process to run.
What it exposes
- Read and write queries against the database, including creating tables and inserting rows
- Schema inspection — list tables, describe columns, and understand relationships
- An analysis prompt that guides the assistant through exploring a dataset and reporting findings, which is a genuinely useful starting point for ad-hoc analysis
Where it fits
SQLite is the natural format for anything small enough to be a file: exported data, local application state, scratch analysis, or a quick store an agent builds for itself. This server makes all of that directly addressable.
Because it allows writes, point it at a copy rather than the live database backing an application — the same advice as for any tool that will happily run DROP TABLE.
Installed with uvx mcp-server-sqlite --db-path path/to/file.db. Part of the MCP reference server collection.
Related MCP Servers
Turso's hosted MCP server — manage Turso Cloud databases, branch them point-in-time and run SQL from a coding agent, authorised over OAuth with no API token to paste.
Google's official Firebase MCP server — 70+ tools across Firestore, Auth, Crashlytics, Cloud Functions, Storage, Messaging and Remote Config, shipped inside the Firebase CLI.
InfluxData's official MCP server for InfluxDB 3 — schema discovery, bounded SQL and InfluxQL queries, line-protocol writes and token administration across Core, Enterprise and Cloud.
