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ファイルを指定された数のオブジェクトに分割する
! ファイルへのパスを指定する必要があります
プロンプトの例:
Copy
merge
JSONファイルを1つの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