J

Johnnyoshika MCP Server Sqlite Npx

An MCP SQLite server implementation based on Node.js, providing the npx installation method. Suitable for environments that do not support the Python UVX runner, such as LibreChat, and supports integration with Claude Desktop.
2 points
26

What is MCP SQLite Server?

This is a Model Context Protocol server implemented based on Node.js, specifically designed for operating SQLite databases. It allows AI assistants like Claude to query and manipulate database content through a standard protocol without directly accessing the database files.

How to use MCP SQLite Server?

It can be directly run via npx or configured in clients such as Claude Desktop. After the server starts, it will listen on the specified port, waiting for MCP protocol instructions.

Applicable Scenarios

Suitable for scenarios where an AI assistant needs to access a local SQLite database, such as personal knowledge management and data analysis assistants. It is particularly suitable for situations where the Python environment is restricted, such as in LibreChat.

Main Features

One-click Run via npxNo installation required. The server can be directly run via npx.
Full SQLite SupportSupports all standard SQLite operations and query functions.
MCP Protocol CompatibilityFully compatible with the Model Context Protocol specification.

Advantages and Limitations

Advantages
No Python environment required, purely implemented in Node.js
Lightweight and fast to start
Seamless integration with Claude Desktop
Limitations
Only supports SQLite databases
Requires manual configuration of path information
Performance may be inferior to native implementations

How to Use

Install and Run via npx
The simplest way is to directly run it using npx.
Configure Claude Desktop
Add server configuration in claude_desktop_config.json.
Test with MCP Inspector
You can use the MCP Inspector tool to verify the server's functionality.

Usage Examples

Personal Knowledge Base QueryLet Claude query your locally stored database of reading notes.
Data Analysis AssistantLet the AI help you analyze the locally stored sales data.

Frequently Asked Questions

Why choose this instead of the Python version?
How to confirm that the server is running properly?
Which SQLite versions are supported?

Related Resources

MCP Official Documentation
Model Context Protocol specification documentation
GitHub Repository
Python reference implementation
Smithery Installation
Automatically install via Smithery
Installation
Copy the following command to your Client for configuration
{
  "mcpServers": {
    "sqlite": {
      "command": "/absolute/path/to/npx",
      "args": [
        "-y",
        "mcp-server-sqlite-npx",
        "/absolute/path/to/database.db"
      ],
      "env": {
        "PATH": "/absolute/path/to/executables",
        "NODE_PATH": "/absolute/path/to/node_modules"
      }
    }
  }
}

{
  "mcpServers": {
    "sqlite": {
      "command": "/Users/johnny/.nvm/versions/node/v22.12.0/bin/npx",
      "args": [
        "-y",
        "mcp-server-sqlite-npx",
        "/Users/johnny/projects/database.db"
      ],
      "env": {
        "PATH": "/Users/johnny/.nvm/versions/node/v22.12.0/bin:/usr/local/bin:/usr/bin:/bin",
        "NODE_PATH": "/Users/johnny/.nvm/versions/node/v22.12.0/lib/node_modules"
      }
    }
  }
}

{
  "mcpServers": {
    "sqlite": {
      "command": "/absolute/path/to/node",
      "args": [
        "/absolute/path/to/index.js",
        "/absolute/path/to/database.db"
      ]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.
A
Apple Notes MCP
A server that provides local Apple Notes database access for the Claude desktop client, supporting reading and searching of note content.
Python
207
4.3 points
M
MCP Alchemy
Certified
MCP Alchemy is a tool that connects Claude Desktop to multiple databases, supporting SQL queries, database structure analysis, and data report generation.
Python
325
4.2 points
P
Postgresql MCP
A PostgreSQL database MCP service based on the FastMCP library, providing CRUD operations, schema inspection, and custom SQL query functions for specified tables.
Python
112
4 points
A
Awesome MCP List
This is a continuously updated curated list of MCP servers, covering multiple categories such as browser control, art and culture, cloud platforms, command - line, communication, customer data platforms, databases, developer tools, data science tools, file systems, finance and fintech, games, knowledge and memory, location services, marketing, monitoring, search, and utilities. Each project comes with a GitHub link and the number of stars, making it easy for users to quickly understand and use.
712
5 points
W
Wren
Wren Engine is a semantic engine designed for MCP clients and AI agents, providing semantic layer support to enable AI to accurately understand enterprise data models and business logic. It supports multiple data sources and is embedded in MCP clients to ensure the accuracy and governance of data interaction.
Java
396
4 points
M
MCP Server Weread
The WeRead MCP Server is a lightweight service that bridges WeRead data and AI clients, enabling in - depth interaction between reading notes and AI.
TypeScript
377
4 points
M
MCP Redis
Certified
Redis MCP Server is a natural language interface service designed for Redis, supporting AI agents to query and manage Redis data through natural language, integrating the MCP protocol, and providing multiple data structures and search functions.
Python
79
4.5 points
M
MCP Obsidian
This project is an MCP server used to interact with the Obsidian note application through the Local REST API plugin of Obsidian. It provides various tools to operate and manage files in Obsidian, including listing files, retrieving file content, searching, modifying content, and deleting files.
Python
885
5 points
Featured MCP Services
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
141
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
830
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.7K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
87
4.3 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.7K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
567
5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
754
4.8 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
5.2K
4.7 points
AIbase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIbase