sqlite-explorer-fastmcp-mcp-server
An MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP).
This server is built with the FastMCP framework, enabling LLMs to explore and query SQLite databases with built-in safety features and query validation. It allows users to execute SELECT queries, list available tables, and get detailed schema information for specific tables while ensuring safety and validation in every operation.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"sqlite-explorer-fastmcp-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sqlite-explorer-fastmcp-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions