json-mcp-server

Integrations

  • Integrates with GitHub Copilot agent in VS Code to provide JSON manipulation capabilities through the Model Context Protocol.

JSON MCP

Ein Model Context Protocol (MCP)-Server ermöglicht LLMs die Interaktion mit JSON-Dateien (Teilen, Zusammenführen, Suchen bestimmter Daten innerhalb von Bedingungen).

Hauptmerkmale

  • Schnell und leicht
  • LLM-freundlich

Demo

Anwendungsfälle (verfügbare Tools)

split

Teilen Sie eine JSON-Datei in eine bestimmte Anzahl von Objekten auf

! Pfad zur Datei muss angegeben werden

Beispiel einer Eingabeaufforderung:

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

JSON-Dateien zu einer einzigen JSON-Datei zusammenführen

! Pfad zum Ordner muss angegeben werden

Beispiel einer Eingabeaufforderung:

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

Konfiguration

VS Code manual configuration

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

Installation in VS Code

Sie können den Playwright MCP-Server mithilfe der VS Code CLI installieren:

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

Nach der Installation steht der JSON-MCP-Server zur Verwendung mit Ihrem GitHub Copilot-Agent in VS Code zur Verfügung.

Claude Desktop

So installieren Sie json-mcp für Claude Desktop automatisch über Smithery :

Installationsserver

npx -y @smithery/cli install @VadimNastoyashchy/json-mcp --client claude
Global installieren
npm install -g json-mcp-server@latest
Nach globaler Installation ausführen
json-mcp-server
Verwenden von npx mit der neuesten Version (empfohlen)
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-server

  1. Hauptmerkmale
    1. Demo
      1. Anwendungsfälle (verfügbare Tools)
        1. split
        2. merge
      2. Konfiguration
        1. Installationsserver
          1. Global installieren
          2. Nach globaler Installation ausführen
          3. Verwenden von npx mit der neuesten Version (empfohlen)

        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