About
An example MCP Azure Function in F#
README
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": ""
}
}
Installing Untappd Server Dotnet
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/jtucker/mcp-untappd-server-dotnetFAQ
Is Untappd Server Dotnet MCP free?
Yes, Untappd Server Dotnet MCP is free — one-click install via Unyly at no cost.
Does Untappd Server Dotnet need an API key?
No, Untappd Server Dotnet runs without API keys or environment variables.
Is Untappd Server Dotnet hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Untappd Server Dotnet in Claude Desktop, Claude Code or Cursor?
Open Untappd Server Dotnet on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Untappd Server Dotnet with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
