JSON MCP
MCP server empowers LLMs to interact with JSON files efficiently. With JSON MCP, you can split, merge, etc.
JSON MCP
The Model Context Protocol (MCP) server empowers LLMs to efficiently interact with JSON files. With JSON MCP, you can split, merge, and find specific data, validate within JSON files based on defined conditions.
š Key Features
ā
Fast and lightweight
ā
LLM-friendly functionality
š„ Demo
Below is a demo showcasing the split functionality:

š§ Use Cases (Tools)
1. split
Split a JSON file into a specified number of objects.
Note: The file path must be provided.
Prompt Example:
Split JSON file from /Users/json-mcp/tests/merged.json
5 objects per file
2. merge
Merge JSON files into a one JSON file
Note: The folder path should be provided
Prompt Example:
Merge json files from /Users/json-mcp/tests
āļø Configuration
VS Code Manual Configuration
To configure the JSON MCP server manually in VS Code, update the User Settings (JSON) file:
{
"mcp": {
"servers": {
"json-mcp-server": {
"command": "npx",
"args": ["json-mcp-server@latest"]
}
}
}
}
Installation in VS Code
You can install the JSON MCP server using the VS Code CLI:
# For VS Code
code --add-mcp '{"name":"json-mcp-server","command":"npx","args": ["json-mcp-server@latest"]}'
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:
npx -y @smithery/cli install @VadimNastoyashchy/json-mcp --client claude
āļø Installation Server
Install globally
npm install -g json-mcp-server@latest
Run after global installation
json-mcp-server
Using npx with latest version (recommended)
npx json-mcp-server@latest
Server Terkait
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
AI pair programming
Orchestrates a dual-AI engineering loop where a Primary AI plans and implements, while a Review AI validates and reviews, with continuous feedback for optimal code quality. Supports custom AI pairing (Claude, Codex, Gemini, etc.)
MCP Tools
A developer toolset for creating a real-time MCP server using the PHP Laravel framework, with GitHub integration.
devutils-mcp-server
An open-source DevUtils MCP Server ā a comprehensive developer utilities toolkit for the Docker MCP Catalog. It provides 36 tools across 8 categories that AI assistants can invoke directly.
Botoi MCP Server
150+ developer utility APIs via MCP. Hashing, encoding, DNS lookup, IP geolocation, QR codes, JWT tools, URL shortening, email validation, screenshot capture, and more.
MCP Front
An OAuth 2.1 proxy for MCP servers that enables single sign-on with Google, domain validation, and per-user tokens.
MCP Selenium Server
Automate web browsers using Selenium WebDriver via MCP.
Hashkey MCP Server
Provides onchain tools for AI applications to interact with the Hashkey Network.
Rippling MCP Server
Rippling HR/IT/Finance platform integration with 18 tools for managing employees, departments, payroll, benefits, time tracking, and company operations.
Figma Context MCP
Provides Figma layout information to AI coding agents like Cursor.
Copado MCP
A remote MCP server deployable on Cloudflare Workers without authentication.