mcp-config-generator

0xelitesystem/mcp-config-generator
★ 0 stars HTML AI/LLM Updated today
Build and validate MCP (Model Context Protocol) server configuration JSON in your browser. MCP is an open protocol for connecting tools and data sources to LLM clients; clients read a JSON config listing the servers to connect to. Getting that JSO...
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-config-generator": {
      "command": "npx",
      "args": [
        "-y",
        "0xelitesystem/mcp-config-generator"
      ]
    }
  }
}

Topics

configgeneratormcp