Skip to content
Cline

publish mcp server for Cline

io.github.marlenezw/publish-mcp-server

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

client:Cline transport:stdio runtime:pypi

Install publish mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

publish mcp server in other clients