Skip to content
Cline

toon parse mcp for Cline

io.github.ankitpal181/toon-parse-mcp

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

client:Cline transport:stdio runtime:pypi

Install toon parse mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

toon parse mcp in other clients