Skip to content

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.

You can either install the Hypr MCP CLI via Homebrew or download the binary directly from the releases page

Terminal window
brew install hyprmcp/tap/hyprmcp

Alternatively, you can run the CLI directly using npx or uvx to directly run the latest version of the binary.

Terminal window
npx @hyprmcp/hyprmcp@latest --help

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:

  1. Terminal window
    hyprmcp login

    Authenticate 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:

  2. Terminal window
    hyprmcp connect

    Create your MCP server project on Hypr MCP Cloud Connecting your MCP server to Hypr MCP will create a hyprmcp.json file in your project directory containing the project ID and other configuration details.

  3. Terminal window
    hyprmcp deploy

    This 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

Using the MCP Inspector you can test your remote MCP server.

Terminal window
npx @modelcontextprotocol/inspector