Json5
БесплатноНе проверенMCP server: parse and stringify JSON5 — relaxed JSON with comments and trailing commas.
Описание
MCP server: parse and stringify JSON5 — relaxed JSON with comments and trailing commas.
README
MCP server: parse and stringify JSON5. Use this when you've got a config file with comments, trailing commas, or unquoted keys that plain JSON would choke on.
Tools
parse
{ "text": "{ /* settings */ retries: 3, hosts: ['a', 'b'], }" }
→ { "value": { "retries": 3, "hosts": ["a", "b"] } }
Accepts the full JSON5 grammar: block + line comments, unquoted keys,
single-quoted strings, trailing commas, hex numbers, leading/trailing
decimal points, +Infinity, NaN.
stringify
{ "value": { "a": 1, "b": [2, 3] }, "indent": 2 }
→ JSON5 output (still valid JSON when indent=0).
Configure
{ "mcpServers": { "json5": { "command": "npx", "args": ["-y", "@mukundakatta/json5-mcp"] } } }
License
MIT.
Установка Json5
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/MukundaKatta/json5-mcpFAQ
Json5 MCP бесплатный?
Да, Json5 MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Json5?
Нет, Json5 работает без API-ключей и переменных окружения.
Json5 — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Json5 в Claude Desktop, Claude Code или Cursor?
Открой Json5 на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Json5 with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
