Claude Desktop MCP Config Generator
Generate a claude_desktop_config.json planning template for local MCP servers without installing anything, connecting accounts, or pasting real secrets.
Generate a browser-only claude_desktop_config.json MCP template for local servers, args, and env variable names. No login, upload, or real secrets. Everything runs locally in the browser: no AI API, no login, no database, and no uploaded config.
Generate your template
Browser-only inputs. Use environment variable names, not real secrets.
Generated output
Review before production. This is a planning template.
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/project"
],
"env": {
"EXAMPLE_TOKEN": "${EXAMPLE_TOKEN}"
}
}
}
}Related tools and guides
How to Create claude_desktop_config.json
Follow the setup guide before copying a Claude Desktop MCP config.
Claude Desktop MCP Config Examples
Compare safe filesystem, GitHub, search, and multi-server config examples before copying JSON.
Cursor MCP Config Generator
Draft a Cursor MCP setup for coding-agent workflows.
MCP Server Config Generator
Create a generic mcpServers JSON skeleton.
MCP Env Template Generator
Create a safe .env.example template for secret names.
MCP Security Checklist Generator
Review permissions before enabling a server.
Best MCP Servers for Claude
Pick useful MCP servers before generating a config.
Generate browser-only MCP planning templates
Use environment variable names instead of real secrets
Copy JSON, env, notes, or Markdown outputs for review
FAQ
What does the Claude Desktop MCP Config Generator create?
It creates a planning template for the mcpServers block in claude_desktop_config.json using a server name, command, args, and environment variable names.
Does this tool edit my Claude Desktop config file?
No. It only generates text in your browser. You must review and copy the template into your local Claude Desktop configuration yourself.
Should I paste real API keys into this generator?
No. Enter environment variable names such as GITHUB_TOKEN only. Keep real values in local secret storage or environment files.
Can it generate filesystem and GitHub MCP examples?
Yes. Use the server type selector to generate common filesystem, GitHub, browser, database, docs, or custom server templates.
Is the generated config official?
No. It is a starting template. Review the server documentation and Claude Desktop docs before using it in production.
Plan your MCP setup safely
This tool generates planning templates only. Review official server documentation before using any config.
Browse all tools