Skip to content
VS Code

toon parse mcp for VS Code

io.github.ankitpal181/toon-parse-mcp

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

client:VS Code transport:stdio runtime:pypi

Install toon parse mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "toon-parse-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "toon-parse-mcp"
      ]
    }
  }
}

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

toon parse mcp in other clients