Generate paste-ready MCP server configuration for Claude Code, Claude Desktop, VS Code, Cursor, and Codex CLI. Supports stdio and remote HTTP transports.
The Model Context Protocol (MCP) lets an AI client connect to external tools and data through a small JSON or TOML configuration block. Each client reads that block slightly differently, which is where mistakes happen. This generator turns one server definition into a correct, paste-ready config for every major client at once.
The generator asks which transport you want and shows only the fields that apply.
Never paste a real API key into a config you commit to source control. Use an environment variable reference instead, and keep the secret in your shell or a secrets manager.
Learn the concepts in our guides on what an MCP server is and the Model Context Protocol, and check any pasted config with the MCP Config Validator.