Connecting an On-Prem MCP Server to Claude Desktop
Connecting an On-Prem MCP Server to Claude Desktop — What Works When the Obvious Options Don't I built an MCP server that exposes product data and lets users interact with it the same way they would through the UI — just through natural conversation with an AI agent instead. The idea is simple. The setup, less so. The server runs on-premises — not exposed to the internet. And getting Claude Desktop to talk to it for end users who aren't developers turned out to be more interesting than I expected. Here's what I tried, what didn't work, and what finally did. The Goal Once connected, a user can open Claude Desktop and interact with the product naturally — asking questions, retrieving data, performing actions — without navigating the UI. The AI agent handles the interaction through the MCP server. Getting there required working around a constraint most MCP guides don't address — what happens when your server isn'...