☁️
Untappd Server Dotnet
An example MCP Azure Function in F#
0 installs
9 stars
3 forks
Trust: 41 — Fair
Cloud
Installation
npx mcp-untappd-server-dotnetAsk AI about Untappd Server Dotnet
Powered by Claude · Grounded in docs
I know everything about Untappd Server Dotnet. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Untappd MCP Server using Azure Functions
A version of the Untappd MCP Server using Azure Functions and Server Sent Events.
Blog post coming soon.
Configure Claude Desktop
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"
]
}
}
}
Building
Prerequisites:
- dotnet 9.0
- Docker Desktop
local.settings.json Setup
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "<CONNECTION_STRING>",
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
"Untappd:ClientId": "",
"Untappd:ClientSecret": ""
}
}
