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.
powergentic
README
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).
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
MCP Package Docs Server
Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.
Claude Code MCP
An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.
@kazuph/mcp-taskmanager
Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
Linear MCP Server
Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.
mermaid-mcp-server
A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.
Jira-Context-MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor

Linear MCP Server
A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.