Publish MCP Server
Rank #20,635io.github.marlenezw/publish-mcp-server
MCP server providing publish-server capabilities
Publish MCP Server is a Model Context Protocol (MCP) server published by marlenezw. It ranks #20,635 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Publish MCP Server is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Sep 18, 2025 and most recently updated on Sep 18, 2025.
Ranks ahead of 111,411 of 132,046 servers on MCP Toplist.
Use Publish MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add publish-mcp-server -- uvx publish-mcp-server[mcp_servers.publish-mcp-server]
command = "uvx"
args = ["publish-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"publish-mcp-server": {
"command": "uvx",
"args": [
"publish-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"publish-mcp-server": {
"command": "uvx",
"args": [
"publish-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"publish-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"publish-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"publish-mcp-server": {
"command": "uvx",
"args": [
"publish-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"publish-mcp-server": {
"command": "uvx",
"args": [
"publish-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.marlenezw%2Fpublish-mcp-server)<a href="https://mcptoplist.com/server/io.github.marlenezw%2Fpublish-mcp-server"><img src="https://mcptoplist.com/badge/io.github.marlenezw%2Fpublish-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
marlenezw
Available versions (3)
| Version | Published |
|---|---|
| 0.1.3 | Sep 18, 2025 |
| 0.1.2 | Sep 18, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Publish MCP Server?
- Publish MCP Server is maintained by marlenezw, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Publish MCP Server listed on the Official MCP Registry?
- Yes — Publish MCP Server is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Publish MCP Server have?
- MCP Toplist tracks 3 versions of Publish MCP Server, most recently published on Sep 18, 2025.
- Where can I find the source code for Publish MCP Server?
- The source code for Publish MCP Server is hosted at github.com/marlenezw/publish-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.