MCP Config Generator

by maslybs

Not rated
GitHub

About

A web tool for safely adding MCP servers to your Claude Desktop configuration.

Details

Author
maslybs
Categories
Developer Tools, Automation

Found a new server configuration online:

"github": { "type": "http", "url": "https://api.githubcopilot.com/mcp/", "headers": { "Authorization": "Bearer ${input:github_mcp_pat}" } }
{ "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"] }, "github": { "type": "http", "url": "https://api.githubcopilot.com/mcp/", "headers": { "Authorization": "Bearer ${input:github_mcp_pat}" } } } }

- Use the tool to generate your configuration
- Copy or download the final configuration
- Save asclaude_desktop_config.jsonin your Claude config folder:

- macOS:~/Library/Application Support/Claude/
- Windows:%APPDATA%/Claude/
- Linux:~/.config/claude/

{ "command": "npx", "args": ["@modelcontextprotocol/server-github"] }
{ "type": "http", "url": "https://api.example.com/mcp/", "headers": { "Authorization": "Bearer ${input:api_key}" } }

Any valid MCP server configuration is supported. The tool preserves all properties and structures.

The project uses pure HTML, CSS, and JavaScript with no dependencies or build process.

# Clone the repository git clone https://github.com/maslybs/mcp-config-generator.git # Open in browser open index.html

- index.html- Complete single-file application
- README.md- This documentation

Visitmcp-conf-gen.pages.devto use the tool online.

Contributions are welcome! Please feel free to submit a Pull Request.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work with precise data instead of guesswork. This reduces code errors and accelerates Bitrix24 integration development.

Connect bugAgent to any MCP-compatible AI client. File, classify, and manage bugs, feature requests, and more directly from your AI coding assistant. No context switching, no copy-paste — just describe the issue and bugAgent handles the rest.

What Shopify did for ecommerce, Chipp does for AI agents. Build, deploy, and monetize AI agents for your business — no engineering team required.

CodeVF MCP lets AI hand off problems to real engineers instantly, so your workflows don’t stall when models hit their limits.

his repository contains a fully functional MCP (Model Context Protocol) server, providing solutions for Constraint Satisfaction Problems (CSP) and Linear Programming (LP). It is based on the gurddy package and supports solving a variety of classic problems.

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

One remote MCP server for 500+ production APIs — Stripe, HubSpot, Postgres, Gmail, and more. OAuth and API key auth, credential management, and a CLI.

Agents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.

Single tool to control all 100+ API integrations, and UI components

A modern web tool for safely adding MCP servers to your Claude Desktop configuration without breaking the JSON structure.

- Safe Configuration Management- Load your existing config and safely add new servers
- JSON Validation- Prevents breaking your configuration with automatic validation
- Multiple Server Types- Supports command-based, HTTP, and custom server configurations
- Visual Server List- See all your current servers with easy removal options
- Copy & Download- Easy export of your final configuration
- Real-time Formatting- Automatic JSON formatting and validation
- Responsive Design- Works on desktop and mobile devices

When you find a new MCP server configuration online and want to add it to your existing Claude Desktop config, manually editing the JSON can be risky - one syntax error breaks the entire configuration. This tool eliminates that risk by:

- Validating your existing configuration first
- Safely merging new server configurations
- Ensuring the final output is valid JSON
- Providing visual feedback throughout the process

- Open the tool in your browser:mcp-conf-gen.pages.dev
- Paste your existingclaude_desktop_config.jsoncontent into the first text area
- Click "Validate Config" to ensure it's properly formatted
- Or use "Load Example" to start with a sample configuration

- Find a server configuration on a website (GitHub, documentation, blog posts, etc.)
- Copy the JSON block for the server (just the server part, not the whole config)
- Enter a unique server name in the "Server name" field
- Paste the JSON configuration in the "Server JSON configuration" field
- Click "Add Server" - the tool validates and adds it safely

- View all current servers in the "Current Servers" section
- See command details and configuration for each server
- Remove unwanted servers with the delete button
- Server details are truncated for readability but show full info on hover

- View the complete configuration in the "Final Configuration" section
- Copy to clipboard with the "Copy" button
- Download as a file with the "Download" button
- Use "Format" to clean up the JSON formatting

{ "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"] } } }

Found a new server configuration online:

"github": { "type": "http", "url": "https://api.githubcopilot.com/mcp/", "headers": { "Authorization": "Bearer ${input:github_mcp_pat}" } }
{ "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"] }, "github": { "type": "http", "url": "https://api.githubcopilot.com/mcp/", "headers": { "Authorization": "Bearer ${input:github_mcp_pat}" } } } }

- Use the tool to generate your configuration
- Copy or download the final configuration
- Save asclaude_desktop_config.jsonin your Claude config folder:

- macOS:~/Library/Application Support/Claude/
- Windows:%APPDATA%/Claude/
- Linux:~/.config/claude/

{ "command": "npx", "args": ["@modelcontextprotocol/server-github"] }
{ "type": "http", "url": "https://api.example.com/mcp/", "headers": { "Authorization": "Bearer ${input:api_key}" } }

Any valid MCP server configuration is supported. The tool preserves all properties and structures.

The project uses pure HTML, CSS, and JavaScript with no dependencies or build process.

# Clone the repository git clone https://github.com/maslybs/mcp-config-generator.git # Open in browser open index.html

- index.html- Complete single-file application
- README.md- This documentation

Visitmcp-conf-gen.pages.devto use the tool online.

Contributions are welcome! Please feel free to submit a Pull Request.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work with precise data instead of guesswork. This reduces code errors and accelerates Bitrix24 integration development.

Connect bugAgent to any MCP-compatible AI client. File, classify, and manage bugs, feature requests, and more directly from your AI coding assistant. No context switching, no copy-paste — just describe the issue and bugAgent handles the rest.

What Shopify did for ecommerce, Chipp does for AI agents. Build, deploy, and monetize AI agents for your business — no engineering team required.

CodeVF MCP lets AI hand off problems to real engineers instantly, so your workflows don’t stall when models hit their limits.

his repository contains a fully functional MCP (Model Context Protocol) server, providing solutions for Constraint Satisfaction Problems (CSP) and Linear Programming (LP). It is based on the gurddy package and supports solving a variety of classic problems.

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

One remote MCP server for 500+ production APIs — Stripe, HubSpot, Postgres, Gmail, and more. OAuth and API key auth, credential management, and a CLI.

Agents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.

Single tool to control all 100+ API integrations, and UI components

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.