How to expose an MCP Server on the network? #300
-
I built an MCP server that accesses corporate data. Everyone in the company already has Claude Desktop installed on their machines. I would like to expose this MCP server internaly https://mybigserver/mcp. This way I don't have to deploy the MCP server to 50 machines. How exactly do I do that? Does MCP work that way at all? |
Beta Was this translation helpful? Give feedback.
Answered by
stephentoub
Apr 13, 2025
Replies: 1 comment 2 replies
-
You can use the SSE transport. An example of hosting such an MCP server with ASP.NET is available here: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rgelb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the SSE transport. An example of hosting such an MCP server with ASP.NET is available here:
https://github.com/modelcontextprotocol/csharp-sdk/tree/main/samples/AspNetCoreSseServer