Avrotize MCP Server

📚 Documentation & Examples | 🎨 Conversion Gallery. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 131 · #8 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Avrotize

Claude Code

claude mcp add clemensv-avrotize -- uvx avrotize

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "clemensv-avrotize": {
      "command": "uvx",
      "args": [
        "avrotize"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package avrotize - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.clemensv is GitHub-verified and matches the repo owner

03 · What Avrotize can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.5.12 · 2026-06-19

Bug-fix point release. Closes issues #317, #335, #336, #337, #338, #339, #354, #355. · Fixed · a2k/s2k (#317) - emit single-encoded KQL docstring literals (no double JSON escaping). · s2a (#335) - temporal types now…

v3.5.11 · 2026-06-07

Fix Python enum codegen crash (TypeError: Attempted to reuse key) when enum symbols differ only by special characters like +/- (e.g. shindo scale: 5-, 5+). Symbols are now mapped to descriptive names (VALUE_5_MINUS…

v3.5.10 · 2026-06-04

Fix nullable union int64/uint64/decimal fields not serializing as JSON strings (#348). · When a field type is a nullable union like [\int64\, \ · ull\], all 6 language generators (Python, Java, Go, Rust, TypeScript…

04 · Who maintains Avrotize

Avrotize is maintained by clemensv. It's the only MCP server we track from this author; the repo dates to Feb 2024.

05 · Facts

category
coding agent - ranked #8 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-06-19)
registry
io.github.clemensv/avrotize (active, first published 2026-02-20 · 2 versions)
packages
pypi:avrotize

06 · Avrotize FAQ

What is Avrotize?

📚 Documentation & Examples | 🎨 Conversion Gallery. It runs locally over stdio via the published package.

Is Avrotize still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Avrotize?

Run `uvx avrotize`. You can also paste the ready-made client config above.

Does Avrotize run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Avrotize