Описание
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": ""
}
}
Установка Untappd Server Dotnet
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jtucker/mcp-untappd-server-dotnetFAQ
Untappd Server Dotnet MCP бесплатный?
Да, Untappd Server Dotnet MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Untappd Server Dotnet?
Нет, Untappd Server Dotnet работает без API-ключей и переменных окружения.
Untappd Server Dotnet — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Untappd Server Dotnet в Claude Desktop, Claude Code или Cursor?
Открой Untappd Server Dotnet на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: 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
автор: mcpdotdirectCompare Untappd Server Dotnet with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
