
Publish Mcp Server
- 6 repo stars
- Updated September 18, 2025
- marlenezw/publish-mcp-server
Publish MCP Server is a MCP server that helps developers publish their MCP servers to the official registry.
About
Publish MCP Server is a meta MCP server: it helps developers publish other MCP servers to the Model Context Protocol registry. developers who wrote a stdio server and want it discoverable can invoke registry-oriented steps from Claude Code or compatible clients instead of guessing submission format. The PyPI distribution publish-mcp-server at version 0.0.3 lineage (0.1.3 in schema) targets authors in the ship phase completing launch of their integration. It complements building the server itself in build/agent-tooling; this piece is the distribution handoff. Beginner-friendly for registry mechanics but assumes you already have a publishable MCP package. It does not implement your product’s business logic.
- MCP server that automates publishing MCP servers to the registry
- PyPI package publish-mcp-server v0.1.3 with stdio transport
- Developer-focused registry workflow, not runtime customer features
- Pairs with authors finishing their first custom MCP implementation
Publish Mcp Server by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add publish-mcp-server -- uvx publish-mcp-serverAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 6 |
|---|---|
| Package | publish-mcp-server |
| Transport | STDIO |
| Auth | None |
| Last updated | September 18, 2025 |
| Repository | marlenezw/publish-mcp-server ↗ |
What it does
Publish your custom MCP server package to the official registry from your agent instead of hand-editing manifest and upload steps.
Who is it for?
Best when you're open-sourcing or listing your first MCP server and want agent-assisted registry publication from Python/PyPI tooling.
Skip if: Teams only consuming third-party MCP servers with no plan to publish their own.
What you get
Your agent can guide or execute registry publish workflows for your MCP package once the publish-mcp-server stdio client is configured.
- Registry-oriented publish workflow callable from your agent
- Clearer path from local MCP server to listed registry entry
By the numbers
- PyPI identifier publish-mcp-server version 0.1.3
- stdio transport
- Purpose-built for MCP registry publication
README.md
Publish MCP Server
A package to help you publish an MCP server!
This is an MCP server that contains a prompt the user can use to be able to have their client decide the best way to publish their MCP server. The server uses Python.
Features
- Provides expert guidance on MCP server publishing
- Supports automated CI/CD workflows with GitHub Actions
- Recommends best practices for publishing to the MCP registry
Installation
pip install publish-mcp-server
Usage
publish-mcp-server
Or run as a module:
python -m publish_mcp_server
Recommended MCP Servers
How it compares
Registry publish assistant MCP, not a cloud deploy or app store listing skill.
FAQ
Who is Publish MCP Server for?
MCP server authors who need to list their package on the official MCP registry and prefer doing it through an AI agent with stdio MCP.
When should I use Publish MCP Server?
When your custom MCP server is tested locally and you are ready to ship it to the public registry during launch prep.
How do I add Publish MCP Server to my agent?
Install the publish-mcp-server package from PyPI, register it as a stdio MCP server in Claude Code or Cursor, then invoke its publish tools for your server artifact.