PluginBench
MCP Server

MCP Finder MCP Server

io.github.c5huracan/mcp-finder

What is the MCP Finder MCP server?

Find the right MCP server for your task. 4,500+ servers ranked by community trust.

How to install MCP Finder

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-finder": {
      "url": "https://api.rhdxm.com/mcp/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-finder": {
      "serverUrl": "https://api.rhdxm.com/mcp/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-finder": {
      "type": "http",
      "url": "https://api.rhdxm.com/mcp/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "mcp-finder": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.rhdxm.com/mcp/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http mcp-finder https://api.rhdxm.com/mcp/

Related MCP servers

Discover 6,700+ MCP servers and 15,000+ OpenClaw skills. Agent-native search with outcome ranking.

4
Python
View repository →