Overview
JSON MCP Server is a server implementation for the JSON Model Context Protocol (MCP) that allows querying and manipulating JSON data, enabling LLMs to interact with JSON through standardized tools.
To use the JSON MCP Server, you can install it via npm or npx. For example, you can run npx @gongrzhe/server-json-mcp@1.0.3 or install it globally with npm install -g @gongrzhe/server-json-mcp@1.0.3 and then run server-json-mcp.
- Query JSON data using JSONPath syntax with extended operations. - Filter JSON data based on conditions. - Support for various operations including array, string, numeric, and date operations. - Aggregation operations for statistical analysis.
- Querying complex JSON data structures.
- Filtering data based on specific criteria.
- Performing statistical analysis on JSON datasets.
Add to your AI client
Use these steps to connect JSON MCP Server (@gongrzhe/server-json-mcp@1.0.3) in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"gongrzhe-json-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gongrzhe-json-mcp-server-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"gongrzhe-json-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gongrzhe-json-mcp-server-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"gongrzhe-json-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gongrzhe-json-mcp-server-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"gongrzhe-json-mcp-server-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gongrzhe-json-mcp-server-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gongrzhe-json-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gongrzhe-json-mcp-server-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"gongrzhe-json-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gongrzhe-json-mcp-server-mcp-mirror"
]
}
}
}FAQ
What is JSONPath?
JSONPath is a query language for JSON, similar to XPath for XML, allowing you to extract data from JSON documents.
Can I use JSON MCP Server with other applications?
Yes! JSON MCP Server can be integrated with various applications that require JSON data manipulation.
Is there a license for JSON MCP Server?
Yes, JSON MCP Server is licensed under the MIT License.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1213,"uuid":"08fddb79-452e-444e-82b3-c72a529a1612","name":"GongRzhe_JSON-MCP-Server","title":"JSON MCP Server (@gongrzhe/server-json-mcp@1.0.3)","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2025-01-28T02:38:28.167Z","updated_at":"2025-02-23T07:20:30.059Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"json-mcp,data-manipulation,server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/GongRzhe_JSON-MCP-Server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]