Back to Browse

All MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

A Model Context Protocol server to run other MCP servers

About

A Model Context Protocol server to run other MCP servers

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (4 strong, 8 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

12 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

TRANSPORTOptional

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@antonytm/mcp-all"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Be the first to review this server!