Lexware
Rank #9,005io.github.lazyants/lexware
MCP server for the Lexware Office API — invoices, contacts, articles, and vouchers.
Lexware is a Model Context Protocol (MCP) server published by lazyants. It ranks #9,005 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Lexware is listed across 3 registries — Official MCP, Glama and PulseMCP, with 11 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 106,455 of 115,460 servers on MCP Toplist.
Use Lexware
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add lexware -- npx -y @lazyants/lexware-mcp-server[mcp_servers.lexware]
command = "npx"
args = ["-y", "@lazyants/lexware-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"lexware": {
"command": "npx",
"args": [
"-y",
"@lazyants/lexware-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"lexware": {
"command": "npx",
"args": [
"-y",
"@lazyants/lexware-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"lexware": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lazyants/lexware-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"lexware": {
"command": "npx",
"args": [
"-y",
"@lazyants/lexware-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"lexware": {
"command": "npx",
"args": [
"-y",
"@lazyants/lexware-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lazyants%2Flexware)<a href="https://mcptoplist.com/server/io.github.lazyants%2Flexware"><img src="https://mcptoplist.com/badge/io.github.lazyants%2Flexware.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
lazyants
Other servers by lazyants
View all lazyants servers →Available versions (11)
| Version | Published |
|---|---|
| 5.1.0 | Aug 20, 2026 |
| 5.0.0 | Jul 27, 2026 |
| 4.2.0 | Jul 27, 2026 |
| 3.1.1 | Jun 20, 2026 |
| 2.0.1 | May 6, 2026 |
| 2.0.0 | May 4, 2026 |
| 1.1.0 | May 4, 2026 |
| 1.0.2 | May 4, 2026 |
| 1.0.1 | Mar 12, 2026 |
| 1.0.0 | Mar 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Lexware?
- Lexware is maintained by lazyants, which publishes 5 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Lexware listed on the Official MCP Registry?
- Yes — Lexware is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Lexware have?
- MCP Toplist tracks 11 versions of Lexware, most recently published on Aug 20, 2026.
- Where can I find the source code for Lexware?
- The source code for Lexware is hosted at github.com/lazyants/lexware-mcp-server.