Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”— Aggregators
  3. Aimarket Plugins
Aimarket Plugins logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 3:30:47 PM

Aimarket Plugins

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
mcpaimarketdeveloper-toolsdocker

Packages AIMarket capabilities into self-hosted MCP artifacts for stdio clients, Docker, and Claude Desktop.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "alexar76-aimarket-plugins": {
      "command": "uvx",
      "args": [
        "aimarket-mcp-packager"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ”— More in Aggregators

Overview

The alexar76/aimarket-plugins MCP server packages AIMarket capabilities as self-hosted MCP products. It runs over stdio and can generate a Docker image definition, MCP manifest, and Claude Desktop configuration. Use it when you need to turn an AIMarket capability into a locally deployable MCP server for Claude Desktop, Cursor, Glama, or another stdio client. The repository is a read-only mirror, while the plugin source and tests are maintained in the AI-Factory monorepo.

Use cases

β€’Package an AIMarket capability as a self-hosted MCP product
β€’Generate a Dockerfile for a capability server
β€’Create a Claude Desktop MCP configuration
β€’Prepare an MCP manifest for local deployment

Key features

β€’stdio MCP transport
β€’Capability packaging
β€’Dockerfile generation
β€’MCP manifest output
β€’Claude Desktop configuration generation

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Aimarket Plugins.

Extracted Tool Capabilities
stdio MCP transport
Capability packaging
Dockerfile generation
MCP manifest output
Claude Desktop configuration generation

How Aimarket Plugins works

What alexar76/aimarket-plugins MCP server does

The alexar76/aimarket-plugins MCP server converts an AIMarket capability into packaging artifacts for local deployment. Its output is intended to make a capability usable as a self-hosted MCP product rather than only as a capability listed in the AIMarket ecosystem.

The package focuses on three generated outputs: a Docker image definition, an MCP manifest, and a Claude Desktop configuration file. These artifacts can be used to prepare a capability for a local MCP runtime or to configure an MCP client to start it.

The repository describes this component as one of 15 AIMarket Hub plugins. The other plugins cover areas such as safety, escrow, reputation, datasets, and streaming, but those components are not the tools exposed by this MCP server.

How it works

The server uses the official MCP Python SDK and communicates through stdio. An MCP client starts the Python server process, sends tool requests over the stdio transport, and receives the generated packaging results.

The main workflow is to submit an AIMarket capability to the packaging tool, then request the artifacts needed for deployment or client configuration. Docker-oriented output supports building a self-hosted image, while the manifest describes the MCP package and the Claude Desktop output provides an mcpServers configuration entry.

The alexar76/aimarket-plugins MCP server is therefore most relevant when an AIMarket capability needs to be exposed through a standard MCP client without manually creating these files. It is not described as a general-purpose gateway for the separate oracle server or for every plugin in the hub.

Setup and configuration

The README gives a direct source-run command from the repository root:

bash
python plugins/aimarket-mcp-packager/mcp_stdio_server.py

The process uses stdio, so it should be launched by an MCP client or another MCP-compatible host that supports local stdio servers. The documentation specifically names Claude Desktop and Cursor, and states that other stdio MCP clients can also run it.

The README also states that Docker builds use the repository root and that all 15 plugins ship in the production hub image. The aimarket-mcp-packager PyPI project is marked as pending because of a PyPI new-project rate limit, so the documented source command is the supported setup path in the supplied material.

Tools and capabilities

The server exposes three tools:

  • package_capability packages an AIMarket capability into the described MCP product artifacts.
  • generate_dockerfile generates the Dockerfile used to build a self-hosted image.
  • generate_claude_desktop_config generates a Claude Desktop mcpServers configuration.

Together, these tools cover packaging, container setup, and client configuration. The README also identifies an MCP manifest as part of the packaged output, although it does not list a separate manifest-generation tool by name.

Limitations and notes

The alexar76/aimarket-plugins MCP server is published in a read-only mirror. Pull requests made to this repository are overwritten during synchronization, and the repository identifies the AI-Factory monorepo as the canonical source.

The supplied material does not document environment variables, authentication settings, request schemas, or the exact input format for each tool. It also does not establish that the server itself invokes paid services or requires an API key. The separate aimarket-oracle-gateway is another MCP server and should not be treated as a tool included in this server.

The project is licensed under Apache-2.0 according to the repository badge.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Aggregators View all alternatives
  • AllMCPs Server logoAllMCPs Server
    β˜… Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    πŸ”— Aggregators15 views
    Compare vs AllMCPs Server β†’
  • Agent logoAgent

    A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

    πŸ”— Aggregators9 views
    Compare vs Agent β†’
  • S
    SandBase CLI

    Open-source CLI and MCP server for discovering and calling 2,000+ AI models and APIs through one consistent developer interface.

    πŸ”— Aggregators9 views
    Compare vs SandBase CLI β†’
  • MCP Server Templates logoMCP Server Templates

    One server. All tools. A unified MCP platform that connects many apps, tools, and services behind one powerful interfaceβ€”ideal for local devs or production agents.

    πŸ”— Aggregators3 views
    Compare vs MCP Server Templates β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
6d ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Aimarket Plugins

Run `python plugins/aimarket-mcp-packager/mcp_stdio_server.py` from the repository root. The README says the PyPI package is pending, so source installation is the documented path.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAimarket Plugins AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/alexar76-aimarket-plugins?style=directory)](https://allmcps.com/mcp/alexar76-aimarket-plugins)
HTML Embed
<a href="https://allmcps.com/mcp/alexar76-aimarket-plugins"><img src="https://allmcps.com/api/badge/alexar76-aimarket-plugins?style=directory" alt="Aimarket Plugins on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”—Aggregators
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseApache-2.0
ClientsClaude Desktop, Cursor
Last updatedSep 6, 2026
6/7 checks healthy over the last 33d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit6d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 5, 2026
53Quality signal: Good Β· 53/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev Β· aimarket-mcp-packager (PyPI)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”— Aggregators β†’Alternatives to Aimarket Plugins β†’Install in Claude DesktopInstall in CursorInstall in VS Code