mcp-excel-server

mcp-excel-server

1

The mcp-excel-server is a Node.js server that utilizes the Model Context Protocol to facilitate various Excel file operations. It features reading and writing capabilities for files and Excel content, as well as directory management. The solution is scalable for different platforms, offering integration guides for tools like VS Code and Claude Desktop.

mcp-excel-server

Node.js server implementing Model Context Protocol (MCP) for Excel file operations.

Features

  • Read files
  • List directories
  • Search files
  • Read Excel

Note: The server will only allow operations within directories specified via arguments.

🔧 Install

NPM Installation

Install the server using npm.

📚 API Reference

Resources

  • The primary mcp-excel-server operations interface is associated with file system operations.

Tool Functions

📖 Reading Operations
  • Read file content with UTF-8 encoding
🎒 Writing Operations
  • Create or overwrite files with specified content
📁 Directory Operations
  • List contents of a directory
🔍 Reading Excel
  • Fetch and read Excel contents from local files or URLs
📒 Writing Excel
  • Create or overwrite Excel files with JSON data

🔧 Usage Guide

Integrate with Claude Desktop and VS Code using detailed configuration guides.

🤝 Contributing

Contributions are welcome. Fork the repository, create a feature branch, implement changes, and submit a pull request.

📜 License

Licensed under the MIT License.