<?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: toyball860721</title>
    <description>The latest articles on DEV Community by toyball860721 (@toyball860721).</description>
    <link>https://dev.to/toyball860721</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%2F3852579%2F79ef14de-c685-41c3-b099-278f671ac59a.png</url>
      <title>DEV Community: toyball860721</title>
      <link>https://dev.to/toyball860721</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/toyball860721"/>
    <language>en</language>
    <item>
      <title>How I Built MCP CN DevTools – One-Click Deployment for 20+ MCP Servers in Chinese</title>
      <dc:creator>toyball860721</dc:creator>
      <pubDate>Tue, 31 Mar 2026 03:02:16 +0000</pubDate>
      <link>https://dev.to/toyball860721/how-i-built-mcp-cn-devtools-one-click-deployment-for-20-mcp-servers-in-chinese-19i6</link>
      <guid>https://dev.to/toyball860721/how-i-built-mcp-cn-devtools-one-click-deployment-for-20-mcp-servers-in-chinese-19i6</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;As a Chinese developer, I found deploying MCP (Model Context Protocol) servers frustrating:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;English-only documentation&lt;/strong&gt; - Most MCP servers have great docs, but only in English&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Network issues&lt;/strong&gt; - Many dependencies are blocked in China&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Complex setup&lt;/strong&gt; - Multiple environment variables, configuration files, etc.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I spent hours debugging network issues and translating docs. There had to be a better way.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution: MCP CN DevTools
&lt;/h2&gt;

&lt;p&gt;I built a one-click deployment tool that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ Provides Chinese documentation for 20+ popular MCP servers&lt;/li&gt;
&lt;li&gt;✅ Auto-configures environment variables&lt;/li&gt;
&lt;li&gt;✅ Works with Chinese network conditions (no VPN needed)&lt;/li&gt;
&lt;li&gt;✅ Includes troubleshooting guides for common issues&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Step 1: Install
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; @mcp/xx-server
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Step 2: Configure
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;export &lt;/span&gt;&lt;span class="nv"&gt;XX_API_KEY&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;your_key
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Step 3: Deploy
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;mcp-server-xx start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's it! The tool handles all the complex configuration automatically.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Node.js + TypeScript&lt;/strong&gt; - For the CLI tool&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bash/PowerShell scripts&lt;/strong&gt; - For automation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Markdown&lt;/strong&gt; - For Chinese documentation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;I'm planning to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Add more MCP servers to the supported list&lt;/li&gt;
&lt;li&gt;Create video tutorials (in Chinese)&lt;/li&gt;
&lt;li&gt;Build a web UI for easier management&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Try It Out
&lt;/h2&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/mcp-cn/devtools" rel="noopener noreferrer"&gt;github.com/mcp-cn/devtools&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to open issues or PRs! I'd love to hear your feedback.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;This is my first project building developer tools. Learned a lot about CLI design, documentation, and community building. Happy to share more about the journey if anyone's interested!&lt;/em&gt;&lt;/p&gt;

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