mcpbeat Sign in

AIMarket MCP Packager MCP Server

local only

AIMarket MCP Packager runs on your own machine — the client starts it, so there is no endpoint to ping. 120 installs a week from pypi. Last commit 12 Sep 2026.

Stdio MCP packager: AIMarket hub plugins into self-hosted MCP server products.

Installs per day peak 424 · avg 33 · +22% w/w
a month agotoday
120
Installs / week
pypi · aimarket-mcp-packager
1
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] aimarket_mcp_packager/__init__.py:1, [пакет] aimarket_mcp_packager/mcp_packager.py:1, [пакет] aimarket_mcp_packager/packager_core.py:1 и ещё 2
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aimarket-plugins -- uvx aimarket-mcp-packager
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aimarket-plugins": {
      "args": [
        "aimarket-mcp-packager"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aimarket-plugins]
command = "uvx"
args = ["aimarket-mcp-packager"]
.cursor/mcp.json
{
  "mcpServers": {
    "aimarket-plugins": {
      "args": [
        "aimarket-mcp-packager"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aimarket-plugins": {
      "args": [
        "aimarket-mcp-packager"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: AIMARKET_HUB_URL (AIMarket Hub base URL). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AIMarket MCP Packager

same job, measured the same way
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only
Self-hosted GitHub MCP server
by adelaidasofia

Self-hosted GitHub MCP server. PAT auth, stdio transport, transport-agnostic so it works with…

local only
MCP X402 Accept
by cryptoapis-io

Self-hosted MCP proxy that puts an x402 paywall in front of an existing MCP server

46 installs/wk local only
Afas
by iwebdevelopment

AFAS AI Connect: hosted MCP server for AFAS Profit.

answering
KatanA Markdown Linter
by hiroyukifuruno

Markdown linter, workspace-scoped stdio MCP server, and self-hosted text-only remote MCP server.

local only
Mealie MCP Server
by ni-c

MCP server for Mealie, the self-hosted recipe manager and meal planner

77 installs/wk local only
PayRam Helper MCP Server
by payram

Remote MCP server to integrate and validate self-hosted PayRam deployments.

52 tools answering
Google Shopping
by johnisanerd

Google Shopping products, prices, sellers, and deals as structured data via a hosted MCP server.

answering

AIMarket MCP Packager — questions

Answers built from our own checks of this server.

Why is there no uptime for AIMarket MCP Packager?
AIMarket MCP Packager runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package aimarket-mcp-packager was installed 120 times last week.
How do I connect AIMarket MCP Packager?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls aimarket-mcp-packager straight from pypi; nothing to host, nothing to sign up for.
How many people use AIMarket MCP Packager?
The pypi package aimarket-mcp-packager was installed 120 times in the last week. Week over week that is +22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AIMarket MCP Packager open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.