Android Sqlite Inspector
FreeNot checkedInspects and queries SQLite databases on Android devices via ADB, supporting listing databases/tables, describing schemas, and executing SELECT/INSERT/UPDATE/DE
About
Inspects and queries SQLite databases on Android devices via ADB, supporting listing databases/tables, describing schemas, and executing SELECT/INSERT/UPDATE/DELETE queries.
README
MCP server that inspects and queries SQLite databases on Android devices via ADB.
Prerequisites
- Node.js 18+
- ADB installed and in PATH
- A debuggable Android app (debug builds)
Installation
npm install
npm run build
Configuration
Set via environment variables:
| Variable | Description | Default |
|---|---|---|
ANDROID_PACKAGE |
App package name | com.hortusys |
ANDROID_DEVICE |
ADB device serial (for multiple devices) | (auto-detect) |
ADB_PATH |
Custom path to ADB binary | adb |
Claude Code Setup
Add to ~/.claude/settings.json:
{
"mcpServers": {
"android-sqlite-inspector": {
"command": "node",
"args": ["/Users/andromeda/StudioProjects/android-sqlite-inspector/dist/index.js"],
"env": {
"ANDROID_PACKAGE": "com.hortusys"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
list_databases |
List all .db files in the app's databases directory |
list_tables |
List all tables in a database |
describe_table |
Show column schema for a table |
query |
Execute a SELECT query (returns JSON) |
execute |
Execute INSERT/UPDATE/DELETE (pushes changes back to device) |
How It Works
- Each read operation pulls a fresh copy of the database from the device via
adb shell run-as <package> cat databases/<db> - Queries run locally using
better-sqlite3 - Write operations (
execute) pull the db, modify locally, then push back via ADB
Installing Android Sqlite Inspector
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/hortusys/android-sqlite-inspectorFAQ
Is Android Sqlite Inspector MCP free?
Yes, Android Sqlite Inspector MCP is free — one-click install via Unyly at no cost.
Does Android Sqlite Inspector need an API key?
No, Android Sqlite Inspector runs without API keys or environment variables.
Is Android Sqlite Inspector hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Android Sqlite Inspector in Claude Desktop, Claude Code or Cursor?
Open Android Sqlite Inspector on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolRedis
Interact with Redis key-value stores.
by modelcontextprotocolSQLite
Database interaction and business intelligence capabilities.
by modelcontextprotocolmxcp
Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.
by raw-labstadas-github/a2asearch-mcp
MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access
by tadas-githubjulien040/anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi
by julien040drakonkat/wizzy-mcp-tmdb
A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.
by drakonkatCompare Android Sqlite Inspector with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
