XPack MCP Marketplace

v1.0.0Business Applicationsstable

The world’s first open-source MCP monetization platform, to quickly create and sell your own MCP server in just minutes. | XPack 是全球首个开源 MCP 交易平台,帮助你在10分钟内快速搭建自己的 MCP 商店并立刻开始销售 MCP 服务。

agentaiapimarketmarketplace
Share:
164
Stars
0
Downloads
0
Weekly
0/5

What is XPack MCP Marketplace?

XPack MCP Marketplace is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to world’s first open-source mcp monetization platform, to quickly create and sell your own mcp server in just minutes. | xpack 是全球首个开源 mcp 交易平台,帮助你在10分钟内快速搭建自己的 mcp 商店并立刻开始销售 mcp 服务。

The world’s first open-source MCP monetization platform, to quickly create and sell your own MCP server in just minutes. | XPack 是全球首个开源 MCP 交易平台,帮助你在10分钟内快速搭建自己的 MCP 商店并立刻开始销售 MCP 服务。

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • The world’s first open-source MCP monetization platform, to

Use Cases

Monetization platform for MCP servers
Create and sell MCP services
Open-source exchange
xpack-ai

Maintainer

LicenseApache-2.0
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx xpack-mcp-marketplace

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use XPack MCP Marketplace

XPack MCP Marketplace is the world's first open-source platform for monetizing and selling MCP servers, letting developers publish their own MCP services and charge per call or by token usage within minutes. It provides a self-hosted marketplace with built-in user authentication (email and Google OAuth), Stripe payment integration, a one-click OpenAPI-to-MCP converter, and SEO-friendly service pages — all deployable via a quick-start script or Docker Compose. Developers who have built useful MCP tools use XPack to distribute and sell them without building billing or access management infrastructure from scratch.

Prerequisites

  • Docker and Docker Compose installed on a Linux or macOS host (AMD64 or ARM64)
  • MySQL 5.7 or newer, Redis 6.2 or newer, and RabbitMQ 4.0 or newer (or use the included Docker Compose stack)
  • Minimum 2 CPU cores and 4 GB RAM; 8 cores and 16 GB RAM recommended for production
  • A Stripe account and API keys for payment integration
  • Python 3.11+ and Node.js 18+ for local development builds
1

Run the quick-start installation script

The fastest way to get XPack running is the one-line quick-start script, which downloads and configures everything including MySQL, Redis, RabbitMQ, and the frontend and backend services.

curl -sSO https://xpack.ai/install/quick-start.sh && bash quick-start.sh
2

Or clone and configure manually

Clone the repository, copy the environment example file, and edit it with your database, Redis, Stripe, and OAuth credentials.

git clone https://github.com/xpack-ai/XPack-MCP-Marketplace.git
cd XPack-MCP-Marketplace
cp .env.example .env
# Edit .env with your credentials
nano .env
3

Start all services with Docker Compose

Launch the full stack including backend API services, frontend, and infrastructure.

docker-compose up -d
4

Access the admin dashboard

Open a browser and go to the admin interface. The default credentials are admin / 123456789 — change these immediately after first login.

# Admin panel
http://YOUR_SERVER_IP:8000/admin

# Default credentials:
# Username: admin
# Password: 123456789
5

Publish your first MCP service

In the admin dashboard, use the one-click OpenAPI-to-MCP converter to import an existing API as an MCP service, configure pricing (per-call or per-token), and publish it to the marketplace.

XPack MCP Marketplace Examples

Client configuration (connecting to a published MCP service)

Configure an MCP client to connect to an MCP service hosted on your XPack marketplace instance.

{
  "mcpServers": {
    "xpack-service": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://your-xpack-instance.com/mcp/your-service-id"],
      "env": {
        "XPACK_API_KEY": "your_user_api_key_here"
      }
    }
  }
}

Prompts to try

Once connected to an XPack-hosted MCP service, prompts depend on the tools that service exposes. For the marketplace admin workflow:

- "List all published MCP services in the marketplace"
- "Show me my API usage and billing for this month"
- "Convert this OpenAPI spec to an MCP service configuration"
- "What are the most popular tools on the marketplace?"

Troubleshooting XPack MCP Marketplace

Docker Compose services fail to start due to database connection errors

MySQL, Redis, and RabbitMQ must be healthy before the backend services start. Run 'docker compose ps' to check container status and 'docker compose logs backend' to see specific connection errors. Increase startup wait times in docker-compose.yml if needed.

Stripe payments not working in the marketplace

Ensure your Stripe API keys (both public and secret) are correctly set in the .env file. Use Stripe test keys during development and switch to live keys only in production. Check the Stripe webhook endpoint configuration matches your deployment URL.

Quick-start script fails on macOS

The quick-start script is primarily tested on Linux (AMD64/ARM64). On macOS, use the manual Docker Compose path instead: clone the repo, configure .env, and run 'docker-compose up -d'.

Frequently Asked Questions about XPack MCP Marketplace

What is XPack MCP Marketplace?

XPack MCP Marketplace is a Model Context Protocol (MCP) server that world’s first open-source mcp monetization platform, to quickly create and sell your own mcp server in just minutes. | xpack 是全球首个开源 mcp 交易平台,帮助你在10分钟内快速搭建自己的 mcp 商店并立刻开始销售 mcp 服务。 It connects AI assistants to external tools and data sources through a standardized interface.

How do I install XPack MCP Marketplace?

Follow the installation instructions on the XPack MCP Marketplace GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with XPack MCP Marketplace?

XPack MCP Marketplace works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is XPack MCP Marketplace free to use?

Yes, XPack MCP Marketplace is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

XPack MCP Marketplace Alternatives — Similar Business Applications Servers

Looking for alternatives to XPack MCP Marketplace? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use XPack MCP Marketplace?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides