Visual MCP Server Config Builder & Validator

FmtDev Visual MCP Config Builder is a free, local-first tool that lets you visually build and validate Model Context Protocol (MCP) configuration payloads for Claude Desktop and Cursor. Everything is computed directly in your browser with zero data logging or server transmissions.

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "my-custom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_yourTokenHere"
      }
    }
  }
}