MCP Ooxml Ledger Server
Rank #26,617io.github.Anselmoo/mcp-ooxml-ledger
Edit Office documents and prove no edit went unrecorded
MCP Ooxml Ledger Server is a Model Context Protocol (MCP) server published by Anselmoo. It ranks #26,617 of 115,460 servers tracked on MCP Toplist. MCP Ooxml Ledger Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 31, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 88,843 of 115,460 servers on MCP Toplist.
Use MCP Ooxml Ledger Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-ooxml-ledger -- uvx mcp-ooxml-ledgerclaude mcp add mcp-ooxml-ledger -- docker run -i --rm ghcr.io/anselmoo/mcp-ooxml-ledger:0.2.1[mcp_servers.mcp-ooxml-ledger]
command = "uvx"
args = ["mcp-ooxml-ledger"]Add to ~/.codex/config.toml.
[mcp_servers.mcp-ooxml-ledger]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/anselmoo/mcp-ooxml-ledger:0.2.1"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-ooxml-ledger": {
"command": "uvx",
"args": [
"mcp-ooxml-ledger"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-ooxml-ledger": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/anselmoo/mcp-ooxml-ledger:0.2.1"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-ooxml-ledger": {
"command": "uvx",
"args": [
"mcp-ooxml-ledger"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-ooxml-ledger": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/anselmoo/mcp-ooxml-ledger:0.2.1"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-ooxml-ledger": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-ooxml-ledger"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-ooxml-ledger": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/anselmoo/mcp-ooxml-ledger:0.2.1"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-ooxml-ledger": {
"command": "uvx",
"args": [
"mcp-ooxml-ledger"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-ooxml-ledger": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/anselmoo/mcp-ooxml-ledger:0.2.1"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-ooxml-ledger": {
"command": "uvx",
"args": [
"mcp-ooxml-ledger"
]
}
}
}{
"mcpServers": {
"mcp-ooxml-ledger": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/anselmoo/mcp-ooxml-ledger:0.2.1"
]
}
}
}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.Anselmoo%2Fmcp-ooxml-ledger)<a href="https://mcptoplist.com/server/io.github.Anselmoo%2Fmcp-ooxml-ledger"><img src="https://mcptoplist.com/badge/io.github.Anselmoo%2Fmcp-ooxml-ledger.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Anselmoo
Other servers by Anselmoo
- mcp-server-analyzer#5,278 · 6 vers
- mcp-ai-agent-guidelines#5,688 · 7 vers
- mcp-zen-of-languages#9,952 · 7 vers
- Repo Release Tools#13,129 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Aug 31, 2026 |
Frequently asked questions
- Who maintains MCP Ooxml Ledger Server?
- MCP Ooxml Ledger Server is maintained by Anselmoo, which publishes 5 MCP servers (22 total versions) tracked on MCP Toplist.
- Is MCP Ooxml Ledger Server listed on the Official MCP Registry?
- Yes — MCP Ooxml Ledger Server is listed on the Official MCP Registry.
- How many versions does MCP Ooxml Ledger Server have?
- MCP Toplist tracks 1 version of MCP Ooxml Ledger Server, most recently published on Aug 31, 2026.
- Where can I find the source code for MCP Ooxml Ledger Server?
- The source code for MCP Ooxml Ledger Server is hosted at github.com/Anselmoo/mcp-ooxml-ledger.