mcpmcp-server

by glenngillen

33 stars
141 downloads
Not rated
GitHub

About

Discover, setup, and integrate MCP servers with your favorite clients. Unlock the full potential of AI in your daily workflow.

Details

Author
glenngillen
GitHub stars
33
Downloads
141
Categories
Other

- Discover MCP servers
- Setup MCP servers
- Integrate MCP servers with clients

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcpmcp-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the following configuration to your MCP client: { "mcpServers": { "mcpmcp": { "command": "npx", "args": ["-y", "mcp-remote@latest", "https://mcpmcp.io/mcp"] } } }. This configuration works for Claude Desktop on macOS. For other apps or platforms, check the homepage.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

mcpmcp-server

Discover, setup, and integrate MCP servers with your favorite clients. Unlock the full potential of AI in your daily workflow.

Installation/usage:

Update the configuration of your MCP client to the following:

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

(note: this config definitely works for Claude Desktop on macOS. If you need variations for other apps or platforms check the homepage

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.