Skip to content
Gemini CLI

toon parse mcp for Gemini CLI

io.github.ankitpal181/toon-parse-mcp

MCP server that reduces LLM context by removing code comments and converting data formats to TOON

client:Gemini CLI transport:stdio runtime:pypi

Install toon parse mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "toon-parse-mcp": {
      "command": "uvx",
      "args": [
        "toon-parse-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

toon parse mcp in other clients