Unofficial Lexware Office MCP Server
by benethos-hub
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LXO_MCP_RATE | No | Requests per second, global across all endpoints | 1.5 |
| LXO_MCP_BURST | No | Token bucket capacity. The account's own bucket holds 4 | 2 |
| LXO_MCP_API_KEY | Yes | Your Lexware Office API key. Required. | |
| LXO_MCP_TIMEOUT | No | HTTP timeout in seconds | 30 |
| LXO_MCP_BASE_URL | No | API base URL | https://api.lexware.io |
| LXO_MCP_HTTP_HOST | No | Address to bind for an HTTP transport | 127.0.0.1 |
| LXO_MCP_HTTP_PATH | No | URL path the transport serves on | /mcp |
| LXO_MCP_HTTP_PORT | No | Port to bind | 8770 |
| LXO_MCP_LOG_LEVEL | No | Log level on stderr | INFO |
| LXO_MCP_PAGE_SIZE | No | Rows per page a search requests and returns | 25 |
| LXO_MCP_PDF_PAGES | No | Pages of a PDF read_download renders by default | 10 |
| LXO_MCP_TRANSPORT | No | stdio, streamable-http or sse | stdio |
| LXO_MCP_TOOL_POLICY | No | Per-tool on/off file, see below | tools.json in the config directory |
| LXO_MCP_APP_BASE_URL | No | Web app base for deeplinks | https://app.lexware.de |
| LXO_MCP_BEARER_TOKEN | No | Shared secret every HTTP request must carry. Required for an HTTP transport | |
| LXO_MCP_DOWNLOAD_DIR | No | Where downloaded documents land | user cache directory |
| LXO_MCP_ALLOWED_HOSTS | No | Host values to accept besides loopback, comma separated | |
| LXO_MCP_EXIT_ON_CONFIG_CHANGE | No | End the process when the settings file changes, for something that restarts it | off |
| LXO_MCP_GENERATE_BEARER_TOKEN | No | Make a token at startup if none is set and write it to the settings file | off |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
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 | |
Maintenance
ActivityMaintained
ResponsivenessNo issues