<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Makki</title>
    <description>The latest articles on DEV Community by Makki (@makki).</description>
    <link>https://dev.to/makki</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3649667%2Ff278212f-ecd6-45f7-a744-c80d93f2eadf.png</url>
      <title>DEV Community: Makki</title>
      <link>https://dev.to/makki</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/makki"/>
    <language>en</language>
    <item>
      <title>How can I connect a local MCP server (Python) to ChatGPT? - “Unsafe URL” issue</title>
      <dc:creator>Makki</dc:creator>
      <pubDate>Sat, 06 Dec 2025 21:45:08 +0000</pubDate>
      <link>https://dev.to/makki/how-can-i-connect-a-local-mcp-server-python-to-chatgpt-unsafe-url-issue-94p</link>
      <guid>https://dev.to/makki/how-can-i-connect-a-local-mcp-server-python-to-chatgpt-unsafe-url-issue-94p</guid>
      <description>&lt;p&gt;Hello,&lt;br&gt;
I’m running a local MCP server using the official Python SDK (mcp, Anthropic).&lt;br&gt;
The server works and exposes the MCP endpoint at:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://localhost:8000/mcp" rel="noopener noreferrer"&gt;http://localhost:8000/mcp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When I try to add this endpoint inside ChatGPT under:&lt;/p&gt;

&lt;p&gt;Apps &amp;amp; Connectors → Add Connector → MCP Server URL&lt;/p&gt;

&lt;p&gt;ChatGPT rejects it with the message:&lt;/p&gt;

&lt;p&gt;Unsafe URL&lt;/p&gt;

&lt;p&gt;My ChatGPT account does not have the “Developer Tools → MCP Servers” menu that some documentation mentions. I only have the “Apps &amp;amp; Connectors (Beta)” section.&lt;/p&gt;

&lt;p&gt;My questions:&lt;br&gt;
Is it currently possible to connect a local MCP server (HTTP / localhost) to ChatGPT?&lt;/p&gt;

&lt;p&gt;Does “Apps &amp;amp; Connectors” support MCP, or only remote HTTPS endpoints?&lt;/p&gt;

&lt;p&gt;If ChatGPT cannot connect to localhost, what is the correct way to test MCP locally — should I implement my own MCP client or host the server publicly over HTTPS?&lt;/p&gt;

&lt;p&gt;My goal is to have an AI (ChatGPT) call MCP tools such as a Selenium test via my local MCP server. Any clarification on the current limitations or correct workflow would be appreciated.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
