MCP Hub
Back to servers

mcp-all

Validated

A meta-MCP server designed to search for and dynamically install other MCP servers from the official registry. It acts as a management layer that allows AI agents to expand their own capabilities by adding new tools to their configuration in real-time.

Stars
1
Tools
5
Updated
Sep 28, 2025
Validated
Jan 9, 2026
Validation Details

Duration: 7.2s

Server: Universal MCP Server v0.1.20

Quick Install

npx -y @antonytm/mcp-all

Swiss-knife MCP server

It allows searching(search tool) for the Model Context Protocol servers using MCP registry. Once your AI agent has found the MCP server that it needs, it can add it to the configuration using add_mcp_server tool. You will get new tools after restarting the MCP server.

Available tools

  • mcp_configuration - shows current MCP configuration
  • search - search for the MCP server using the index based on the MCP registry
  • add_mcp_server - adds configuration for the MCP server
  • remove_mcp_server - removes configuration for the MCP server
  • refresh_mcp_index - refreshes the MCP index
  • ... all other tools will be based on the added MCP servers

Configuration

Sample configuration:

{
    "mcpServers": {
        "Universal MCP Server": {
            "command": "npx",
            "args": ["-y", "@antonytm/mcp-all@latest"],
            "transport": "stdio",
            "environmentVariables": [
                {
                    "name": "TRANSPORT",
                    "value": "stdio"
                }
            ]
        }
    }
}

It supports stdio and streamable-http transports.

Release

Released as:

Reviews

No reviews yet

Sign in to write a review