mcpmcp-server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcpmcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



