🗄️

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.db

Claude Desktop 配置 (claude_desktop_config.json)

{
  "mcpServers": {
    "sqlite-mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-server-sqlite",
        "--db-path",
        "/path/to/database.db"
      ]
    }
  }
}

🔗 相关链接

🧩 相关 MCP Servers

浏览更多 数据库 MCP

SQLite MCP Server数据库 分类下的 MCP server 之一