loading…
Search for a command to run...
loading…
Json AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Json AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
JSON AI MCP Server — JSON manipulation and validation tools.
JSON AI MCP Server — JSON manipulation and validation tools.
| Tool | Description |
|---|---|
validate_json |
Validate JSON and report structure details. |
transform_json |
Transform JSON. Operations: sort_keys, minify, prettify, remove_nulls, add_field |
diff_json |
Compare two JSON objects and find differences. |
flatten_json |
Flatten nested JSON to single-level with dot-notation keys. |
pip install meok-json-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"json-ai": {
"command": "python",
"args": ["-m", "meok_json_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"json-ai-mcp": {
"command": "npx",
"args": []
}
}
}