json-mcp-server

Integrations

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

JSON 多协议

模型上下文协议 (MCP) 服务器使 LLM 能够与 JSON 文件交互(拆分、合并、在条件内查找特定数据)

主要特点

  • 快速且轻量
  • 法学硕士友好

演示

用例(可用工具)

split

将 JSON 文件拆分为指定数量的对象

! 应提供文件路径

提示示例:

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

将 JSON 文件合并为一个 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