Integrations
Integrates with GitHub Copilot agent in VS Code to provide JSON manipulation capabilities through the Model Context Protocol.
JSON MCP
A Model Context Protocol (MCP) server enables LLMs to interact with JSON file/s (split, merge, find specific data within conditions)
Key Features
- Fast and lightweight
- LLM-friendly
Demo
Use Cases (available tools)
split
Split a JSON file into a specified number of objects
! path to the file should be provided
prompt example:
merge
Merge JSON files into a one JSON file
! path to the folder should be provided
prompt example:
Configuration
VS Code manual configuration
Installation in VS Code
You can install the Playwright MCP server using the VS Code CLI:
After installation, the JSON MCP server will be available for use with your GitHub Copilot agent in VS Code.
Claude Desktop
To install json-mcp for Claude Desktop automatically via Smithery:
Installation Server
Install globally
Run after global installation
Using npx with latest version (recommended)
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
json-mcp-server
Related MCP Servers
- AsecurityFlicenseAqualityA lightweight, stateless MCP server utilizing Puppeteer for web searches, returning structured JSON results, easily integratable with other MCP-enabled systems.Last updated -11,261JavaScript
- -securityAlicense-qualityA beginner-friendly MCP-inspired JSON-RPC server built with Node.js, offering basic client-server interaction through an 'initialize' capabilities handshake and an 'echo' function.Last updated -3JavaScriptMIT License
- Python
- Python