Skip to main content
Glama
benethos-hub

Unofficial Lexware Office MCP Server

by benethos-hub

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LXO_MCP_RATENoRequests per second, global across all endpoints1.5
LXO_MCP_BURSTNoToken bucket capacity. The account's own bucket holds 42
LXO_MCP_API_KEYYesYour Lexware Office API key. Required.
LXO_MCP_TIMEOUTNoHTTP timeout in seconds30
LXO_MCP_BASE_URLNoAPI base URLhttps://api.lexware.io
LXO_MCP_HTTP_HOSTNoAddress to bind for an HTTP transport127.0.0.1
LXO_MCP_HTTP_PATHNoURL path the transport serves on/mcp
LXO_MCP_HTTP_PORTNoPort to bind8770
LXO_MCP_LOG_LEVELNoLog level on stderrINFO
LXO_MCP_PAGE_SIZENoRows per page a search requests and returns25
LXO_MCP_PDF_PAGESNoPages of a PDF read_download renders by default10
LXO_MCP_TRANSPORTNostdio, streamable-http or ssestdio
LXO_MCP_TOOL_POLICYNoPer-tool on/off file, see belowtools.json in the config directory
LXO_MCP_APP_BASE_URLNoWeb app base for deeplinkshttps://app.lexware.de
LXO_MCP_BEARER_TOKENNoShared secret every HTTP request must carry. Required for an HTTP transport
LXO_MCP_DOWNLOAD_DIRNoWhere downloaded documents landuser cache directory
LXO_MCP_ALLOWED_HOSTSNoHost values to accept besides loopback, comma separated
LXO_MCP_EXIT_ON_CONFIG_CHANGENoEnd the process when the settings file changes, for something that restarts itoff
LXO_MCP_GENERATE_BEARER_TOKENNoMake a token at startup if none is set and write it to the settings fileoff

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Maintenance

ActivityMaintained
ResponsivenessNo issues