JSON-MCP-Server
47
The JSON MCP Server is designed to allow LLMs to effectively query and manipulate JSON data using standardized tools, offering features such as array and string operations, filtering, and aggregation. It supports integration with applications like Claude Desktop to facilitate JSON data processing.
JSON MCP Server (@gongrzhe/server-json-mcp@1.0.3)
A JSON Model Context Protocol (MCP) server implementation for querying and manipulating JSON data. This server enables Language Model Machines (LLMs) to interact with JSON data through a set of standardized tools.
Components
Tools
- query: Use JSONPath syntax for advanced querying.
- filter: Apply conditions to filter JSON data.
Supported Operations
Array Operations
- Slicing, Sorting, Distinct, Transformations
String Operations
- Case Conversion, Tests, Search
Numeric Operations
- Math, Rounding, Functions
Date Operations
- Format, Check, Modify
Aggregation Operations
- Group, Stats
Usage with Claude Desktop
Configure Claude Desktop to use the server for enhanced interaction with JSON data.
Notes
- JSONPath expressions start with a
$
for the root object. - Array indices are zero-based.
- String values used in operations are quoted.
- Date and numeric operations support various formats and operators.