MCP Server
MCP
xlsx-tools-mcp
MCP server for accurate, structure-preserving read/write access to Excel (.xlsx) files
Install
uvx xlsx-tools-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "xlsx-tools-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Comma-separated alias=path pairs of workbooks to preload at startup",
"format": "string",
"name": "XLSX_MCP_FILES"
},
{
"description": "Timeout in seconds for the LibreOffice recalculation pass (default 60)",
"format": "string",
"name": "XLSX_MCP_RECALC_TIMEOUT"
},
{
"description": "Timeout in seconds to acquire the per-file lock (default 10)",
"format": "string",
"name": "XLSX_MCP_LOCK_TIMEOUT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment