mcp-excel-server
@bigcoder84
About mcp-excel-server
mcp-excel-server is a project based on the Spring AI MCP framework. Its main function is to provide large language model (LLM) with the ability to read and write local Excel files with the help of MCP protocol.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"AUM5itYnoMcxPiU2vFa3Z": {
"name": "Excel操作",
"type": "stdio",
"description": "",
"isActive": true,
"command": "java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-Dspring.main.web-application-type=none",
"-Dfile.encoding=UTF-8",
"-jar",
"{your_path}/mcp-excel-server-0.0.1-SNAPSHOT.jar"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-excel-server?
mcp-excel-server is a project based on the Spring AI MCP framework. It uses the MCP protocol to give large language models (LLMs) the ability to read from and write to local Excel files (.xlsx and .xls), returning content as JSON.
How to use mcp-excel-server?
Build the project with mvn clean package -Dmaven.test.skip=true, then configure the MCP server in your client’s JSON settings by specifying the Java command, the stdio transport flags, and the path to the generated JAR file.
Key features of mcp-excel-server
- Reads local Excel files (.xlsx and .xls) and returns content as JSON.
- Writes JSON data into a specified local Excel file.
- Integrates with MCP‑compatible LLM clients (Claude, Cursor, Cherry Studio).
Use cases of mcp-excel-server
- An AI assistant reads a sales report and answers questions about the data.
- A language model writes analysis results directly into an existing Excel spreadsheet.
- Dynamic data exchange between an LLM and a user’s local Excel files without manual export.
FAQ from mcp-excel-server
What transport protocol does mcp-excel-server use?
It uses stdio transport, configured via command‑line arguments in the MCP client settings.
What are the runtime requirements?
Java 17 or higher is required. The project is built on the Spring AI MCP framework.
Which Excel file formats are supported?
Both .xlsx and .xls formats are supported for reading and writing.
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Comments