Untappd
HTTP-SSEUntappd MCP Server integrates with Azure Functions using Server Sent Events.
Untappd MCP Server integrates with Azure Functions using Server Sent Events.
A version of the Untappd MCP Server using Azure Functions and Server Sent Events.
Blog post coming soon.
Since Claude Desktop does not currently support SSE configuration you need to include a middle man component to make the calls to the SSE server.
Edit your claude_desktop_config.json:
{ "mcpServers": { "untappddotnet": { "command": "npx", "args": [ "mcp-remote", "http://localhost:7071/runtime/webhooks/mcp/sse" ] } } }
{ "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "<CONNECTION_STRING>", "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated", "Untappd:ClientId": "", "Untappd:ClientSecret": "" } }