Paste an mcpServers config and validate it: checks transport shape, catches common mistakes, and flags hard-coded secrets that belong in environment variables.
A small mistake in an MCP configuration is a common reason a server fails to connect. This validator takes your mcpServers JSON, parses it, and reports errors and warnings so you can fix problems before you hand the config to a client.
Paste your config into the box. The validator runs as you type and shows a list of errors in red and warnings in yellow, or a green looks-valid state. Everything runs in your browser, so your config is never uploaded.
A config committed with a real API key leaks that key to anyone who can read the repository. Keep secrets in environment variables and reference them from the config.
Learn how to write these configs in the first place with our MCP server guide and the MCP Server Config Generator.