MCP ExplorerExplorer

Mcpmarket

@CherryHQon 9 months ago
15 MIT
FreeCommunity
AI Systems
MCP Market

Overview

What is Mcpmarket

MCP Market is a collection of MCP (Model Context Protocol) servers designed for managing and integrating various Large Language Model (LLM) services.

Use cases

Use cases include building chatbots, enhancing customer support systems, developing language translation services, and creating interactive AI applications.

How to use

To use MCP Market, install the desired MCP server via npm package manager, configure it according to your needs, and integrate it with your LLM services.

Key features

Key features include a variety of MCP servers, easy installation and configuration, TypeScript support, a Monorepo architecture for code management, seamless integration of LLM services, and a standardized MCP protocol.

Where to use

MCP Market can be used in fields such as AI development, natural language processing, and any application that requires integration with Large Language Models.

Content

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 Name Description Installation Command
@mcpmarket/auto-install A 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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers