jpx

joshrotenberg/jpx
★ 3 stars Rust Code/Dev Tools Updated 3d ago
JMESPath CLI and MCP server with 460+ extended functions
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jpx": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "jpx"
      ]
    }
  }
}

README Excerpt

JMESPath CLI and tools with 400+ extended functions - a powerful jq alternative. This repository contains the jpx ecosystem: | Package | Description | |---------|-------------| | **[jpx](crates/jpx/)** | CLI tool with REPL, multiple output formats | | **[jpx-mcp](crates/jpx-mcp/)** | MCP server for AI assistants |