Skip to content
VS Code

Avrotize for VS Code

io.github.clemensv/avrotize

Schema conversion and schema-driven code generation MCP server.

client:VS Code transport:stdio runtime:pypi

Install Avrotize in VS Code

.vscode/mcp.json

{
  "servers": {
    "avrotize": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "avrotize"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Avrotize in other clients