Hypr MCP Quickstart - Deploy Your First MCP Server
Hypr MCP only supports MCP servers that use the streamable HTTP standard. This ensures optimal performance and compatibility with browser-based MCP clients and support for the latest OAuth2 authorization standard.
Install the Hypr MCP CLI
Section titled “Install the Hypr MCP CLI”You can either install the Hypr MCP CLI via Homebrew or download the binary directly from the releases page
brew install hyprmcp/tap/hyprmcpAlternatively, you can run the CLI directly using npx or uvx to directly run the latest version of the binary.
npx @hyprmcp/hyprmcp@latest --helppnpm dlx @hyprmcp/hyprmcp@latest --helpDeploy your first remote MCP server
Section titled “Deploy your first remote MCP server”You can also just run the single command hyprmcp deploy to deploy your MCP server to Hypr MCP Cloud,
which will automatically guide you through the setup process.
If you want to set up your project step-by-step, follow these steps:
-
Terminal window hyprmcp loginAuthenticate and connect your project with Hypr MCP Cloud Make sure to have already joined our waitlist to get early access. Then run the following command to connect with the Hypr MCP Cloud:
-
Terminal window hyprmcp connectCreate your MCP server project on Hypr MCP Cloud Connecting your MCP server to Hypr MCP will create a
hyprmcp.jsonfile in your project directory containing the project ID and other configuration details. -
Terminal window hyprmcp deployThis step will deploy your MCP server to Hypr MCP Cloud. After this step succeeded you will be able to work with your MCP server under
https://<org>.hyprmcp.cloud/<project>/mcp
Test your remote MCP server
Section titled “Test your remote MCP server”Using the MCP Inspector you can test your remote MCP server.
npx @modelcontextprotocol/inspector