Confidential guide on numerology and astrology, based of GG33 Public information

servidor de mcp-excel
El servidor Excel MCP es una herramienta poderosa que permite la interacción del lenguaje natural con los archivos de Excel a través del Protocolo de contexto del modelo (MCP). Proporciona un conjunto integral de capacidades para leer, analizar, visualizar y escribir datos de Excel.
3 years
Works with Finder
1
Github Watches
2
Github Forks
20
Github Stars
Excel MCP Server
An MCP server that provides comprehensive Excel file management and data analysis capabilities.
Features
-
Excel File Operations
- Read multiple Excel formats (XLSX, XLS, CSV, TSV, JSON)
- Write and update Excel files
- Get file information and sheet names
-
Data Analysis
- Summary statistics and descriptive analysis
- Data quality assessment
- Pivot tables
- Filtering and querying data
-
Visualization
- Generate charts and plots from Excel data
- Create data previews
- Export visualizations as images
Installation
- Create a new Python environment (recommended):
# Using uv (recommended)
uv init excel-mcp-server
cd excel-mcp-server
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
# Or using pip
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
- Install dependencies:
# Using uv
uv pip install -r requirements.txt
# Or using pip
pip install -r requirements.txt
Integration with Claude Desktop
- Install Claude Desktop
- Open Settings and go to the Developer tab
- Edit
claude_desktop_config.json
:
{
"mcpServers": {
"command": "uvx",
"args": [
"mcp-excel-server"
],
"env": {
"PYTHONPATH": "/path/to/your/python"
}
}
}
Available Tools
File Reading
-
read_excel
: Read Excel files -
get_excel_info
: Get file details -
get_sheet_names
: List worksheet names
Data Analysis
-
analyze_excel
: Perform statistical analysis -
filter_excel
: Filter data by conditions -
pivot_table
: Create pivot tables -
data_summary
: Generate comprehensive data summary
Data Visualization
-
export_chart
: Generate charts- Supports line charts, bar charts, scatter plots, histograms
File Operations
-
write_excel
: Write new Excel files -
update_excel
: Update existing Excel files
Available Resources
-
excel://{file_path}
: Get file content -
excel://{file_path}/info
: Get file structure information -
excel://{file_path}/preview
: Generate data preview image
Prompt Templates
-
analyze_excel_data
: Guided template for Excel data analysis -
create_chart
: Help create data visualizations -
data_cleaning
: Assist with data cleaning
Usage Examples
- "Analyze my sales_data.xlsx file"
- "Create a bar chart for product_sales.csv"
- "Filter employees over 30 in employees.xlsx"
- "Generate a pivot table of department sales"
Security Considerations
- Read files only from specified paths
- Limit file size
- Prevent accidental file overwriting
- Strictly control data transformation operations
Dependencies
- pandas
- numpy
- matplotlib
- seaborn
License
MIT License
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
I find academic articles and books for research and literature reviews.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.
Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)
Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo
🔍 Habilitar asistentes de IA para buscar y acceder a la información del paquete PYPI a través de una interfaz MCP simple.
Reviews

user_QaBAQHQZ
I have been using MCP-Excel-Server by yzfly and it has significantly boosted my productivity. This server makes managing Excel files seamless and efficient, directly from a server environment. It’s well-documented and the implementation was straightforward. If you work with Excel files frequently, this is a game-changer. Highly recommend!