json-mcp-server
JSON MCP
モデルコンテキストプロトコル(MCP)サーバーは、 LLMがJSONファイルを効率的に操作できるようにします。JSON MCPを使用すると、JSONファイル内の特定のデータを 分割、結合、検索したり、定義された条件に基づいて検証したりできます。
🌟 主な機能
✅高速かつ軽量
✅ LLMに適した機能
Related MCP server: mcp-serverTest
🎥 デモ
以下はsplit機能を紹介するデモです。

🔧 ユースケース(ツール)
1. split
JSON ファイルを指定された数のオブジェクトに分割します。
**注:**ファイル パスを指定する必要があります。
プロンプトの例:
Split JSON file from /Users/json-mcp/tests/merged.json
5 objects per file2. merge
JSONファイルを1つのJSONファイルに結合します
**注:**フォルダパスを指定する必要があります
プロンプトの例:
Merge json files from /Users/json-mcp/tests⚙️ 構成
VS Code の手動設定
VS Code で JSON MCP サーバーを手動で構成するには、**ユーザー設定 (JSON)**ファイルを更新します。
{
"mcp": {
"servers": {
"json-mcp-server": {
"command": "npx",
"args": ["json-mcp-server@latest"]
}
}
}
}VS Codeでのインストール
VS Code CLI を使用して JSON MCP サーバーをインストールできます。
# For VS Code
code --add-mcp '{"name":"json-mcp-server","command":"npx","args": ["json-mcp-server@latest"]}'インストール後、JSON MCP サーバーは VS Code 内の GitHub Copilot エージェントで使用できるようになります。
クロードデスクトップ
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@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