🗄️
SQLite MCP Server
✓ 官方/认证Anthropic (官方)
查询和操作本地 SQLite 数据库文件,适合原型和嵌入式应用
⭐ 10.1k
GitHub Stars
stdio
安装方式
MIT
开源协议
6
可用工具
📖 详细介绍
Anthropic 官方 SQLite MCP Server,零配置直接访问本地 SQLite 文件。轻量、跨平台,适合原型开发、桌面应用、嵌入式分析。
✨ 核心特性
✓文件级数据库
✓零网络依赖
✓完整 SQL 支持
✓内存数据库支持
✓Anthropic 官方
🛠️ 可用工具 (6)
read_query()
write_query()
create_table()
list_tables()
describe_table()
append_separator()
🎯 适用场景
▸本地数据分析
▸桌面应用后端
▸原型验证
▸嵌入式 AI
▸离线开发
⚙️ 安装与配置
系统要求
- •Python 3.10+
- •SQLite 3.30+
安装命令
uvx mcp-server-sqlite --db-path /path/to/database.dbClaude Desktop 配置 (claude_desktop_config.json)
{
"mcpServers": {
"sqlite-mcp-server": {
"command": "uvx",
"args": [
"mcp-server-sqlite",
"--db-path",
"/path/to/database.db"
]
}
}
}🔗 相关链接
🧩 相关 MCP Servers
🐘
PostgreSQL MCP Server
✓ 官方Anthropic (官方)
用自然语言查询 PostgreSQL 数据库,支持只读模式和完整 SQL 模式
PostgreSQLSQL数据库官方
⭐10.1kstdio中等
🍃
MongoDB MCP
✓ 官方MongoDB (官方)
MongoDB 官方 MCP Server,支持 Atlas、本地部署、聚合管道、Atlas Search、Vector Search
MongoDBNoSQLAtlas聚合
⭐1.1kstdio中等
🟥
Redis MCP
✓ 官方Redis (官方)
Redis 官方 MCP Server,支持 Key-Value、Hash、List、Stream、Pub/Sub、Vector Sets
Redis缓存Pub/SubRedis Stack
⭐0.8kstdio简单
⚡
Supabase MCP
✓ 官方Supabase (官方)
Supabase 官方 MCP Server,Postgres + Auth + Storage + Edge Functions + Vector 全栈
SupabasePostgresAuthStorage
⭐1.9kstdio简单