MCPHubz MCP Server — Browse from inside your AI client

Install MCPHubz in
Claude Desktop or Cursor

One install. Search 1,000+ MCP servers, get install commands, and discover the right tools — without leaving your AI client.

1

Choose your client

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Paste into your config file
{
  "mcpServers": {
    "mcphubz": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcphubz.com/api/mcp"]
    }
  }
}

Make sure mcp-remote works with Claude Desktop v0.10+. Restart Claude after saving.

2

Restart your client and verify

After restarting, you should see mcphubz appear in your MCP tools list. In Claude Desktop, click the plug icon to confirm it's connected.

✓ mcphubz connected — 5 tools available
3

Start asking

Just ask in plain English. MCPHubz handles the search, scoring, and install commands.

Search MCPHubz for the best web scraping MCP server
Show me featured MCP servers from MCPHubz
Find a database MCP server and give me the Claude Desktop install config
What are the top 5 MCP servers for automation?
Get details on the Firecrawl MCP server from MCPHubz

Available Tools

search_servers
Find servers by keyword or category
get_server
Full details + Claude Desktop config
list_categories
Browse all categories with counts
get_featured
Staff picks — community validated
get_top_servers
Highest-scored servers in any category

Direct API Access

The MCP endpoint also accepts raw JSON-RPC 2.0 requests — useful for agent frameworks and automation.

curl example
curl -X POST https://mcphubz.com/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_servers","arguments":{"query":"web scraping"}}}'
View API info
Browse the Directory