{"type":"mcp_server","name":"JSON-MCP-Server","description":"This repository provides a JSON Model Context Protocol (MCP) server, enabling LLMs to query and manipulate JSON data using tools like `query` and `filter` with extended operations for diverse data transformations.","category":"Developer Tools","language":"JavaScript","stars":90,"forks":5,"owner":"GongRzhe","github_url":"https://github.com/GongRzhe/JSON-MCP-Server","homepage":null,"setup":"## Setup\n\n```bash\n# Using npx with specific version (recommended)\nnpx @gongrzhe/server-json-mcp@1.0.3\n\n# Install specific version globally\nnpm install -g @gongrzhe/server-json-mcp@1.0.3\n\n# Run after global installation\nserver-json-mcp\n```\n\nTo use this server with the Claude Desktop app, add the following configuration to your `claude_desktop_config.json`:\n\n```json\n{\n  \"json\": {\n    \"command\": \"npx\",\n    \"args\": [\n      \"@gongrzhe/server-json-mcp@1.0.3\"\n    ]\n  }\n}\n```\n\nAlternatively, you can use the node command directly if you have the package installed:\n\n```json\n{\n  \"json\": {\n    \"command\": \"node\",\n    \"args\": [\n      \"path/to/build/index.js\"\n    ]\n  }\n}\n```\n\nTo build from source:\n1. Clone the repository\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Build the project:\n   ```bash\n   npm run build\n   ```","tools":"## Available Tools\n\n\t\t1. query (Query JSON data using JSONPath syntax with extended operations)\n\t\t2. filter (Filter JSON data using conditions)","faq":null,"created_at":"2024-12-24T14:43:55+00:00","updated_at":"2025-03-28T23:31:19+00:00","source_url":"https://model-context-protocol.com/servers/json-mcp-server-data-query-manipulation","related_articles":[]}