database-updater MCP Server
Overview
The database-updater MCP Server is a Model Context Protocol server designed to update databases from CSV and Excel files, facilitating efficient data management.
To use the database-updater, utilize the update_database tool by providing the necessary parameters such as file path, database type, connection string, and target table name.
- Supports updating databases from CSV and Excel file formats. - Compatible with multiple database types including PostgreSQL, MySQL, MongoDB, and SQLite. - Allows for configurable connection settings and table mapping. - Includes a note creation tool for documentation and tracking changes.
- Updating large datasets from Excel spreadsheets into a PostgreSQL database.
- Migrating data from CSV files into MongoDB collections.
- Documenting database changes and updates for auditing purposes.
Add to your AI client
Use these steps to connect database-updater MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"database-updater-mcp-server-anuragrai017": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-database-updater-mcp-server-anuragrai017"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"database-updater-mcp-server-anuragrai017": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-database-updater-mcp-server-anuragrai017"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"database-updater-mcp-server-anuragrai017": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-database-updater-mcp-server-anuragrai017"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"database-updater-mcp-server-anuragrai017": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-database-updater-mcp-server-anuragrai017"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"database-updater-mcp-server-anuragrai017": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-database-updater-mcp-server-anuragrai017"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"database-updater-mcp-server-anuragrai017": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-database-updater-mcp-server-anuragrai017"
]
}
}
}FAQ
What file formats are supported for database updates?
The server supports CSV and Excel (.xlsx, .xls) file formats.
Which database types can I use with this server?
You can use PostgreSQL, MySQL, MongoDB, and SQLite.
How do I install the database-updater MCP Server?
Install dependencies using `npm install`, then build the server with `npm run build`.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1044,"uuid":"8b9f4e5c-6651-4fb6-bfdd-53f37fd32999","name":"database-updater-MCP-Server","title":"database-updater MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/80558016?v=4","created_at":"2025-01-28T02:27:37.767Z","updated_at":"2025-02-23T07:19:42.654Z","status":"created","author_name":"AnuragRai017","author_avatar_url":"https://avatars.githubusercontent.com/u/80558016?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/AnuragRai017/database-updater-MCP-Server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"Apache-2.0 license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-11 22:48:21\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]