json-mcp-server
JSON MCP
Der Model Context Protocol (MCP) -Server ermöglicht LLMs die effiziente Interaktion mit JSON-Dateien. Mit JSON MCP können Sie bestimmte Daten teilen , zusammenführen und suchen sowie JSON-Dateien anhand definierter Bedingungen validieren .
🌟 Hauptfunktionen
✅ Schnell und leicht
✅ LLM-freundliche Funktionalität
Related MCP server: mcp-serverTest
🎥 Demo
Unten sehen Sie eine Demo, die die split -Funktionalität vorführt:

🔧 Anwendungsfälle (Tools)
1. split
Teilen Sie eine JSON-Datei in eine angegebene Anzahl von Objekten auf.
Hinweis: Der Dateipfad muss angegeben werden.
Beispiel für eine Eingabeaufforderung:
Split JSON file from /Users/json-mcp/tests/merged.json
5 objects per file2. merge
JSON-Dateien zu einer einzigen JSON-Datei zusammenführen
Hinweis: Der Ordnerpfad sollte angegeben werden
Beispiel für eine Eingabeaufforderung:
Merge json files from /Users/json-mcp/tests⚙️ Konfiguration
Manuelle VS Code-Konfiguration
Um den JSON-MCP-Server manuell in VS Code zu konfigurieren, aktualisieren Sie die Datei „Benutzereinstellungen“ (JSON) :
{
"mcp": {
"servers": {
"json-mcp-server": {
"command": "npx",
"args": ["json-mcp-server@latest"]
}
}
}
}Installation in VS Code
Sie können den JSON 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 :
npx -y @smithery/cli install @VadimNastoyashchy/json-mcp --client claude⚙️ Installationsserver
Global installieren
npm install -g json-mcp-server@latestNach globaler Installation ausführen
json-mcp-serverVerwenden von npx mit der neuesten Version (empfohlen)
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