<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Playwright on Chen Kai Blog</title><link>https://www.chenk.top/en/tags/playwright/</link><description>Recent content in Playwright on Chen Kai Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 21 Apr 2026 09:00:00 +0000</lastBuildDate><atom:link href="https://www.chenk.top/en/tags/playwright/index.xml" rel="self" type="application/rss+xml"/><item><title>Claude Code Hands-On (4): MCP Servers, or How Claude Talks to Anything</title><link>https://www.chenk.top/en/claude-code-learn/04-mcp-servers/</link><pubDate>Tue, 21 Apr 2026 09:00:00 +0000</pubDate><guid>https://www.chenk.top/en/claude-code-learn/04-mcp-servers/</guid><description>&lt;p>If you only learn one extension mechanism in Claude Code, learn MCP. It is the difference between an autocomplete and a platform.&lt;/p>
&lt;p>&lt;figure class="article-figure">
 &lt;img src="https://blog-pic-ck.oss-cn-beijing.aliyuncs.com/posts/en/claude-code-learn/04-mcp-servers/illustration_1.png" alt="Claude Code Hands-On (4): MCP Servers, or How Claude Talks to Anything — Chapter overview" loading="lazy" decoding="async" class="content-image">
 
&lt;/figure>
&lt;/p>
&lt;hr>
&lt;h2 id="the-60-second-pitch" class="heading-anchor">The 60-second pitch&lt;a href="#the-60-second-pitch" class="heading-link" aria-label="Permalink to this section" title="Copy link to this section">#&lt;/a>
&lt;/h2>&lt;p>MCP is &lt;strong>Model Context Protocol&lt;/strong> — a small open spec that lets Claude Code call tools and read resources from external servers. The &amp;ldquo;server&amp;rdquo; is any process that speaks MCP over stdio or HTTP. Claude treats MCP tools the same as its built-in tools: the model decides when to call them, you confirm or auto-approve, results come back as text.&lt;/p></description></item><item><title>OpenClaw QuickStart (6): Skills, MCP, and Shipping Something Real</title><link>https://www.chenk.top/en/openclaw-quickstart/06-skills-and-mcp/</link><pubDate>Mon, 13 Apr 2026 09:00:00 +0000</pubDate><guid>https://www.chenk.top/en/openclaw-quickstart/06-skills-and-mcp/</guid><description>&lt;p>After five pieces, you have a working OpenClaw with a chat channel. This is where it stops being a demo.&lt;/p>
&lt;p>&lt;figure class="article-figure">
 &lt;img src="https://blog-pic-ck.oss-cn-beijing.aliyuncs.com/posts/en/openclaw-quickstart/06-skills-and-mcp/illustration_1.png" alt="OpenClaw QuickStart (6): Skills, MCP, and Shipping Something Real — Chapter overview" loading="lazy" decoding="async" class="content-image">
 
&lt;/figure>
&lt;/p>
&lt;hr>
&lt;h2 id="what-well-build" class="heading-anchor">What we&amp;rsquo;ll build&lt;a href="#what-well-build" class="heading-link" aria-label="Permalink to this section" title="Copy link to this section">#&lt;/a>
&lt;/h2>&lt;p>&lt;figure class="article-figure">
 &lt;img src="https://blog-pic-ck.oss-cn-beijing.aliyuncs.com/posts/en/openclaw-quickstart/06-skills-and-mcp/fig_skills.png" alt="Skill composition pipeline — from trigger to tool execution" loading="lazy" decoding="async" class="content-image">
 
&lt;/figure>
&lt;/p>
&lt;p>A morning-briefing agent that:&lt;/p>
&lt;ol>
&lt;li>Runs at 7am every weekday&lt;/li>
&lt;li>Fetches the top headlines from Hacker News (via a Playwright MCP server)&lt;/li>
&lt;li>Reads my calendar for the day (via a Skill that wraps &lt;code>gcalcli&lt;/code>)&lt;/li>
&lt;li>Summarizes both into a paragraph and pushes it to my Telegram&lt;/li>
&lt;/ol>
&lt;p>This is a real workflow. By the end, you&amp;rsquo;ll have the structure to swap in your own data sources. But first, let&amp;rsquo;s understand the two systems we&amp;rsquo;re combining.&lt;/p></description></item></channel></rss>