Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Untappd Server Dotnet

FreeNot checked

An example MCP Azure Function in F#

GitHubEmbed

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": ""
    }
}

from github.com/jtucker/mcp-untappd-server-dotnet

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-dotnet

FAQ

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

Compare 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