azd-mcp-ts
An azd template to deploy a Model Context Protocol (MCP) server written in TypeScript to Azure Container Apps using SSE Transport.
powergentic/azd-mcp-ts 
An azd
template to deploy a Model Context Protocol (MCP) server written in TypeScript to Azure Container Apps using SSE Transport.
Prerequisites
To deploy this template you will need to have the following installed:
Deployment
To use this template, follow these steps using the Azure Developer CLI:
-
Log in to Azure Developer CLI. This is only required once per-install.
azd auth login
-
Initialize this template using
azd init
:azd init --template powergentic/azd-mcp-ts
-
Ensure Docker Engine is running on your machine. This will be needed by
azd
to build the Docker image for the app prior to deployment to Azure Container Apps. -
Use
azd up
to provision your Azure infrastructure and deploy the web application to Azure.azd up
-
Once the template has finished provisioning all resources, and Azure Container Apps has completed deploying the app container (this can take a minute or so after
azd up
completes to finish), the MCP server will be running. -
To verify the MCP server is running, navigate your browser to the
/sse
url for the app within your browser.Example URL:
https://ca-mcp-vnv7lqmg46722.bravebeach-29a82758.eastus2.azurecontainerapps.io/sse
This will open a streaming output within the browser that will look similar to the following:
-
Congratulations, you now have a simple MCP Server written in TypeScript up and running in Azure! You can now customize this app to build the specific MCP server you need for your AI solution.
Architecture Diagram
In addition to deploying Azure Resources to host the MCP server, this template includes a DOCKERFILE
that builds the MCP server app with TypeScript.
Azure Resources
These are the Azure resources that are deployed with this template:
- Container Apps Environment - The environment for hosting the Container App
- Container App - The hosting for the MCP server app
- Log Analytics and Application Insights - Logging for the Container Apps Environment
- Container Registry - Used to deploy the custom Docker container for the app
Resource Links
Here are some additional resource links that help explain the topics around building custom MCP Servers in TypeScript and about what MCP and SSE are:
- How to Build and Deploy an MCP Server with TypeScript and Azure Developer CLI (azd) using Azure Container Apps and Docker by Chris Pietschmann
Author
This azd
template was written by Chris Pietschmann, founder of Powergentic.ai, Microsoft MVP, HashiCorp Ambassador, and Microsoft Certified Trainer (MCT).
Related MCP Servers
View all cloud_platforms servers →Figma-Context-MCP
by GLips
Framelink Figma MCP Server allows AI-powered coding tools to access Figma design data, enhancing design implementation accuracy.
edgeone-pages-mcp
by TencentEdgeOne
An MCP service for deploying HTML content, folder, and zip file to EdgeOne Pages and obtaining a publicly accessible URL.
firecrawl-mcp-server
by mendableai
Firecrawl MCP Server is a Model Context Protocol server implementation that integrates with Firecrawl for web scraping capabilities.
HubSpot
by PipedreamHQ
Pipedream MCP Server is a reference implementation that allows you to run your own MCP server for over 2,500 apps and APIs, powered by Pipedream Connect.
mcp-atlassian
by sooperset
Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). This integration supports both Confluence & Jira Cloud and Server/Data Center deployments.
Nx MCP Server
by nrwl
A Model Context Protocol server implementation for Nx, providing LLMs with deep access to monorepo structures.
mcp-grafana
by grafana
A Model Context Protocol (MCP) server for Grafana providing access to your Grafana instance and its ecosystem.