MCP config tool
Generate a starter `claude_desktop_config.json`, check the required files or environment variables, and copy a safer first-test prompt before connecting a server.
{
"mcpServers": {
"my-first-mcp": {
"command": "uvx",
"args": [
"mcp-shell-server"
],
"env": {
"ALLOW_COMMANDS": "pwd,ls,cat"
}
}
}
}Keep the command allowlist short. Do not add write, network, or package-manager commands during the first test.