JSON MCP
@VadimNastoyashchy
关于 JSON MCP
JSON MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"json-mcp-server": {
"command": "npx",
"args": [
"json-mcp-server@latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is JSON MCP?
JSON MCP is a Model Context Protocol (MCP) server that lets Large Language Models split, merge, find, and validate data within JSON files. It is designed for developers and AI agents that need to manipulate structured JSON data through natural‑language prompts.
How to use JSON MCP?
Install JSON MCP globally (npm install -g json-mcp-server@latest) and run json-mcp-server, or use npx json-mcp-server@latest. Configure it as an MCP server in VS Code (via User Settings JSON) or in Claude Desktop (via Smithery CLI). Once connected, invoke the tools split or merge by providing file or folder paths in your prompts.
Key features of JSON MCP
- Fast and lightweight operation
- LLM‑friendly, natural‑language tool interface
- Split a JSON file into multiple parts
- Merge several JSON files into one
- Find specific data within JSON files
- Validate JSON content against conditions
Use cases of JSON MCP
- Splitting a large JSON file into smaller files with a specified number of objects per file
- Merging multiple JSON files from a folder into a single JSON file
- Querying structured JSON data using natural‑language prompts from an AI assistant
FAQ from JSON MCP
What exactly does JSON MCP do?
It provides MCP tools for LLMs to split, merge, find, and validate data inside JSON files using natural‑language instructions.
How do I install JSON MCP?
Install globally with npm install -g json-mcp-server@latest, or run directly with npx json-mcp-server@latest. For Claude Desktop, use Smithery: npx -y @smithery/cli install @VadimNastoyashchy/json-mcp --client claude.
How do I configure JSON MCP in VS Code?
Add a server entry to your VS Code User Settings JSON: {"mcp":{"servers":{"json-mcp-server":{"command":"npx","args":["json-mcp-server@latest"]}}}}. Alternatively, use the VS Code CLI command code --add-mcp '{"name":"json-mcp-server","command":"npx","args": ["json-mcp-server@latest"]}'.
Does JSON MCP require any authentication or API keys?
No. The server runs locally and does not mention any required authentication tokens or external API keys.
What runtime environment does JSON MCP require?
It requires Node.js (npm/npx) and is available as an npm package. No other dependencies are listed.
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
ICSS
chokcoco不止于 CSS

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论