★ 56 stars
Bicep
🤖 AI/LLM
Updated today
This is a quickstart template to easily build and deploy a custom remote MCP server to the cloud using Azure functions. You can clone/restore/run on your local machine with debugging, and azd up to have it in the cloud in a couple minutes. The MCP server is secured by design.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"remote-mcp-functions": {
"command": "npx",
"args": [
"-y",
"Azure-Samples/remote-mcp-functions-typescript"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add remote-mcp-functions npx -y Azure-Samples/remote-mcp-functions-typescript
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"remote-mcp-functions": {
"command": "npx",
"args": [
"-y",
"Azure-Samples/remote-mcp-functions-typescript"
]
}
}
}
📋 Copy
README Excerpt
<!-- --- name: Remote MCP with Azure Functions (Node.js/TypeScript/JavaScript) description: Run a remote MCP server on Azure functions. languages: - typescript - javascript - nodejs - bicep - azdeveloper products: - azure-functions - azure page_type: sample urlFragment: remote-mcp-functions-typescript
Tools (2)
GetImageInfo hello