mcp metacritic for Windsurf
io.github.smeet666/mcp-metacritic
Search Metacritic films, shows and games, read scores and critic reviews. No API key.
client:Windsurf
transport:stdio
runtime:npm
Install mcp metacritic in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-metacritic": {
"command": "npx",
"args": [
"-y",
"mcp-metacritic"
],
"env": {
"MC_USER_AGENT": "<MC_USER_AGENT>",
"MC_MIN_INTERVAL_MS": "<MC_MIN_INTERVAL_MS>",
"MC_LOG_LEVEL": "<MC_LOG_LEVEL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs