publish mcp server for Cursor
io.github.marlenezw/publish-mcp-server
An MCP server that helps developers publish their MCP servers to the registry
client:Cursor
transport:stdio
runtime:pypi
Install publish mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"publish-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"publish-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs