About
Overview
The JSON Formatter MCP Server provides JSON processing tools for AI agents. It supports formatting, validation, JSONPath queries, and transformations between JSON and other formats.
Capabilities
Tools & Capabilities
⚡format
Format JSON with indentation
⚡validate
Validate JSON syntax
⚡query
Query JSON with JSONPath
⚡convert
Convert JSON to/from YAML, CSV
Setup
Installation
bash
Install
npx -y mcp-server-json-formatterExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"json-formatter": {
"command": "npx",
"args": ["-y", "mcp-server-json-formatter"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 25
Last UpdatedFeb 12, 2026