🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

publish-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

publish-mcp-server

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

pipPyPI
Version
0.1.3
Weekly downloads
91
Maintainers
1

Publish MCP Server to the MCP Registry

A Python package to help you publish an MCP server to the MCP Registry!

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 prompt directs the client to read and decide on the best action to take based on the instructions in the MCP documentation. Once published anyone can access and use your MCP server from the registry!

Features

  • Provides an MCP prompt for your client with guidance on MCP server publishing
  • When the server is run the prompt will instruct the client on what to do to publish your server
  • Supports automated CI/CD workflows with GitHub Actions
  • Recommends best practices for publishing to the MCP registry

Installation

Install package like any other Python package:

pip install publish-mcp-server

Usage

Once installed update your mcp.json file with the following:

{
  "inputs": [],
  "servers": {
    "publish-mcp-server": {
      "command": "publish-mcp-server"
    }
  }
}

Keywords

mcp

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts