MCP Server Running in npx/uvx Mode
A large number of MCP Servers in the community run in npx/uvx mode, requiring only the copying of a JSON configuration file for use. For example: mcp-everything
{
"mcpServers": {
"everything": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-everything"
]
}
}
}
The cloud development platform supports one-click hosting for MCP Servers running in this mode. Simply copy the above configuration into the form:
Specific steps are as follows:
- Go to Cloud Development Platform AI+
- Click
Add Custom MCP Server
- Select the tab based on the type (npx/uvx), fill in the remaining form, and submit to create
- After creation is complete, you can go to the Agent configuration for use
If you have developed an MCP Server that can run via npx/uvx, you can create a Cloudbase MCP Deploy button to allow users to host your MCP Server on the cloud development platform with one click. For details, see Cloudbase MCP Deploy Button.
How to host MCP Servers not running via npx/uvx?
Please read Hosting Existing MCP Server / General MCP Server.