├── .github └── ISSUE_TEMPLATE │ ├── config.yml │ └── mcp-server-submission.yml ├── LICENSE ├── README.md └── README.zh-tw.md /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: Get Help on Discord 4 | url: https://discord.gg/cline 5 | about: Have questions? Need help? Join our Discord community! 6 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/mcp-server-submission.yml: -------------------------------------------------------------------------------- 1 | name: MCP Server Submission 2 | description: Submit your MCP server to be listed in the Cline Marketplace 3 | title: '[Server Submission]: ' 4 | labels: ['server-submission'] 5 | body: 6 | - type: markdown 7 | attributes: 8 | value: | 9 | Thanks for submitting your MCP server to the Marketplace! Please fill out the information below. 10 | 11 | - type: input 12 | id: repo-url 13 | attributes: 14 | label: GitHub Repository URL 15 | description: Direct link to your MCP server's repository 16 | placeholder: https://github.com/username/repo 17 | validations: 18 | required: true 19 | 20 | - type: textarea 21 | id: logo 22 | attributes: 23 | label: Logo Image 24 | description: Please upload or provide a link to a 400×400 PNG that will serve as your server's icon. You can drag and drop an image here. 25 | placeholder: Drag and drop your 400×400 PNG here, or provide a URL like https://example.com/path/to/logo.png 26 | validations: 27 | required: true 28 | 29 | - type: checkboxes 30 | id: testing 31 | attributes: 32 | label: Installation Testing 33 | description: Please confirm you've tested the installation process 34 | options: 35 | - label: I have tested that Cline can successfully set up this server using only the README.md and/or llms-install.md file 36 | required: true 37 | - label: The server is stable and ready for public use 38 | required: true 39 | 40 | - type: textarea 41 | id: additional-info 42 | attributes: 43 | label: Additional Information 44 | description: Any other details you'd like to share about your submission 45 | placeholder: Special setup requirements, dependencies, etc. 46 | validations: 47 | required: false 48 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2025 Cline 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MCP Marketplace 2 | 3 | Welcome to Cline's **MCP Marketplace** repository! Submit your MCP servers for others to easily discover and one-click install with Cline. 4 | 5 | ## Table of Contents 6 | 7 | 1. [What is MCP?](#what-is-mcp) 8 | 2. [What is the MCP Marketplace?](#what-is-the-mcp-marketplace) 9 | 3. [How to Submit your MCP Server](#how-to-submit-your-mcp-server) 10 | 4. [Making Your MCP Server One-Click Installable](#making-your-mcp-server-one-click-installable) 11 | 5. [FAQ](#faq) 12 | 6. [Get Help](#get-help) 13 | 14 | ## What is MCP? 15 | 16 | **[MCP](https://github.com/modelcontextprotocol) (Model Context Protocol)** is an open protocol introduced by Anthropic that standardizes how large language models communicate with external tools or resources. MCP servers allow AI agents like Cline to access additional capabilities e.g., web search, file operations, API integrations, database access, and more. 17 | 18 | ## What is the MCP Marketplace? 19 | 20 | The MCP Marketplace is a curated collection of MCP servers that makes discovery and installation easy. With the marketplace, you can: 21 | 22 | 1. Browse official and community-made MCP servers 23 | 2. Search by name, category, tags, and other metadata 24 | 3. Install MCP servers with one click, triggering Cline to autonomously handle cloning, setup, and configuration. 25 | 26 | ## How to Submit your MCP Server 27 | 28 | 1. Create a [new issue](https://github.com/cline/mcp-marketplace/issues/new?template=mcp-server-submission.yml) in this `mcp-marketplace` repository 29 | 2. **Include the Following Info** in the Issue: 30 | - **GitHub Repo URL:** A direct link to the MCP server’s repository (nested links are also okay like in this [example](https://github.com/modelcontextprotocol/servers/tree/main/src/github)) 31 | - **Logo Image:** A 400×400 PNG that will serve as your server’s icon. 32 | - **Reason for Addition:** Briefly explain why your server is awesome and/or how it can benefit other Cline users. 33 | 3. Confirm that you have tested giving Cline just your `README.md` and/or the `llms-install.md` and watched him successfully setup the server. This will help prevent rejection in case we have trouble setting up your server using Cline. 34 | 35 | That’s it! Our team will review your submission. Once approved, we’ll add your MCP server to the official Marketplace listings, and it will become discoverable by Cline users. 36 | 37 | ## Making Your MCP Server One-Click Installable 38 | 39 | When Cline attempts to install your MCP server, he will try to use your `README.md` to guide him through the setup process. While most MCP servers include sufficient instructions in their README, you can include a `llms-install.md` file in your repository to provide additional guidance to agents like Cline. This can be particularly useful for complex setups requiring specific environment configurations or API keys. 40 | 41 | ## FAQ 42 | 43 | 1. **Do I have to create a `llms-install.md` file?** 44 | No. A well-written README with clear installation instructions is usually sufficient. Cline is quite good at understanding standard README files. The `llms-install.md` file is optional to help with complex setups or when you want to provide additional guidance. 45 | 2. **Can I submit new MCP servers without many stars?** 46 | Absolutely! However, we do have a vetting process to ensure the security and stability of the MCP ecosystem. 47 | 3. **How long does the approval process take?** 48 | Our team aims to review submissions within a couple of days. If your submission is approved, it will be live in the marketplace shortly thereafter. 49 | 50 | ## Get Help 51 | 52 | Join our [Discord](https://discord.gg/cline) and post in the `#mcp` channel if you have any questions or need help! 53 | 54 | ## License 55 | 56 | This repository is distributed under the [MIT License](LICENSE). Please note that individual MCP server submissions may use different licenses, so review the original repo’s license for details. 57 | -------------------------------------------------------------------------------- /README.zh-tw.md: -------------------------------------------------------------------------------- 1 | # MCP 市集 2 | 3 | 歡迎來到 Cline 的 **MCP 市集** 資料庫!提交您的 MCP 伺服器,讓其他人能夠輕鬆發現並一鍵安裝。 4 | 5 | ## 目錄 6 | 7 | - [MCP 市集](#mcp-市集) 8 | - [目錄](#目錄) 9 | - [什麼是 MCP?](#什麼是-mcp) 10 | - [什麼是 MCP 市集?](#什麼是-mcp-市集) 11 | - [如何提交您的 MCP 伺服器](#如何提交您的-mcp-伺服器) 12 | - [使您的 MCP 伺服器一鍵安裝](#使您的-mcp-伺服器一鍵安裝) 13 | - [常見問題](#常見問題) 14 | - [尋求幫助](#尋求幫助) 15 | - [授權](#授權) 16 | 17 | ## 什麼是 MCP? 18 | 19 | **[MCP](https://github.com/modelcontextprotocol) (模型上下文協議)** 是由 Anthropic 引入的開放協議,標準化了大型語言模型與外部工具或資源的通信方式。MCP 伺服器允許像 Cline 這樣的 AI 代理訪問額外的功能,例如網頁搜索、文件操作、API 集成、數據庫訪問等。 20 | 21 | ## 什麼是 MCP 市集? 22 | 23 | MCP 市集是一個精選的 MCP 伺服器集合,使發現和安裝變得簡單。通過市集,您可以: 24 | ` 25 | 26 | 1. 瀏覽官方和社區製作的 MCP 伺服器 27 | 2. 根據名稱、類別、標籤和其他元數據進行搜索 28 | 3. 一鍵安裝 MCP 伺服器,觸發 Cline 自主處理克隆、設置和配置。 29 | 30 | ## 如何提交您的 MCP 伺服器 31 | 32 | 1. 在此 `mcp-marketplace` 資料庫中創建一個[新問題](https://github.com/cline/mcp-marketplace/issues/new?template=mcp-server-submission.yml) 33 | 2. **在問題中包含以下信息**: 34 | - **GitHub 資料庫 URL**:MCP 伺服器資料庫的直接鏈接(嵌套鏈接也可以,如這個[示例](https://github.com/modelcontextprotocol/servers/tree/main/src/github)) 35 | - **Logo 圖像**:一個 400×400 的 PNG,將作為您的伺服器圖標。 36 | - **添加原因**:簡要說明您的伺服器為什麼很棒以及/或如何使其他 Cline 用戶受益。 37 | 3. 確認您已測試僅提供您的 `README.md` 和/或 `llms-install.md` 並觀察 Cline 成功設置伺服器。這將有助於防止在我們使用 Cline 設置您的伺服器時遇到問題而被拒絕。 38 | 39 | 就這樣!我們的團隊將審查您的提交。一旦批准,我們將把您的 MCP 伺服器添加到官方市集列表中,並且它將被 Cline 用戶發現。 40 | 41 | ## 使您的 MCP 伺服器一鍵安裝 42 | 43 | 當 Cline 嘗試安裝您的 MCP 伺服器時,他將嘗試使用您的 `README.md` 來指導他完成設置過程。雖然大多數 MCP 伺服器在其 README 中包含足夠的指示,您可以在資料庫中包含一個 `llms-install.md` 文件,以向像 Cline 這樣的代理提供額外的指導。這對於需要特定環境配置或 API 密鑰的複雜設置特別有用。 44 | 45 | ## 常見問題 46 | 47 | 1. **我必須創建 `llms-install.md` 文件嗎?** 48 | 不需要。通常,一個寫得很好的 README 具有清晰的安裝指示就足夠了。Cline 非常擅長理解標準的 README 文件。`llms-install.md` 文件是可選的,用於幫助處理複雜的設置或當您想提供額外的指導時。 49 | 2. **我可以提交沒有很多星星的新 MCP 伺服器嗎?** 50 | 當然可以!然而,我們有一個審查過程,以確保 MCP 生態系統的安全性和穩定性。 51 | 3. **審批過程需要多長時間?** 52 | 我們的團隊旨在在幾天內審查提交。如果您的提交被批准,它將很快在市集中上線。 53 | 54 | ## 尋求幫助 55 | 56 | 加入我們的 [Discord](https://discord.gg/cline) 並在 `#mcp` 頻道中發帖,如果您有任何問題或需要幫助! 57 | 58 | ## 授權 59 | 60 | 此資料庫根據 [MIT 授權](LICENSE) 分發。請注意,個別 MCP 伺服器提交可能使用不同的授權,因此請查看原始資料庫的授權以了解詳情。 61 | --------------------------------------------------------------------------------