mcpbeat Sign in

Config MCP Server

local only

Config runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 21 Mar 2026.

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

Installs per day peak 12 · avg 6 · +42% w/w
a month agotoday
34
Installs / week
npm · @rog0x/mcp-config-tools
0
Stars
0 open issues
21 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Config every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 config -- npx -y @rog0x/mcp-config-tools
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "config": {
      "args": [
        "-y",
        "@rog0x/mcp-config-tools"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.config]
command = "npx"
args = ["-y", "@rog0x/mcp-config-tools"]
.cursor/mcp.json
{
  "mcpServers": {
    "config": {
      "args": [
        "-y",
        "@rog0x/mcp-config-tools"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "config": {
      "args": [
        "-y",
        "@rog0x/mcp-config-tools"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Config

same job, measured the same way
Confdiff MCP
by esperanza-volkov

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

34 installs/wk local only
JSON
by rog0x

JSON/YAML/CSV validate, diff, transform for AI agents

28 installs/wk local only
TOML YAML JSON MCP
by mukundakatta

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

25 installs/wk local only
Vidlens MCP
by rajanrengasamy

YouTube intelligence layer for AI agents. 41 tools, 10 modules, zero config.

local only
Evmscope
by calintzy

EVM blockchain intelligence toolkit for AI agents. 20 tools across 5 chains. Zero config.

43 installs/wk local only
Bitcoin MCP
by bortlesboat

49 Bitcoin tools for AI agents: fees, mempool, blocks, mining, price. Zero config.

221 installs/wk local only
YAML AI MCP
by csoai-org

AI-powered yaml ai MCP server for agents. Supports validate yaml, convert yaml json, lint yaml. By

117 installs/wk local only
Topos
by krv-labs

Structural code-quality tools for AI coding agents.

439 installs/wk local only

Config — questions

Answers built from our own checks of this server.

Why is there no uptime for Config?
Config 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 @rog0x/mcp-config-tools was installed 34 times last week.
How do I connect Config?
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 @rog0x/mcp-config-tools straight from npm; nothing to host, nothing to sign up for.
How many people use Config?
The npm package @rog0x/mcp-config-tools was installed 34 times in the last week. Week over week that is +42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Config open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.