Config Generator 2.0
Create a valid, robust claude_desktop_config.json with pre-configured Model Context Protocol (MCP) servers.
Windows tip: Use double backslash like
C:\\Users\\name\\Projects{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/username/Projects"
],
"env": {
"PATH": "/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH"
}
}
}
}Security Notice: All values are compiled strictly client-side. We do not store, log, or transmit your API keys or directory paths. Close the tab to discard.