Odel
toon parse mcp

toon parse mcp

Local
@ankitpal181PythonMITUpdated 7mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItoon-parse-mcpv1.0.4-beta

Run

uvx toon-parse-mcp

MCP client config

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