JSON Manipulation
Provides a JSON manipulation interface using JSONPath syntax for querying, transforming, and analyzing structured data across diverse datasets.
Featured
View Source69 stars
0 tools
Created Aug 2025
@gongrzhe/gongrzhe-json-manipulation-json-mcp-serverAbout
Provides a JSON manipulation interface using JSONPath syntax for querying, transforming, and analyzing structured data across diverse datasets.
Categories
general
Installation
npm
npm install @gongrzhe/gongrzhe-json-manipulation-json-mcp-server
Configuration
{
"mcpServers": {
"gongrzhe-json-manipulation-json-mcp-server": {
"command": "npx",
"args": [
"-y",
"@gongrzhe/gongrzhe-json-manipulation-json-mcp-server"
]
}
}
}