Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@InfiniteMCPFind an MCP server that can search the web for me"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
InfiniteMCP
A meta-MCP server that gives Claude access to the entire ecosystem of MCP servers through semantic search and dynamic tool discovery.
What is InfiniteMCP?
InfiniteMCP is a Model Context Protocol (MCP) server that acts as a universal gateway to thousands of other MCP servers. Instead of manually configuring each MCP server you want to use, InfiniteMCP lets Claude discover, understand, and use any MCP server on demand through natural language queries.
Think of it as an "MCP server of MCP servers" - a single connection that unlocks the entire MCP ecosystem.
How It Works
The Three Core Functions
InfiniteMCP exposes three powerful tools to Claude:
search_mcp- Semantic search across all known MCP serversInput: "web search" Output: [brave-search-mcp, tavily-mcp, serper-mcp, ...]get_functions- Discover what an MCP server can doInput: mcp_id (e.g., "brave-search-mcp") Output: [brave_web_search, brave_local_search, ...]run_function- Execute a function from any MCP serverInput: mcp_id, function_name, arguments, credentials Output: Function result
Features
🔍 Semantic Search - Find MCP servers using natural language, powered by state-of-the-art embedding models
🚀 Dynamic Loading - MCP servers are loaded on-demand, no pre-configuration needed
🔐 Smart Credential Management - Securely handles API keys and credentials, with user prompts for missing values
🧩 Tool Discovery - Automatically discovers all available functions from any MCP server
📚 Comprehensive Index - Pre-indexed with 1000+ MCP servers from the ecosystem
⚡ Efficient - Caches connections and metadata for fast repeated access
Installation
Prerequisites
Python 3.11+
CUDA-capable GPU (recommended for embedding search)
Node.js 18+ (for running discovered MCP servers)
Setup
Usage
With Claude Desktop
Add to your claude_desktop_config.json:
Example Interactions
Discovering servers:
Using a server:
Handling credentials: