json-mcp-server

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ファイルを指定された数のオブジェクトに分割する

! ファイルへのパスを指定する必要があります

プロンプトの例:

Split json file from /Users/json-mcp/tests/merged.json 5 objects per file
merge

JSONファイルを1つのJSONファイルに結合します

! フォルダへのパスを指定する必要があります

プロンプトの例:

Merge json files from /Users/json-mcp/tests

構成

VS Code manual configuration

// User Settings (JSON) "mcp": { "servers": { "json-mcp-server": { "command": "npx", "args": ["json-mcp-server@latest"] } } },

Installation in VS Code

VS Code CLI を使用して Playwright MCP サーバーをインストールできます。

# For VS Code code --add-mcp '{"name":"json-mcp-server","command":"npx","args": ["json-mcp-server@latest"]}'

インストール後、JSON MCP サーバーは VS Code 内の GitHub Copilot エージェントで使用できるようになります。

Claude Desktop

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@latest

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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-サーバー

  1. 主な特徴
    1. デモ
      1. ユースケース(利用可能なツール)
        1. split
        2. merge
      2. 構成
        1. インストールサーバー
          1. グローバルにインストール
          2. グローバルインストール後に実行
          3. 最新バージョンのnpxを使用する(推奨)

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A lightweight, stateless MCP server utilizing Puppeteer for web searches, returning structured JSON results, easily integratable with other MCP-enabled systems.
          Last updated -
          1
          1,261
          JavaScript
        • -
          security
          A
          license
          -
          quality
          A 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 -
          3
          JavaScript
          MIT License

        View all related MCP servers

        ID: v8cgbmpauc