Integrations
Integrates with GitHub Copilot agent in VS Code to provide JSON manipulation capabilities through the Model Context Protocol.
JSON MCP
MCP(모델 컨텍스트 프로토콜) 서버를 사용하면 LLM이 JSON 파일과 상호 작용(분할, 병합, 조건 내에서 특정 데이터 찾기)할 수 있습니다.
주요 특징
- 빠르고 가볍습니다
- LLM 친화적
데모
사용 사례(사용 가능한 도구)
split
JSON 파일을 지정된 수의 객체로 분할
! 파일 경로를 제공해야 합니다.
프롬프트 예:
지엑스피1
merge
JSON 파일을 하나의 JSON 파일로 병합
! 폴더 경로를 제공해야 합니다.
프롬프트 예:
Copy
구성
VS Code manual configuration
Copy
Installation in VS Code
VS Code CLI를 사용하여 Playwright MCP 서버를 설치할 수 있습니다.
Copy
설치 후 JSON MCP 서버를 VS Code의 GitHub Copilot 에이전트와 함께 사용할 수 있습니다.
Claude Desktop
Smithery를 통해 Claude Desktop에 json-mcp를 자동으로 설치하려면:
설치 서버
Copy
전역적으로 설치
Copy
글로벌 설치 후 실행
Copy
최신 버전의 npx 사용(권장)
Copy
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-서버
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