See what people built during the Apps HackathonExplore the gallery
Back to Catalog

mcpmcp-server

glenngillen/mcpmcp-server
🔗 Latest commit:c4b3dce
Unknown
AI Tools

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

GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:17
👥 Contributors:1
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
{
  "mcp-remote": {
    "command": "npx",
    "args": [
      "-y",
      "mcp-remote@latest",
      "https://mcpmcp.io/mcp"
    ]
  }
}
README.md

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