json-mcp-server
JSON MCP
모델 컨텍스트 프로토콜(MCP) 서버는 LLM이 JSON 파일과 효율적으로 상호 작용할 수 있도록 지원합니다. JSON MCP를 사용하면 정의된 조건에 따라 JSON 파일 내에서 데이터를 분할 , 병합 및 검색하고, 유효성을 검사할 수 있습니다.
🌟 주요 특징
✅ 빠르고 가벼움
✅ LLM 친화적 기능
Related MCP server: mcp-serverTest
🎥 데모
아래는 split 기능을 보여주는 데모입니다.

🔧 사용 사례(도구)
1. split
JSON 파일을 지정된 수의 객체로 분할합니다.
참고: 파일 경로를 제공해야 합니다.
프롬프트 예:
지엑스피1
2. merge
JSON 파일을 하나의 JSON 파일로 병합
참고: 폴더 경로를 제공해야 합니다.
프롬프트 예:
Merge json files from /Users/json-mcp/tests⚙️ 구성
VS 코드 수동 구성
VS Code에서 JSON MCP 서버를 수동으로 구성하려면 사용자 설정(JSON) 파일을 업데이트하세요.
{
"mcp": {
"servers": {
"json-mcp-server": {
"command": "npx",
"args": ["json-mcp-server@latest"]
}
}
}
}VS Code에 설치
VS Code CLI를 사용하여 JSON MCP 서버를 설치할 수 있습니다.
# For VS Code
code --add-mcp '{"name":"json-mcp-server","command":"npx","args": ["json-mcp-server@latest"]}'설치 후 JSON MCP 서버를 VS Code의 GitHub Copilot 에이전트와 함께 사용할 수 있습니다.
클로드 데스크탑
Smithery를 통해 Claude Desktop에 json-mcp를 자동으로 설치하려면:
npx -y @smithery/cli install @VadimNastoyashchy/json-mcp --client claude⚙️ 설치 서버
전역적으로 설치
npm install -g json-mcp-server@latest글로벌 설치 후 실행
json-mcp-server최신 버전의 npx 사용(권장)
npx json-mcp-server@latestMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- MIT
- Alicense-qualityAmaintenanceMCP server for reading, querying, and filtering local JSON files with extended JSONPath syntax, supporting sorting, aggregations, and complex conditions.152MIT
Related MCP Connectors
JSON tools MCP.
MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VadimNastoyashchy/json-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server