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
Recommend MCP Servers 💡
jfx
An MCP server built with Quarkus and JavaFX, enabling LLMs to generate drawings using JavaFX primitives.
pushover-mcp
A Model Context Protocol implementation for sending notifications via Pushover.net
mcp-server-commands
Model Context Protocol server to run commands (tool: `runProcess`)
helebest/my-mcp-lab
A lab project for setting up an SSE-based Model Context Protocol (MCP) server.
mcp-server-calculator
A Model Context Protocol server for calculating.
mcp-server-port-cleaner
A Node.js server implementing the Model Context Protocol (MCP) for port cleanup operations, designed to resolve 'EADDRINUSE' errors in development environments by scanning and terminating processes occupying specified ports.