Most [MCP servers](https://github.com/modelcontextprotocol/servers) suggest using `npx -y` as the recommended way to install a server. This downloads and executes arbitrary scripts from the internet. …
{
"mcpServers": {
"consideredharmful": {
"command": "npx",
"args": [
"-y",
"@considered/harmful"
]
}
}
}