Back to Browse

Publish MCP Server

Developer ToolsUse Caution4.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

An MCP server that helps developers publish their MCP servers to the registry

About

An MCP server that helps developers publish their MCP servers to the registry

Security Report

4.5
Use Caution4.5High Risk

Valid MCP server (1 strong, 3 medium validity signals). 5 known CVEs in dependencies (1 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-marlenezw-publish-mcp-server": {
      "args": [
        "publish-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Reviews

No reviews yet

Be the first to review this server!