dasel (MCP Server)

GitHub

Unified querying, transformation, and modification of JSON, TOML, YAML, XML, INI, HCL, KDL and CSV.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "dasel": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dasel"
      ]
    }
  }
}