JSON-MCP-Server

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.

What is the primary use of the JSON MCP Server?

The JSON MCP Server is primarily used for querying and manipulating JSON data using JSONPath syntax and extended operations, making it ideal for complex data processing tasks.

What types of operations are supported by the server?

The server supports a variety of operations including array, string, numeric, date, and aggregation operations.

Can the server be used with the Claude Desktop app?

Yes, the server can be integrated with the Claude Desktop app by adding the appropriate configuration to the claude_desktop_config.json file.

How can I install the JSON MCP Server?

You can install the server using npx with the command npx @gongrzhe/server-json-mcp@1.0.3 or install it globally using npm.

What is the syntax for JSONPath expressions?

All JSONPath expressions start with $, representing the root object, and support various operations like slicing, sorting, and filtering.