An MCP (Model Context Protocol) server for AI models that allows executing jq expressions against JSON files
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jq-mcp-server": {
"command": "npx",
"args": [
"-y",
"PedroUrday/jq-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add jq-mcp-server npx -y PedroUrday/jq-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"jq-mcp-server": {
"command": "npx",
"args": [
"-y",
"PedroUrday/jq-mcp-server"
]
}
}
}