xlwings Excel
Enables Excel file manipulation without Microsoft Excel installation through xlwings library, provid...
Open the FastMCP connection interface for this MCP server
- In FastMCP, locate the xlwings-mcp-server connection record and open its configuration pane.
Click the “Install Now” button
- Use the provided “Install Now” control to begin adding environment variables for the server.
Add the environment variables into the FastMCP env form
- For each of the following keys, create a new env entry and paste the value (or choose it in the UI) into the value field:
- EXCEL_MCP_SESSION_TTL — Session TTL in seconds. Default: 600. Example: 600
- Type: integer (seconds). Controls how long an idle workbook session is retained.
- EXCEL_MCP_MAX_SESSIONS — Maximum concurrent sessions. Default: 8. Example: 8
- Type: integer. Limits number of simultaneous Excel sessions.
- EXCEL_MCP_DEBUG_LOG — Enable debug logging. Default: 0. Example: 0 or 1
- Type: boolean/int (0 = off, 1 = on). Turn on (1) to capture verbose logs for troubleshooting.
- EXCEL_MCP_VISIBLE — Show Excel windows. Default: false. Example: false or true
- Type: boolean. Set true when you need visible Excel instances for debugging; usually false in production.
- EXCEL_MCP_CALC_MODE — Excel calculation mode. Default: automatic. Example: automatic, manual, or semiautomatic
- Type: string. Controls Excel calculation behavior.
- EXCEL_MCP_SESSION_TTL — Session TTL in seconds. Default: 600. Example: 600
- For each of the following keys, create a new env entry and paste the value (or choose it in the UI) into the value field:
Use sensible values and formats
- Enter integers for TTL and MAX_SESSIONS (no units), 0/1 or true/false for boolean flags, and one of the strings listed above for CALC_MODE.
- If you want the README defaults, use: EXCEL_MCP_SESSION_TTL=600, EXCEL_MCP_MAX_SESSIONS=8, EXCEL_MCP_DEBUG_LOG=0, EXCEL_MCP_VISIBLE=false, EXCEL_MCP_CALC_MODE=automatic.
Save / Apply the environment configuration
- Click Save / Apply in the FastMCP UI so the env values are persisted for the server install.
Install / redeploy the MCP server via the FastMCP interface
- Continue the “Install Now” workflow so FastMCP deploys the server with the provided envs.
Start the server (if not auto-started) and confirm it reads the envs
- Use FastMCP’s start/run controls or the server logs to confirm the service started and the configured values are in effect.
Verify basic functionality
- With debug logging enabled (optional), check the server logs for a successful startup message.
- Optionally run a simple MCP call (for example, list_workbooks) from your MCP client to verify the server responds.
Adjust and reapply if needed
- If you need different behavior (longer TTL, more sessions, visible Excel), update the env values in the FastMCP connection interface and reapply/restart the server.
Notes & prerequisites
- This server requires Windows + Microsoft Excel installed on the host where the MCP server runs; ensure those prerequisites are met before expecting Excel-based operations to work.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Productivity
View All →Task Master
Task Master is an AI-powered task management system designed for development projects using Claude and Cursor AI. It helps break down product requirements into clear, manageable tasks, supports multiple AI models for main, research, and fallback roles, and enables seamless task planning, implementation, and research within your editor environment. With support for Claude Code CLI and integration across popular editors, Task Master streamlines project workflows by guiding you through parsing PRDs, generating tasks, and staying updated with best practices - all while enhancing productivity in AI-driven software development.
Notion
Unlock powerful AI-driven interactions with Notion data using our MCP server tailored for the Notion API. This project enables advanced AI agents to efficiently read, comment, and organize Notion content while optimizing token use. It supports key operations like searching, page creation, and content retrieval, allowing seamless natural language commands to manage your workspace. Designed with security in mind, it provides scoped access options to protect your data. Ideal for developers building intelligent applications that integrate deeply with Notion, it simplifies complex tasks and enhances productivity through AI automation.
Excel
Unlock powerful Excel automation with this MCP server that reads and writes Excel files effortlessly. It supports text, formulas, sheet creation, and works with XLSX, XLSM, XLTX, and XLTM formats. Windows users benefit from live editing and screen capture features. The server offers tools to describe sheets, read cell ranges with pagination, write values or formulas, create tables, and copy sheets. Configurable paging limits help manage large data efficiently. Designed for seamless Excel data manipulation, it enhances workflow automation and integration with other systems through the Model Context Protocol.
TaskManager
Manage and execute tasks efficiently with MCP TaskManager in a queue-based system. This server supports planning by accepting and organizing task lists, and execution by delivering tasks one at a time with feedback on completion. It tracks tasks via unique IDs, ensuring smooth workflow coordination through clear stages: planning, executing, and completing. Designed for integration with MCP clients like Claude Desktop, TaskManager simplifies complex task handling and improves automation by providing structured task queues and real-time updates. Its straightforward action parameters allow easy control over task flow, making it a powerful tool for effective task management.
More for Automation
View All →FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.
Meta Ads
Unlock AI-driven insights and control for your Meta ad campaigns across Facebook and Instagram. Meta Ads MCP enables large language models to analyze performance, visualize creatives, and provide strategic recommendations through a unified interface. Manage campaigns, ad sets, and ads with actionable feedback on budget allocation, targeting, and creative improvements. Compatible with any MCP client and supports comprehensive campaign management on all Meta platforms. Leverage automated monitoring, creative optimization, and detailed performance metrics to maximize your advertising impact effortlessly.
Blender
Experience seamless AI-powered 3D modeling by connecting Blender with Claude AI via the Model Context Protocol. BlenderMCP enables two-way communication, allowing you to create, modify, and inspect 3D scenes directly through AI prompts. Control objects, materials, lighting, and execute Python code in Blender effortlessly. Access assets from Poly Haven and generate AI-driven models using Hyper3D Rodin. This integration enhances creative workflows by combining Blender’s robust tools with Claude’s intelligent guidance, making 3D content creation faster, interactive, and more intuitive. Perfect for artists and developers seeking AI-assisted 3D design within Blender’s environment.
Similar MCP Servers
Excel File Manipulation
Enables Excel file manipulation without Microsoft Excel installation using openpyxl, providing workbook operations, data validation detection, formatting, formulas, charts, pivot tables, and native Excel table support for automating spreadsheet workflows and report generation.