MCP Excel-PostgreSQL
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., "@MCP Excel-PostgreSQLImport sales.xlsx into the 'sales' table"
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.
MCP Excel-PostgreSQL
Este servidor implementa el Model Context Protocol (MCP) para conectar asistentes de IA (como Claude Desktop) con tus datos locales. Permite leer y editar archivos Excel y realizar consultas a bases de datos PostgreSQL de forma segura y directa, facilitando flujos de trabajo de análisis de datos sin necesidad de exportaciones manuales.
Instalación
Clona el repositorio e instala las dependencias:
npm installCompila el servidor (genera los archivos en
dist/):npm run build
Related MCP server: Excel MCP Server
Configuración para Claude Desktop
Agregar a tu configuración MCP (~/.MPC/mcp.json o Claude Desktop config):
{
"mcpServers": {
"excel-mcp-server": {
"command": "node",
"args": ["/path/to/your/project/dist/main.js"],
"cwd": "/path/to/your/project",
"env": {
"POSTGRES_USER": "your_user",
"POSTGRES_HOST": "localhost",
"POSTGRES_DB": "your_db",
"POSTGRES_PASSWORD": "your_password",
"POSTGRES_PORT": "5432"
}
}
}
}Herramientas disponibles
Excel: read_excel, write_excel, update_excel
PostgreSQL: connect_database, execute_query, create_table, insert_data, list_tables, describe_table, get_database_info
Integración: export_to_excel, import_from_excel
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to create, read, write, and manipulate Excel files (.xlsx, .xlsm) without requiring Microsoft Excel, including support for charts, pivot tables, data import/export, and professional formatting across Windows, macOS, and Linux.19833MIT
- AlicenseBqualityCmaintenanceEnables AI assistants to perform Excel file operations (create, read, write, format) without requiring Microsoft Excel installation.175MIT
- FlicenseBqualityDmaintenanceEnables AI assistants to read, write, format, and analyze Excel files with 34 tools, including real-time editing on macOS with Microsoft Excel.3417
- Alicense-qualityDmaintenanceTransforms AI assistants into data analysts by enabling CSV and Google Sheets import, SQL querying, and instant insights through natural language.MIT
Related MCP Connectors
Give AI agents access to form submissions — read, search, update, and process file attachments.
Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
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/joseignaciom5/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server