json-query-mcp
3
JSON Query MCP is an MCP server that allows querying large JSON files effectively using JSONPath expressions. It is designed for integration with LLM models following the Model Context Protocol, offering features like key and value search functionality within JSON data.
JSON Query MCP
A Model Context Protocol (MCP) server designed for querying large JSON files. This server provides tools to work with vast JSON data, suitable for use by LLM models that implement the Model Context Protocol.
Features
- Query JSON files using JSONPath expressions
- Search for keys similar to a query string
- Search for values similar to a query string
Usage
To run the server, use the command npx json-query-mcp
. For integration, add the specified configuration in the mcp.json
file of your Cursor installation.