Provides a JSON manipulation interface using JSONPath syntax for querying, transforming, and analyzing structured data a...
Created byApr 22, 2025
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 LLMs to interact with JSON data through a set of standardized tools.
To use this server with the Claude Desktop app, add the following configuration to your claude_desktop_config.json:
Alternatively, you can use the node command directly if you have the package installed:
Development
Building from Source
Clone the repository
Install dependencies:
Build the project:
Notes
All JSONPath expressions start with $ representing the root object
Array indices are zero-based
String values in operations should be wrapped in quotes
Date operations support 'days', 'months', and 'years' units
Numeric operations support basic arithmetic operators (+, -, *, /)
License
MIT
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 LLMs to interact with JSON data through a set of standardized tools.