mcpbeat Sign in

TOML YAML JSON MCP Server

local only

TOML YAML JSON MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 13 installs a week from npm. Last commit 13 Jun 2026.

Parse, format, and convert configs across TOML, YAML, and JSON.

Installs per day peak 11 · avg 4 · -15% w/w
a month agotoday
13
Installs / week
npm · @mukundakatta/toml-yaml-json-mcp
0
Stars
0 open issues
13 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/index.js:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add toml-yaml-json-mcp -- npx -y @mukundakatta/toml-yaml-json-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "toml-yaml-json-mcp": {
      "args": [
        "-y",
        "@mukundakatta/toml-yaml-json-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.toml-yaml-json-mcp]
command = "npx"
args = ["-y", "@mukundakatta/toml-yaml-json-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "toml-yaml-json-mcp": {
      "args": [
        "-y",
        "@mukundakatta/toml-yaml-json-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "toml-yaml-json-mcp": {
      "args": [
        "-y",
        "@mukundakatta/toml-yaml-json-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to TOML YAML JSON MCP

same job, measured the same way
Config
by rog0x

JSON, YAML, TOML, INI config tools for AI agents

33 installs/wk local only
Convertapi
by mcparmory

Convert files across 500+ formats: documents, PDFs, and images

240 installs/wk local only
I
MCP Data Converter
by igormilovanovic

Convert between 200+ format pairs: JSON, CSV, XML, YAML, PDF, Excel, DOCX and more.

answering
Mif Tools
by varun29ankus

Convert, validate, and inspect AI agent memories across formats

63 installs/wk local only
Confdiff MCP
by esperanza-volkov

Semantic, format-aware diff of config files (JSON/YAML/TOML/INI/.env/XML/CSV) for AI agents

189 installs/wk local only
JSON Forge MCP
by ryudi84

JSON processing — format, validate, diff, convert, minify, query, analyze

38 installs/wk local only
Ticket Discovery
by wmarceau

Search and compare concert ticket prices across platforms

46 installs/wk local only
Project Management Data Tools
by antnewman

Parse and convert project data from 8 formats (MSPDI, P6 XER, NISTA, Jira, Monday, etc.)

local only

TOML YAML JSON MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for TOML YAML JSON MCP?
TOML YAML JSON MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mukundakatta/toml-yaml-json-mcp was installed 13 times last week.
How do I connect TOML YAML JSON MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mukundakatta/toml-yaml-json-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use TOML YAML JSON MCP?
The npm package @mukundakatta/toml-yaml-json-mcp was installed 13 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TOML YAML JSON MCP open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.