# glenngillen/mcpmcp-server [Health: Active]

**Category:** 🔗 Aggregators  
**Repository:** https://github.com/glenngillen/mcpmcp-server  
**GitHub Stars:** 37  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/glenngillen-mcpmcp-server

## Description
A list of MCP servers so you can ask your client which servers you can use to improve your daily workflow.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "mcpmcp-server": {
    "command": "npx",
    "args": ["-y","mcp-remote@latest","https://mcpmcp.io/mcp"]
  }
}
```

## Documentation

## What glenngillen/mcpmcp-server MCP server does

The glenngillen/mcpmcp-server MCP server exposes a catalog of MCP servers through the Model Context Protocol. Its purpose is discovery: an MCP client can ask what servers are available and identify options that may improve a particular daily workflow. The project is not described as an implementation of the listed servers themselves; it acts as a directory and integration point for finding them.

This is useful when a developer or agent knows the type of task they want to automate but does not yet know which MCP server provides the relevant capability. The available material describes discovery, setup, and integration with MCP clients, but does not provide a complete inventory of catalog entries or describe additional server-specific tools.

## How it works

The service is available at `https://mcpmcp.io/mcp`. An MCP client is configured to connect to that endpoint through `mcp-remote`, allowing the client to communicate with the hosted MCP service. Once configured, the client can query the catalog and use the returned information to decide which other MCP servers may be appropriate.

The repository's example targets Claude Desktop on macOS. The documented configuration registers the service under the name `mcpmcp` and uses `npx` to run `mcp-remote@latest` with the hosted endpoint as its destination.

## Setup and configuration

Add an `mcpmcp` entry to the MCP client's server configuration. The documented connection uses the following values:

- Command: `npx`
- Arguments: `-y mcp-remote@latest https://mcpmcp.io/mcp`
- Client server name: `mcpmcp`

The README specifically confirms this configuration for Claude Desktop on macOS. Installation variations for other applications or operating systems are directed to the project homepage. No API key, token, or other credential is shown in the supplied setup instructions.

## Tools and capabilities

The supported capability is MCP server discovery. In practical terms, an agent can use the catalog to identify servers that could extend a client's workflow and then use the associated setup information to connect those servers. The supplied material does not enumerate individual MCP tool names, search parameters, filters, or mutation operations, so those details should not be assumed.

## Limitations and notes

The documentation confirms one configuration rather than universal compatibility. Claude Desktop on macOS is the only client and platform explicitly stated to work with the example. Other clients or platforms may require different configuration syntax, with the homepage presented as the source for those variations.

The glenngillen/mcpmcp-server MCP server is therefore best treated as a discovery catalog, not as a substitute for the MCP servers it lists. The provided material does not specify catalog freshness, authentication controls, server quality criteria, or the behavior of any third-party server returned through the directory.

_Full upstream README: https://allmcps.com/mcp/glenngillen-mcpmcp-server/readme_

