Aspose.Cells Cloud MCP Server
OfficialClick 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., "@Aspose.Cells Cloud MCP ServerUpload my quarterly report spreadsheet and add a total row."
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.
Aspose.Cells Cloud MCP Server
Overview
Aspose.Cells Cloud MCP Server is a FastMCP-based MCP server built on top of Aspose.Cells Cloud SDK for Python. It automates Microsoft Excel spreadsheet creation and editing and exposes operations as MCP tools that any MCP-compatible client can call. Supported transports: stdio, streamable-http, sse.
Related MCP server: Excel MCP Server
Aspose.Cells Cloud MCP Endpoint
https://api.aspose.cloud/cells/mcpFeatures
Upload the spreadsheet to Aspose Cloud Storage.
Save the spreadsheet as different format file in Aspose Cloud Storage.
Download the spreadsheet from Aspose Cloud Storage.
Trim content in the spreadsheet.
Delete text content in the spreadsheet.
Add text content in the spreadsheet.
Word case text content in the spreadsheet.
Requirements
Python 3.11+
Aspose.Cells Cloud SDK for Python. This library is a commercial product.
You'll need to obtain a valid license for Aspose.Cells Cloud. The package will install this dependency, but you're responsible for complying with Aspose's licensing terms.
Installation
pip install aspose-cells-cloud-mcpFrom source (download repo and install requirements):
git clone https://github.com/aspose-cells-cloud/Aspose.Cells-Cloud-MCP-Server
cd Aspose.Cells-Cloud-MCP-Server
pip install -r requirements.txtCommand Line Interface
After installation, the CLI command is available:
aspose-cells-cloud-mcpBy default, the server runs with the stdio transport.
Run without installation:
python .\mcp_server.pyTransports and Configuration
Supported MCP transports: stdio, streamable-http, sse.
Environment Variables
MCP_TRANSPORT—stdio|streamable-http|sse(defaultstdio)MCP_HOST— host address (default0.0.0.0)MCP_PORT— port (default8080)MCP_PATH— HTTP path forstreamable-http(default/mcp)MCP_SSE_PATH— events path forsse(default/sse)LOG_LEVEL— logging level (INFO,DEBUG, ...)
Aspose.Cells Cloud License
This project is licensed under the MIT License. See LICENSE for details.
The Aspose.HTML Cloud API itself requires a separate subscription � a free tier is available at aspose.cloud.
Tools
See full list and signatures in mcp_server.py (function register_tools) and tests in tests/features/*.
Main tool categories:
content/reading: create document, insert/delete/read text, headings, lists, HTML/Markdown
layout: pages, breaks, columns, headers/footers, page numbering
tables: create and format tables
watermarks: watermarks
links/bookmarks: hyperlinks and bookmarks
properties: document properties
protection: protection and restrictions
comments/notes: comments, footnotes/endnotes
export/render: export, page rendering
Example Workflow via an MCP Client
Sequence of tool calls (names match the server):
create_document→ getdoc_idadd_heading(e.g., levels 1–3)add_paragraph/insert_text_endadd_table_endoradd_table_at_paragraphadd_watermark_textoradd_watermark_image_base64export_base64(e.g.,fmt="pdf") — get file as Base64
Integration with MCP Clients
Claude Desktop MCP: add this server with
streamable-httporssetransport and the URL printed by the server at startup.Any MCP (JSON) clients — configure the matching transport and path.
License
This package is licensed under the MIT License. However, it depends on Aspose.Words for Python via .Net library, which is proprietary, closed-source library.
⚠️ You must obtain valid license for Aspose.Words for Python via .Net library. This repository does not include or distribute any proprietary components.
Trademarks
This project may contain trademarks or logos for projects, products, or services. Use of third-party trademarks or logos is subject to those third-party policies.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server for manipulating Excel files that features a headless engine for real-time formula calculation and data validation. It enables users to create, read, and manage workbooks, sheets, and charts without requiring Microsoft Excel installed.39MIT
- Alicense-qualityDmaintenanceEnables reading and writing Excel files (text, formulas, and images on Windows) via MCP tools with pagination support.3MIT
- FlicenseAqualityCmaintenanceMCP server for Microsoft Office file operations. Read, write, and create Excel, Word, and PowerPoint files directly from your local filesystem.12
- AlicenseAqualityBmaintenanceMCP server for reading and writing Excel (xlsx) files using SheetJS, providing tools to list sheets, read data, create files, add sheets, and update cells.515MIT
Related MCP Connectors
Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
CSV <-> JSON MCP.
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/aspose-cells-cloud/Aspose.Cells-Cloud-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server