<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/net-i-made-my-net-mcp-server-remote-step-by-step-wgyii8ovz" -->

---
title: .NET🔥🚀: I Made My .NET MCP Server Remote — Step by Step
description: A step-by-step walkthrough of converting a local stdio-based .NET MCP server to a remote HTTP-accessible one using ASP.NET Core. Covers why HTTP transport is...
canonical: https://daily.dev/posts/net-i-made-my-net-mcp-server-remote-step-by-step-wgyii8ovz
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: .NET🔥🚀: I Made My .NET MCP Server Remote — Step by Step | daily.dev
og:description: A step-by-step walkthrough of converting a local stdio-based .NET MCP server to a remote HTTP-accessible one using ASP.NET Core. Covers why HTTP transport is...
og:url: https://daily.dev/posts/net-i-made-my-net-mcp-server-remote-step-by-step-wgyii8ovz
og:image: https://api.daily.dev/og/posts/wGyiI8oVZ.png
og:image:alt: .NET🔥🚀: I Made My .NET MCP Server Remote — Step by Step
og:image:width: 1200
og:image:height: 630
og:locale: en
---

[We Are .NET](https://daily.dev/sources/wearedotnet)

[Watch video](https://api.daily.dev/r/wGyiI8oVZ)

# [.NET🔥🚀: I Made My .NET MCP Server Remote — Step by Step](https://api.daily.dev/r/wGyiI8oVZ "Go to post")

This title could be clearer and more informative. Try out Clickbait Shield for free (5 uses left this month).

A step-by-step walkthrough of converting a local stdio-based .NET MCP server to a remote HTTP-accessible one using ASP.NET Core. Covers why HTTP transport is preferable over stdio for multi-client scenarios, how to configure streamable HTTP transport with the ModelContextProtocol.AspNetCore NuGet package, setting up DI with a customer repository, mapping the /mcp endpoint, adding a health endpoint, and using ngrok to expose the local server over HTTPS for testing with Claude Desktop and the MCP Inspector tool.

[#devtools](/tags/devtools "Check all #devtools posts")[#.net](/tags/.net "Check all #.net posts")[#mcp](/tags/mcp "Check all #mcp posts")[#dependency-injection](/tags/dependency-injection "Check all #dependency-injection posts")[#aspnetcore](/tags/aspnetcore "Check all #aspnetcore posts")

Jun 06 • 24m watch time

Comment

Bookmark

Copy

![Placeholder image for anonymous user](https://media.daily.dev/image/upload/s--qsFuKGv_--/t_logo,f_auto/public/noProfile)Share your thoughts Post

[![We Are .NET's image](https://media.daily.dev/image/upload/s--BsnVOa3i--/f_auto/v1718347410/logos/wearedotnet)](https://daily.dev/sources/wearedotnet)

[We Are .NET](https://daily.dev/sources/wearedotnet "https://daily.dev/sources/wearedotnet")

337 Followers

•

1.8K Upvotes

#### Would you recommend this post?

Copy link

WhatsApp

Facebook

X

New Squad

Copy linkShare with your friends

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":".NET🔥🚀: I Made My .NET MCP Server Remote — Step by Step","url":"https://daily.dev/posts/net-i-made-my-net-mcp-server-remote-step-by-step-wgyii8ovz","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/net-i-made-my-net-mcp-server-remote-step-by-step-wgyii8ovz"},"datePublished":"2026-06-06T10:30:57.752Z","dateModified":"2026-06-06T10:31:15.921Z","description":"A step-by-step walkthrough of converting a local stdio-based .NET MCP server to a remote HTTP-accessible one using ASP.NET Core. Covers why HTTP transport is...","image":"https://i.ytimg.com/vi/Qdk4aqIdf-w/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/Qdk4aqIdf-w/sddefault.jpg","isAccessibleForFree":true,"articleSection":"We Are .NET","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"We Are .NET","logo":"https://media.daily.dev/image/upload/s--BsnVOa3i--/f_auto/v1718347410/logos/wearedotnet","url":"https://daily.dev/sources/wearedotnet"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/net-i-made-my-net-mcp-server-remote-step-by-step-wgyii8ovz","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"devtools,.net,mcp,dependency-injection,aspnetcore","timeRequired":"PT24M","video":{"@type":"VideoObject","name":".NET🔥🚀: I Made My .NET MCP Server Remote — Step by Step","description":"A step-by-step walkthrough of converting a local stdio-based .NET MCP server to a remote HTTP-accessible one using ASP.NET Core. Covers why HTTP transport is...","thumbnailUrl":"https://i.ytimg.com/vi/Qdk4aqIdf-w/sddefault.jpg","uploadDate":"2026-06-06T10:30:57.752Z","duration":"PT24M","url":"https://api.daily.dev/r/wGyiI8oVZ","embedUrl":"https://www.youtube.com/embed/Qdk4aqIdf-w"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"We Are .NET","item":"https://daily.dev/sources/wearedotnet"},{"@type":"ListItem","position":3,"name":".NET🔥🚀: I Made My .NET MCP Server Remote — Step by Step"}]}
```

