MCP config generator
MCP server configs are usually JSON. This tool takes a name, transport, and credentials and emits a copy-paste-ready block.
JSON will appear here.
FAQ
Where do I paste the output?
Most MCP clients accept it under mcpServers in their config (Claude Desktop, Cursor, Continue, Cline). Some merge into a top-level config file.
What's the difference between url and stdio?
url connects to a remote MCP server over HTTP. stdio runs a local binary and communicates over stdin/stdout. Use url for hosted servers.
Is the auth token sent securely?
Generation runs in your browser. The output is plain text — protect the file you save it to.
Can I use this for any MCP server?
Yes. The shape is from the open MCP spec, not Connect My Email–specific.