cy-excel-mcp
by flaltangyi
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OC_OD_CLIENT_ID | No | Microsoft Azure app registration client ID. Required for authentication. | |
| OC_OD_FILE_PATH | No | Path to the Excel workbook in OneDrive, e.g. 'YourFolder/订单汇总.xlsx'. | |
| OC_OD_TENANT_ID | No | Microsoft Azure tenant ID. Default is 'consumers'. | consumers |
| OC_OD_CACHE_FILE | No | File path for OneDrive token cache. Default is 'onedrive_token_cache.bin'. | onedrive_token_cache.bin |
| OC_OD_TABLE_NAME | No | Name of the Excel table object, e.g. '表1'. | |
| CY_EXCEL_MCP_HOST | No | Host address for the MCP server. Default is '127.0.0.1'. | 127.0.0.1 |
| CY_EXCEL_MCP_PORT | No | Port for the MCP server. Default is '18061'. | 18061 |
| CY_PRODUCT_ALIAS_FILE | No | File containing product name aliases. Default is 'product_aliases.json'. | product_aliases.json |
| CY_PRODUCT_CACHE_FILE | No | Local cache file for product catalog. Default is 'product_catalog_cache.json'. | product_catalog_cache.json |
| CY_EXCEL_MCP_TRANSPORT | No | Transport protocol for MCP. Default is 'streamable-http'. | streamable-http |
| OC_OD_PRODUCT_FILE_PATH | No | Path to product catalog workbook in OneDrive, e.g. '众一/2026诚亿报表.xlsx'. | |
| OC_OD_PRODUCT_SHEET_NAME | No | Name of the sheet containing product catalog, e.g. '产品明细'. | |
| OC_OD_PRODUCT_CODE_COLUMN | No | Excel column letter for product code. Default is 'A'. | A |
| OC_OD_PRODUCT_NAME_COLUMN | No | Excel column letter for product name. Default is 'B'. | B |
| OC_OD_PRODUCT_CATEGORY_COLUMN | No | Excel column letter for product category. Default is 'C'. | C |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/flaltangyi/chat-order-excel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server