Provides installation support for macOS users through configuration in the macOS-specific Cursor MCP location.
Supports working with large Swagger API definition files, allowing extraction of specific portions from these definitions.
Enables extracting information from JSON structures to write TypeScript interfaces based on the data.
JSON Query MCP
A Model Context Protocol (MCP) server for querying large JSON files. This server provides tools for working with large JSON data that can be used by LLM models implementing 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
Related MCP server: JSON MCP Server
Example
Here is an example of the Cursor Agent using the tool to read a a very large (>1M character) JSON Swagger definition, and extracting a small portion to write a typescript interface.

Usage
npx json-query-mcp
Installation in Cursor
Add the following to your cursor mcp json
(on macOS this is /Users/$USER/.cursor/mcp.json)
Development
License
MIT