loading…
Search for a command to run...
loading…
A fully featured **Model Context Protocol (MCP)** server that allows AI assistants to work with **Excel (.xlsx)** files programmatically — without requiring Mic
A fully featured **Model Context Protocol (MCP)** server that allows AI assistants to work with **Excel (.xlsx)** files programmatically — without requiring Microsoft Excel or platform-specific dependencies. This server provides reliable, type-safe spreadsheet operations using **openpyxl**, including: - Creating and managing workbooks and worksheets - Reading and writing cells and ranges - Applying formulas - Styling and formatting (fonts, fills, borders, alignment, number formats) - Safe structured I/O validated with **Pydantic** models Designed for **AI agents, workflow automation, and data processing systems**, the server works consistently across **macOS, Linux, and Windows**, including remote cloud environments. ### Ideal Use Cases - Automated reporting pipelines - Data transformation workflows - Financial model generation - Invoicing systems - Agent-powered productivity tools No Excel installation required. No COM automation. Fully cross-platform. **MCP-native.**
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"excel-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"mort-lab/excel-mcp"
]
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also