PluginBench
MCP Server

io.github.lazyants/lexware MCP Server

io.github.lazyants/lexware

What is the io.github.lazyants/lexware MCP server?

MCP server for the Lexware Office API — invoices, contacts, articles, and vouchers.

How to install io.github.lazyants/lexware

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lexware": {
      "command": "npx",
      "args": [
        "-y",
        "@lazyants/lexware-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "lexware": {
      "command": "npx",
      "args": [
        "-y",
        "@lazyants/lexware-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lexware": {
      "command": "npx",
      "args": [
        "-y",
        "@lazyants/lexware-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "lexware": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@lazyants/lexware-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add lexware -- npx -y @lazyants/lexware-mcp-server

Related MCP servers

MCP server for the Hetzner Cloud API — servers, networks, volumes, firewalls, and more.

View repository →

MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.

View repository →