MCP Sqlite Tools
Rank #3,114io.github.spences10/mcp-sqlite-tools
MCP server providing sqlite-tools capabilities
MCP Sqlite Tools is a Model Context Protocol (MCP) server published by spences10. It ranks #3,114 of 115,460 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. MCP Sqlite Tools is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 28, 2025 and most recently updated on Sep 10, 2025.
Ranks ahead of 112,346 of 115,460 servers on MCP Toplist.
Use MCP Sqlite Tools
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-sqlite-tools -- npx -y mcp-sqlite-tools[mcp_servers.mcp-sqlite-tools]
command = "npx"
args = ["-y", "mcp-sqlite-tools"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-sqlite-tools": {
"command": "npx",
"args": [
"-y",
"mcp-sqlite-tools"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-sqlite-tools": {
"command": "npx",
"args": [
"-y",
"mcp-sqlite-tools"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-sqlite-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-sqlite-tools"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-sqlite-tools": {
"command": "npx",
"args": [
"-y",
"mcp-sqlite-tools"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-sqlite-tools": {
"command": "npx",
"args": [
"-y",
"mcp-sqlite-tools"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.spences10%2Fmcp-sqlite-tools)<a href="https://mcptoplist.com/server/io.github.spences10%2Fmcp-sqlite-tools"><img src="https://mcptoplist.com/badge/io.github.spences10%2Fmcp-sqlite-tools.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
spences10
Other servers by spences10
- MCP Omnisearch#852 · 2 vers
- mcp-sequentialthinking-tools#1,730 · 1 ver
- mcp-memory-libsql#5,315 · 5 vers
- MCP Svelte Docs Server#9,665
- mcp-n8n-builder#11,262
- MCP Turso Cloud#11,433 · 2 vers
- MCP JinaAI Reader Server#16,077
- mcp-wsl-exec#18,211
- MCP Memory SQLite#22,815
- MCP Perplexity Search#26,451
- MCP Tavily Search Server#26,452
- MCP Embedding Search#36,262
Available versions (2)
| Version | Published |
|---|---|
| 0.0.11 | Sep 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Sqlite Tools?
- MCP Sqlite Tools is maintained by spences10, which publishes 17 MCP servers (12 total versions) tracked on MCP Toplist.
- Is MCP Sqlite Tools listed on the Official MCP Registry?
- Yes — MCP Sqlite Tools is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Sqlite Tools have?
- MCP Toplist tracks 2 versions of MCP Sqlite Tools, most recently published on Sep 10, 2025.
- Where can I find the source code for MCP Sqlite Tools?
- The source code for MCP Sqlite Tools is hosted at github.com/spences10/mcp-sqlite-tools.