sqlite-mcp-server
Provides tools for managing employee data in a SQLite database, including adding, searching, updating, and removing employees, as well as salary calculations, department listings, and company statistics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sqlite-mcp-serverCalculate the average salary of all employees."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Employee Database MCP Server
A small Python project that lets Claude Desktop interact with a SQLite employee database through the Model Context Protocol (MCP).
I built this project to learn how AI assistants can use external tools to retrieve and modify structured data.
What it does
The server gives Claude a set of tools for working with employee data. For example, Claude can:
Add an employee
Find an employee by ID
Search for employees by name
List all employees
Update an employee's salary
Remove an employee
Find the highest-paid employee
Calculate the average salary
List company departments
Count employees by department
Get overall company statistics
Because the tools are exposed through MCP, I can ask Claude questions in normal language instead of writing SQL queries myself.
Related MCP server: SQLite MCP Server
How it works
The project is split into three main parts:
Claude Desktop
|
| MCP
v
server.py
|
v
database.py
|
v
SQLiteThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides database access capabilities to Claude with support for both SQLite and SQL Server databases. It enables users to manage schemas, execute SQL queries, and export results through natural language interaction.853MIT
- AlicenseNot gradedqualityDmaintenanceEnables natural language interaction with local SQLite databases through Claude Desktop, translating plain English queries into SQL for data analysis and exploration.3MIT
- FlicenseNot gradedqualityDmaintenanceEnables SQLite database interactions including querying, updating, and schema management through structured tools.3
- FlicenseNot gradedqualityDmaintenanceEnables managing employee leave requests, balances, and approvals through natural language with Claude Desktop, using SQLite for persistence and fuzzy name matching.
Related MCP Connectors
Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JacobW2000/sqlite-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server