bestjsonformatter for Cursor
io.github.skrcode/bestjsonformatter
Private, lossless JSON tools for formatting, validation, repair, analysis, querying, and schemas.
client:Cursor
transport:stdio
runtime:npm
Install bestjsonformatter in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bestjsonformatter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bestjsonformatter"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs