Skip to content
Cursor

toon parse mcp for Cursor

io.github.ankitpal181/toon-parse-mcp

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

client:Cursor transport:stdio runtime:pypi

Install toon parse mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

toon parse mcp in other clients