logo
0
0
WeChat Login

MCP Market

English | 中文

A collection of MCP (Model Context Protocol) servers for managing and integrating (LLM) various Large Language Model services.

NPM Organization pnpm License

✨ Features

  • Rich MCP Servers: Provides a variety of MCP servers to meet different LLM integration needs.
  • Easy Installation and Configuration: Easily install and configure servers via the npm package manager.
  • TypeScript Support: Provides complete TypeScript type definitions to improve development efficiency and code quality.
  • Monorepo Architecture: Adopts a Monorepo structure for easy code management, maintenance, and version control.
  • Seamless Integration of LLM Services: Simplifies the integration process with various LLM services.
  • Standardized MCP Protocol: Provides consistent model context definition and interaction methods.

📦 Available Servers

All servers are published under the @mcpmarket scope on npm.

Server NameDescriptionInstallation Command
@mcpmarket/auto-installA powerful MCP server with CLI that integrates into your client's MCP ecosystem. It enables you to install and manage other MCP servers through natural language conversations with LLMs. By default, it discovers MCP servers from the @modelcontextprotocol scope, but you can customize the sources using the add-source command.pnpm add @mcpmarket/auto-install
# Install a specific server pnpm add @mcpmarket/[server-name]

🚀 Quick Start

  1. Choose the server you need from the Available Servers list.

  2. Install using pnpm:

    pnpm add @mcpmarket/[server-name]
  3. Follow the instructions in the server's corresponding README file for configuration and usage.

📂 Project Structure

packages/ # Collection of MCP servers ├── server-a/ # MCP server A │ ├── src/ # Source code │ ├── README.md # Server documentation │ └── package.json # Package configuration file ├── server-b/ # MCP server B │ ├── src/ │ ├── README.md │ └── package.json └── ... # More servers

🤝 Contributing

Please see our Contributing Guide for details about:

  • Development workflow
  • Creating new packages
  • Publishing packages
  • Pull Request process

📜 License

MIT

About

https://github.com/CherryHQ/mcpmarket.git MCP Market

217.00 KiB
0 forks0 stars6 branches0 TagREADMEMIT license
Language
TypeScript54.1%
Markdown38.7%
JavaScript3.6%
License2%
Others1.6%