Generate a Config in 30 Seconds
Use the config generator to produce JSON safely.
Why Use the Config Generator?
Manual JSON editing is error-prone. A missing comma or incorrect quote can break your entire MCP configuration. The Config Generator ensures valid JSON syntax and proper structure every time.
Locate the Generator
Navigate to any skill detail page (e.g., /skills/github-skill). Below the skill description, you'll find the 'Generate Your Config' section with input fields for all required environment variables.
Fill in Your Values
Enter your API keys, tokens, or configuration values in the form fields. Required fields are marked with an asterisk. The preview updates automatically as you type.
Copy and Paste
Click the 'Copy Config' button to copy the complete configuration to your clipboard. The JSON is formatted and ready to paste directly into your Claude Desktop config file.
Tips for Specific Skills
For database skills like PostgreSQL, use connection strings with proper encoding. For filesystem skills, specify absolute paths to directories you want to access. For API-based skills, ensure your tokens have the required scopes.