Claude Code plugin marketplace + MCP server for Better Fetch — fetch any URL through a real browser.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-plugins": {
"command": "npx",
"args": [
"-y",
"better-fetch/claude-plugins"
]
}
}
}
Run in terminal:
claude mcp add claude-plugins npx -y better-fetch/claude-plugins
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-plugins": {
"command": "npx",
"args": [
"-y",
"better-fetch/claude-plugins"
]
}
}
}