Odel
publish mcp server

publish mcp server

Local
@marlenezw6PythonMITUpdated 11mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpublish-mcp-serverv0.1.3

Run

uvx publish-mcp-server

MCP client config

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