remote-mcp-functions-typescript

Azure-Samples/remote-mcp-functions-typescript
★ 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.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "remote-mcp-functions": {
      "command": "npx",
      "args": [
        "-y",
        "Azure-Samples/remote-mcp-functions-typescript"
      ]
    }
  }
}

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)

GetImageInfohello