mcpMarketplace

17arhaan/mcpMarketplace
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
A registry for Model Context Protocol tools. Publish, discover, and install MCP servers with a single command.
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": {
    "mcpmarketplace": {
      "command": "npx",
      "args": [
        "-y",
        "17arhaan/mcpMarketplace"
      ]
    }
  }
}