MCP SQLite Server
@johnnyoshika
MCP SQLite Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-sqlite-npx": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"mcp-server-sqlite-npx",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP SQLite Server?
MCP SQLite Server is a Node.js implementation of the Model Context Protocol SQLite server, providing an npx-based alternative to the official Python reference. It is designed for environments where Python’s UVX runner is not available, such as LibreChat.
How to use MCP SQLite Server?
You can install MCP SQLite Server via npx (npx -y mcp-server-sqlite-npx /path/to/database.db) or automatically via Smithery. For Claude Desktop, add a configuration entry to claude_desktop_config.json specifying the npx command and database path. For development, clone the repository, run npm ci, build with npm run build, then use node dist/index.js /path/to/database.db.
Key features of MCP SQLite Server
- Node.js-based implementation of the Model Context Protocol SQLite server
- npx-deployable alternative to the official Python SQLite server
- Integrates with Claude Desktop via manual or Smithery installation
- Provides SQLite database operations through the MCP interface
- Supports MCP Inspector for testing and debugging
- Allows automatic installation via the Smithery CLI
Use cases of MCP SQLite Server
- Using SQLite databases with Claude Desktop on systems without Python’s UVX runner
- Rapid prototyping or testing SQLite queries through an MCP interface
- Integrating SQLite data into AI assistant workflows via the Model Context Protocol
FAQ from MCP SQLite Server
How does MCP SQLite Server differ from the official Python SQLite server?
MCP SQLite Server is a Node.js implementation that runs via npx, making it usable in environments like LibreChat that lack Python’s UVX runner.
What runtime dependencies does MCP SQLite Server require?
It requires Node.js and npx; no Python installation is needed.
How do I install MCP SQLite Server for Claude Desktop?
You can install it manually by adding the npx command and database path to claude_desktop_config.json, or automatically by running npx -y @smithery/cli install mcp-server-sqlite-npx --client claude.
Can I test MCP SQLite Server locally before using it with Claude Desktop?
Yes, you can test it using the MCP Inspector tool by running npx @modelcontextprotocol/inspector node dist/index.js /path/to/database.db.
「データベース」の他のコンテンツ
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
Snowflake MCP Server
isaacwassermanMCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
コメント