<?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: Ricardo-M-L</title>
    <description>The latest articles on DEV Community by Ricardo-M-L (@ricardoml).</description>
    <link>https://dev.to/ricardoml</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%2F3867518%2F3d941382-a826-484b-8fc6-d13c82b9328f.jpeg</url>
      <title>DEV Community: Ricardo-M-L</title>
      <link>https://dev.to/ricardoml</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ricardoml"/>
    <language>en</language>
    <item>
      <title>MCP Hub - The npm for MCP Servers (Search, Install, Manage with One Command)</title>
      <dc:creator>Ricardo-M-L</dc:creator>
      <pubDate>Wed, 08 Apr 2026 10:08:33 +0000</pubDate>
      <link>https://dev.to/ricardoml/mcp-hub-the-npm-for-mcp-servers-search-install-manage-with-one-command-4pbf</link>
      <guid>https://dev.to/ricardoml/mcp-hub-the-npm-for-mcp-servers-search-install-manage-with-one-command-4pbf</guid>
      <description>&lt;p&gt;I've been working with MCP (Model Context Protocol) servers and found the install/config process painful:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Find the server on GitHub&lt;/li&gt;
&lt;li&gt;Read the docs to figure out the config&lt;/li&gt;
&lt;li&gt;Manually edit JSON config files for Claude Desktop / Cursor&lt;/li&gt;
&lt;li&gt;Repeat for every server&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So I built &lt;strong&gt;MCP Hub&lt;/strong&gt; - a CLI that does all of this in one command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;mcphub search database
mcphub &lt;span class="nb"&gt;install &lt;/span&gt;io.github.xxx/server-database
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It queries the official MCP Registry, installs the server, and auto-configures your MCP clients (Claude Desktop, Cursor). Config files are backed up before modification.&lt;/p&gt;

&lt;h2&gt;
  
  
  It also works as an MCP server
&lt;/h2&gt;

&lt;p&gt;Add it to Claude Code and you can say "search for database MCP servers" in conversation:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;go &lt;span class="nb"&gt;install &lt;/span&gt;github.com/Ricardo-M-L/mcphub/mcp@latest
claude mcp add mcphub mcphub-mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Built in Go, single binary, zero dependencies&lt;/li&gt;
&lt;li&gt;Auto-detects and configures Claude Desktop + Cursor&lt;/li&gt;
&lt;li&gt;Supports stdio, streamable-http, and sse transport&lt;/li&gt;
&lt;li&gt;Available via curl, Homebrew, npm, and go install&lt;/li&gt;
&lt;li&gt;Registry API server with SQLite + FTS5 full-text search&lt;/li&gt;
&lt;li&gt;Web UI for browsing servers&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# One-line install&lt;/span&gt;
curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://raw.githubusercontent.com/Ricardo-M-L/mcphub/master/install.sh | sh

&lt;span class="c"&gt;# Or via Go&lt;/span&gt;
go &lt;span class="nb"&gt;install &lt;/span&gt;github.com/Ricardo-M-L/mcphub/cmd/mcphub@latest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;GitHub: &lt;a href="https://github.com/Ricardo-M-L/mcphub" rel="noopener noreferrer"&gt;https://github.com/Ricardo-M-L/mcphub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback and contributions!&lt;/p&gt;

</description>
      <category>notionchallenge</category>
    </item>
  </channel>
</rss>
