lexware for VS Code
io.github.lazyants/lexware
MCP server for the Lexware Office API — invoices, contacts, articles, and vouchers.
client:VS Code
transport:stdio
runtime:npm
Install lexware in VS Code
.vscode/mcp.json
{
"servers": {
"lexware": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lazyants/lexware-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs