A modern web tool for safely adding MCP servers to your Claude Desktop configuration without breaking the JSON structure.
If you already use MCP Config Generator, the mcp config generator mcp server is the piece that lets your assistant work with it directly. A modern web tool for safely adding MCP servers to your Claude Desktop configuration without breaking the JSON structure.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Real — time Formatting** - Automatic JSON formatting and validationmacOS — ~/Library/Application Support/Claude/Windows — %APPDATA%/Claude/Linux — ~/.config/claude/index.html — Complete single-file applicationREADME.md — This documentationSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Config Generator's toolset — Real, macOS, Windows and 3 more — is a fair guide to whether it matches your workflow. It is maintained by maslybs; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP Config Generator's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Real | time Formatting** - Automatic JSON formatting and validation |
| macOS | ~/Library/Application Support/Claude/ |
| Windows | %APPDATA%/Claude/ |
| Linux | ~/.config/claude/ |
| index.html | Complete single-file application |
| README.md | This documentation |
{
"serverConfig": {
"command": "/bin/sh",
"args": ["-c"]
},
"mcpServers": {
"desktop-commander": {
"command": "npx",
"args": ["@wonderwhy-er/desktop-commander@latest"]
},
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.