mcp-marketplace

cline/mcp-marketplace
★ 757 stars Unknown language 💻 Code/Dev Tools Updated 1mo ago
This is the official repository for submitting MCP servers to be included in Cline's MCP Marketplace. If you’ve built an MCP server and want it to be discoverable and easily installable by millions of developers using Cline, submit your server here.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-marketplace": {
      "command": "npx",
      "args": [
        "-y",
        "cline/mcp-marketplace"
      ]
    }
  }
}