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
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)
{
"mcpServers": {
... other mcp servers
"json-query": {
"command": "npx",
"args": [<local path to this repo>],
},
}
}
Development
# Run in development mode
npm run dev
# Run tests
npm test
# Format code
npm run format
# Lint code
npm run lint
# Fix lints
npm run fix
License
MIT
JSON Query
Project Details
- mgraczyk/json-query-mcp
- Last Updated: 4/17/2025
Recomended MCP Servers
基于MCP协议的获取ApiFox接口信息的服务
A Model Context Protocol (MCP) server that lets you create notes in Flomo directly through AI chat interactions...
Use shell scripts as MCP tools
Rootly MCP server
Model Context Protocol (MCP) Server for Langfuse Prompt Management. This server allows you to access and manage your...
mcp playground
MCP server for Grafana
A model context protocol server for Jira API
Serper MCP Server supporting search and webpage scraping
MCP (Model Context Protocol) server for Weaviate
A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT 应用。





