MCP server for the Lexware Office API — invoices, contacts, articles, and vouchers.
claude mcp add lexware -- npx -y @lazyants/lexware-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"lexware": {
"command": "npx",
"args": [
"-y",
"@lazyants/lexware-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"lexware": {
"command": "npx",
"args": [
"-y",
"@lazyants/lexware-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lexware": {
"command": "npx",
"args": [
"-y",
"@lazyants/lexware-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"lexware": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lazyants/lexware-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"lexware": {
"command": "npx",
"args": [
"-y",
"@lazyants/lexware-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.lazyants--lexware/reviews or the review_server meta-tool.
POST /mcp