<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MCP 协议详解：Claude 的工具调用新标准]]></title><description><![CDATA[<blockquote>
<p dir="auto">来源：AI 订阅指南</p>
</blockquote>
<p dir="auto">MCP（Model Context Protocol）是 Anthropic 推出的 AI 工具调用标准协议。</p>
<p dir="auto"><strong>核心概念：</strong></p>
<ul>
<li>统一的工具调用接口</li>
<li>支持文件系统、数据库、API 等多种工具</li>
<li>标准化的输入输出格式</li>
</ul>
<p dir="auto"><strong>已有 MCP 服务器：</strong></p>
<ul>
<li>GitHub MCP（代码管理）</li>
<li>Slack MCP（消息发送）</li>
<li>Database MCP（数据库查询）</li>
<li>File System MCP（文件操作）</li>
</ul>
<p dir="auto"><strong>开发自定义 MCP：</strong></p>
<pre><code class="language-python">from mcp import Server

server = Server("my-tool")

@server.tool()
def search_web(query: str):
    # 你的工具逻辑
    return {"results": }
</code></pre>
<hr />
<p dir="auto"><em>更多 Agent 教程请关注 AI 订阅指南。</em></p>
]]></description><link>https://aspxai.com/topic/240/mcp-协议详解-claude-的工具调用新标准</link><generator>RSS for Node</generator><lastBuildDate>Mon, 22 Jun 2026 07:38:36 GMT</lastBuildDate><atom:link href="https://aspxai.com/topic/240.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Jun 2026 03:03:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MCP 协议详解：Claude 的工具调用新标准 on Mon, 22 Jun 2026 03:03:30 GMT]]></title><description><![CDATA[<p dir="auto">Agent 的 token 消耗是普通对话的 3-5 倍，有优化技巧吗？</p>
]]></description><link>https://aspxai.com/post/1039</link><guid isPermaLink="true">https://aspxai.com/post/1039</guid><dc:creator><![CDATA[byteknight]]></dc:creator><pubDate>Mon, 22 Jun 2026 03:03:30 GMT</pubDate></item><item><title><![CDATA[Reply to MCP 协议详解：Claude 的工具调用新标准 on Mon, 22 Jun 2026 03:03:30 GMT]]></title><description><![CDATA[<p dir="auto">有对比过 Claude Code 和 Cursor 的性能差异吗？</p>
]]></description><link>https://aspxai.com/post/1038</link><guid isPermaLink="true">https://aspxai.com/post/1038</guid><dc:creator><![CDATA[暖阳远方]]></dc:creator><pubDate>Mon, 22 Jun 2026 03:03:30 GMT</pubDate></item><item><title><![CDATA[Reply to MCP 协议详解：Claude 的工具调用新标准 on Mon, 22 Jun 2026 03:03:30 GMT]]></title><description><![CDATA[<p dir="auto">有推荐的 Agent 监控工具吗？主要用于追踪执行流程。</p>
]]></description><link>https://aspxai.com/post/1037</link><guid isPermaLink="true">https://aspxai.com/post/1037</guid><dc:creator><![CDATA[lightning]]></dc:creator><pubDate>Mon, 22 Jun 2026 03:03:30 GMT</pubDate></item><item><title><![CDATA[Reply to MCP 协议详解：Claude 的工具调用新标准 on Mon, 22 Jun 2026 03:03:30 GMT]]></title><description><![CDATA[<p dir="auto">有推荐的 Agent 监控工具吗？主要用于追踪执行流程。</p>
]]></description><link>https://aspxai.com/post/1036</link><guid isPermaLink="true">https://aspxai.com/post/1036</guid><dc:creator><![CDATA[cipher60]]></dc:creator><pubDate>Mon, 22 Jun 2026 03:03:30 GMT</pubDate></item></channel></rss>