Azure Functions
Freeby MCP Community
Azure Functions runtime adapter for MCP servers built with ModelFetch
v1.0.13Added Apr 12, 2026
model-context-protocolmcpmcp-serveraiai-integration
Azure Functions MCP Server
Azure Functions runtime adapter for MCP servers built with ModelFetch
Installation
Reviews
Installation
Quick install
npx -y @modelfetch/azure-functions
Add to claude_desktop_config.json
{
"mcpServers": {
"azure-functions": {
"command": "npx",
"args": ["-y", "@modelfetch/azure-functions"]
}
}
}