curatedmcp-catalog-mcp
About
Search the CuratedMCP catalog of risk-classified MCP servers and check verification status.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CURATEDMCP_APP_URLClaude Code
claude mcp add --env CURATEDMCP_APP_URL= curatedmcp-catalog-mcp -- npx @curatedmcp/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"curatedmcp-catalog-mcp","command":"npx","args":["@curatedmcp/mcp"],"env":{"CURATEDMCP_APP_URL":""}}'
JSON
{
"mcpServers": {
"curatedmcp-catalog-mcp": {
"command": "npx",
"args": [
"@curatedmcp/mcp"
],
"env": {
"CURATEDMCP_APP_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.