publish-mcp-server


Namepublish-mcp-server JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryAn MCP server that helps users publish their MCP servers to the registry
upload_time2025-09-18 21:41:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords mcp model-context-protocol server publishing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

<!-- mcp-name: io.github.marlenezw/publish-mcp-server -->

## 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

```bash
pip install publish-mcp-server
```

## Usage

```bash
publish-mcp-server
```

Or run as a module:

```bash
python -m publish_mcp_server
``` 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "publish-mcp-server",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "mcp, model-context-protocol, server, publishing",
    "author": null,
    "author_email": "Marlene Mhangami <marlenemhangami@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5e/25/2bc6a51be2dc5bc934dbbc7e7a0912a40330e19ce7ab5785439fc1c541ef/publish_mcp_server-0.1.2.tar.gz",
    "platform": null,
    "description": "# Publish MCP Server\n\nA package to help you publish an MCP server!\n\nThis 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.\n\n<!-- mcp-name: io.github.marlenezw/publish-mcp-server -->\n\n## Features\n\n- Provides expert guidance on MCP server publishing\n- Supports automated CI/CD workflows with GitHub Actions\n- Recommends best practices for publishing to the MCP registry\n\n## Installation\n\n```bash\npip install publish-mcp-server\n```\n\n## Usage\n\n```bash\npublish-mcp-server\n```\n\nOr run as a module:\n\n```bash\npython -m publish_mcp_server\n``` \n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An MCP server that helps users publish their MCP servers to the registry",
    "version": "0.1.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/marlenezw/publish-mcp-server/issues",
        "Homepage": "https://github.com/marlenezw/publish-mcp-server",
        "Repository": "https://github.com/marlenezw/publish-mcp-server"
    },
    "split_keywords": [
        "mcp",
        " model-context-protocol",
        " server",
        " publishing"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a4d5f3d28e53fc236f6730ef9abef344c264133b59dd40ecc201a70a0f30e25",
                "md5": "84203c19855bb02c3cde4c0542c0e7d7",
                "sha256": "b8d117640eed056920fa017af6e19aa521bef3546874d75c902ce1146913eb50"
            },
            "downloads": -1,
            "filename": "publish_mcp_server-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "84203c19855bb02c3cde4c0542c0e7d7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2842,
            "upload_time": "2025-09-18T21:41:30",
            "upload_time_iso_8601": "2025-09-18T21:41:30.257438Z",
            "url": "https://files.pythonhosted.org/packages/5a/4d/5f3d28e53fc236f6730ef9abef344c264133b59dd40ecc201a70a0f30e25/publish_mcp_server-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e252bc6a51be2dc5bc934dbbc7e7a0912a40330e19ce7ab5785439fc1c541ef",
                "md5": "b7a079832527617f9c1b4a93b6bc8ec3",
                "sha256": "793f9063bf697773471d7eb42d6987cf6b2f2fbda2fd8be09414df697bd19649"
            },
            "downloads": -1,
            "filename": "publish_mcp_server-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b7a079832527617f9c1b4a93b6bc8ec3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2535,
            "upload_time": "2025-09-18T21:41:31",
            "upload_time_iso_8601": "2025-09-18T21:41:31.040007Z",
            "url": "https://files.pythonhosted.org/packages/5e/25/2bc6a51be2dc5bc934dbbc7e7a0912a40330e19ce7ab5785439fc1c541ef/publish_mcp_server-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-18 21:41:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "marlenezw",
    "github_project": "publish-mcp-server",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "publish-mcp-server"
}
        
Elapsed time: 1.18850s