Deploy a sample “Hello World” MCP server in less than 5 minutes and learn the fundamentals of Deploxy.
Clone the Quick Start Repository
Configure Your Project
package.json
and change the name
to something unique that you can publish on NPM, like @your-npm-username/my-first-deploxy-server
.
.npmrc
in the project root. It’s a critical security practice to use an environment variable for your token.
.deploxy.json
. The easiest way is to use the Project Creator on your dashboard and copy the generated JSON.
Configuration looks like this:
Deploy with Deploxy
npx
.