PulseAugur
实时 11:39:19
English(EN) Show HN: Open-Source MCP Server for Context and AI Tools

MCP 协议生态系统通过新工具和服务器扩展

模型上下文协议(MCP)正在迎来显著发展,涌现出新的工具和服务器来简化 AI 代理工作流。mcpc 命令行客户端为 MCP 操作提供了一个通用接口,增强了脚本编写和调试能力。与之相辅相成的是,MCPShark VS Code 扩展在编辑器内提供了 MCP 流量的可视化,简化了调试过程。此外,还开发了多个开源 MCP 服务器,为欧盟农业、制药和气候合规等领域提供专业功能,同时也有用于内容审核和数据管理的通用工具。目前正在努力提高这些服务器的可发现性和可靠性,正在创建统一的目录和自动化分发管道,同时注重使服务器故障更加透明和易于管理。 AI

影响 MCP 生态系统正在迅速扩展,涌现出用于代理开发、调试和专业服务器功能的新工具,增强了 AI 代理的能力和开发人员的工作流。

排序理由 多个与模型上下文协议(MCP)相关的新开源工具和服务正在发布和讨论中。

在 HN — MCP stories 阅读 →

AI 生成摘要 · Google Gemini · 来自 45 个来源。 我们如何撰写摘要 →

MCP 协议生态系统通过新工具和服务器扩展

报道来源 [45]

  1. HN — MCP stories TIER_1 English(EN) · jancurn ·

    Show HN: mcpc – Universal command-line client for Model Context Protocol (MCP)

  2. HN — MCP stories TIER_1 English(EN) · mywork-dev ·

    Show HN:MCPShark Viewer (VS Code/Cursor 扩展) - 在编辑器中查看 MCP 流量

  3. HN — MCP stories TIER_1 English(EN) · apichar ·

    Show HN:用于上下文和AI工具的开源MCP服务器

  4. dev.to — MCP tag TIER_1 English(EN) · Zenovay ·

    搭建MCP服务器,让Claude直接查询我的SaaS分析数据

    <p>Last week I shipped a Model Context Protocol (MCP) server for my analytics SaaS. Now Claude Desktop, Cursor, and any MCP compatible client can query traffic, revenue, and funnel data directly.</p> <p>This is a walkthrough of how I built it, what worked, and a couple of pattern…

  5. dev.to — MCP tag TIER_1 English(EN) · Developer Harsh ·

    2026年使用FastMCP从头开始构建可流式传输的HTTP MCP服务器

    <p>If you've spent any time wiring up tools for an AI agent, you know the pain: every model vendor has its own function-calling format, every integration is bespoke glue code, and every model upgrade breaks something downstream. </p> <p>MCP changes this by providing a shared inte…

  6. Medium — Claude tag TIER_1 English(EN) · Pascal Allen ·

    如何:使用 Go 构建 MCP 服务器

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pascalallen.medium.com/how-to-build-an-mcp-server-in-go-50ed8a4c9ed4?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/2300/1*wIHvlj507e7Z6Cc537zvgA.png" width="2300" /></a></p><p cl…

  7. dev.to — MCP tag TIER_1 English(EN) · Luc B. Perussault-Diallo ·

    如何为自建的 MCP 服务器进行基准测试?

    <p>I built a code-intelligence MCP server. Then I built a benchmark for code-intelligence MCP servers. Then my tool placed first on every scenario.</p> <p>I didn't believe it.</p> <p>So I threw the harness out and rewrote it from scratch. Same result. I built three held-out scena…

  8. dev.to — MCP tag TIER_1 English(EN) · 2x lazymac ·

    本周两款小型MCP服务器减少了提示浪费

    <h1> Two Tiny MCP Servers That Reduced Prompt Waste This Week </h1> <p>This week I kept hitting the same two problems while running an agent-heavy workflow.</p> <p>First, structured outputs drifted. A model would mostly follow the schema, then miss one required field or return th…

  9. dev.to — MCP tag TIER_1 English(EN) · J Now ·

    一个MCP服务器,四个客户端,零翻译死胡同

    <p>I was writing a work email in Japanese — still learning, good enough to get through it, not good enough to know whether I was being rude. Google Translate gave me one sentence. No register note. No indication whether I'd just addressed a senior colleague like a peer.</p> <p>ko…

  10. dev.to — MCP tag TIER_1 English(EN) · t49qnsx7qt-kpanks ·

    MCP支付服务器的内存可移植性

    <p>MCP servers are becoming the standard for agent payment tools. but there's a gap — memory doesn't move with the agent.</p> <p>i built mnemopay so agents carry reputation and context across servers. portability isn't a nice-to-have — it's required for autonomous commerce.</p> <…

  11. dev.to — MCP tag TIER_1 English(EN) · 2x lazymac ·

    本周两款小型MCP服务器减少了提示浪费

    <h1> Two Tiny MCP Servers That Reduced Prompt Waste This Week </h1> <p>This week I kept hitting the same two problems while running an agent-heavy workflow.</p> <p>First, structured outputs drifted. A model would mostly follow the schema, then miss one required field or return th…

  12. dev.to — MCP tag TIER_1 English(EN) · Rumblingb ·

    我如何构建了一个可并行部署61个MCP服务器的管道

    <p>I have 61 MCP servers and Chrome extensions, all with Stripe payment links baked in.</p> <p>No, I didn't write them all by hand. I built a pipeline where AI agents ship products end-to-end — from GitHub repo to npm to Smithery to Stripe checkout — in parallel.</p> <p>Here's th…

  13. dev.to — MCP tag TIER_1 English(EN) · DasClown ·

    我为欧盟农业、制药、气候和法律领域构建的 5 个开源 MCP 服务器

    <p>I have been building Model Context Protocol (MCP) servers for EU domains. Here is the full collection.</p> <h2> 1. CropProphEU — EU Crop Intelligence </h2> <p><a href="https://github.com/DasClown/CropProphEU" rel="noopener noreferrer">https://github.com/DasClown/CropProphEU</a…

  14. dev.to — MCP tag TIER_1 English(EN) · Rumblingb ·

    我搭建了 56 个免费 MCP 服务器 — 这是一个统一的目录

    <p>Building MCP servers for AI agents became my obsession. Three weeks in, I had 56 of them — and a real problem.</p> <h2> The Problem </h2> <p>Every MCP server I built lived in its own GitHub repo. There was no single place to browse them, filter by category, or see which ones h…

  15. dev.to — MCP tag TIER_1 English(EN) · J Now ·

    MCP服务器分发,告别日常繁琐

    <p>The MCP Registry, Smithery, and GitHub Topics are where developers search for servers to use — but submitting to all three manually, then posting to Bluesky, Dev.to, Mastodon, and Hashnode, means four to seven separate workflows every time you ship something. Most builders do …

  16. dev.to — MCP tag TIER_1 English(EN) · Immanuel Gabriel ·

    在运送 MCP 服务器后:如何让它诚实地失败

    <p>I thought the hard part was shipping the MCP server.</p> <p>It was not.</p> <p>The hard part started after the server was public, listed, installable, and testable outside my own machine.</p> <p>FreshContext is my MCP project around freshness-aware retrieval. The basic idea is…

  17. dev.to — MCP tag TIER_1 English(EN) · Rumblingb ·

    我们修复了所有 MCP 服务器:出了什么问题以及如何解决

    <p>Last week, we did something we should have done months ago: a full QA audit of our MCP server portfolio. We maintain a collection of Model Context Protocol servers that power AgentPay — an AI-native payments platform built on the MCP standard. The result? We found broken impor…

  18. dev.to — MCP tag TIER_1 English(EN) · pengspirit ·

    MCP工具缺少描述到底有什么作用?我从真实MCP服务器追踪到的四种故障模式

    <p>This is the third article in a series. The first established that <strong>schema descriptions are load-bearing</strong> — if you ship an MCP tool with <code>{ "type": "string" }</code> and no <code>description</code>, the model has to guess at a contract that doesn't exist. Th…

  19. Medium — MCP tag TIER_1 English(EN) · Muhammed Mukthar ·

    6款MCP服务器,可自动化您的整个内容工作流

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/6-mcp-servers-that-automate-your-entire-content-workflow-540c3f9b8658?source=rss------mcp-5"><img src="https://cdn-images-1.medium.com/max/600/0*q7XCbpKaOUA_uMSt" width="600" /></a></p><…

  20. dev.to — MCP tag TIER_1 English(EN) · Weston G ·

    我为加密空投发布了一个MCP服务器 — 一行配置即可安装

    <p>I shipped a tiny MCP server last week that turns a curated crypto airdrop directory into 3 tools any LLM client (Claude Desktop, Cursor, Continue, Windsurf) can call directly.</p> <p>This post is the install snippet + a screenshot of it returning real data — so you can decide …

  21. dev.to — MCP tag TIER_1 English(EN) · Mukunda Rao Katta ·

    使用七个小型实用MCP服务器加固Notion MCP工作流

    <p>The first time you wire <a href="https://developers.notion.com/docs/mcp" rel="noopener noreferrer">Notion's MCP server</a> into Claude Desktop, it feels like cheating. Ask Claude "what was decided in the Engineering Weekly last Thursday?" and it just answers. Ask it to update …

  22. dev.to — MCP tag TIER_1 Português(PT) · Lucas ·

    MCP服务器测试手册:手动+自动化(Apidog)

    <p>Uma postagem “Ableton Live MCP” no Show HN alcançou 118 pontos e 78 comentários no início desta semana. O padrão já é familiar: alguém escreveu um servidor do Model Context Protocol para uma ferramenta improvável, o público do Claude Desktop adorou, e uma onda de postagens “de…

  23. Medium — MCP tag TIER_1 English(EN) · Adarsh Dayanand ·

    30分钟用TypeScript搭建你的第一个MCP服务器

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://javascript.plainenglish.io/build-your-first-mcp-server-with-typescript-in-30-minutes-412c71222a19?source=rss------mcp-5"><img src="https://cdn-images-1.medium.com/max/1200/0*lVJNuJnauVUgbMrR" width="1200"…

  24. dev.to — MCP tag TIER_1 English(EN) · Ethan Cole ·

    搭建 MCP 服务器 — 来自 thunderbit-mcp 的经验教训

    <p>When we started building <a href="https://thunderbit.com/mcp" rel="noopener noreferrer">thunderbit-mcp</a>, the plan sounded straightforward: expose Thunderbit's web extraction API to AI coding agents through the Model Context Protocol.</p> <p>In practice, the hard parts were …

  25. Medium — MCP tag TIER_1 English(EN) · Diptendu Das ·

    平台架构师日常使用的 5 款 MCP 服务器

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://diptendud.medium.com/the-5-mcp-servers-i-use-daily-as-a-platform-architect-454271bfbedd?source=rss------mcp-5"><img src="https://cdn-images-1.medium.com/max/1440/1*zcyr1ptyzS53AaDnP9wTmw.png" width="1440"…

  26. dev.to — MCP tag TIER_1 English(EN) · ForgeWorkflows ·

    MCP 服务器用于 Claude:我们测试中学到的经验

    <h2> What We Set Out to Build </h2> <p>In early 2026, we started wiring Model Context Protocol extensions into our automation pipelines. The premise was straightforward: Claude, by default, has no memory of the web, no access to your filesystem, and no way to trigger external sys…

  27. dev.to — MCP tag TIER_1 English(EN) · Saras Growth Space ·

    设计一个真正的 MCP 系统(端到端,从零开始)

    <p>We’ve covered everything:</p> <ul> <li>what MCP is</li> <li>tools, client, server</li> <li>communication flow</li> <li>guardrails</li> </ul> <p>Now let’s put it all together and design a <strong>real system</strong>.</p> <h2> 🎯 The Goal </h2> <p>Let’s build:</p> <blockquote> <…

  28. Medium — Claude tag TIER_1 English(EN) · Malasartes ·

    从开发者笔记本到隔离容器 — 使用 MCPNest 的企业 MCP 基础设施

    <div class="medium-feed-item"><p class="medium-feed-snippet">## The Problem</p><p class="medium-feed-link"><a href="https://medium.com/@MCPNest/from-developer-laptops-to-isolated-containers-enterprise-mcp-infrastructure-with-mcpnest-3246456261fc?source=rss------claude-5">Continue…

  29. dev.to — MCP tag TIER_1 English(EN) · Ricardo Rodrigues ·

    从开发者笔记本到隔离容器 — 使用 MCPNest 构建企业级 MCP 基础设施

    <h2> The Problem </h2> <p>The MCP ecosystem is growing fast. Anthropic, Microsoft, Google, AWS, and Cloudflare are all publishing official MCP servers. Developers are connecting AI tools — Claude, Cursor, Windsurf — to databases, internal APIs, GitHub, and business systems.</p> <…

  30. dev.to — MCP tag TIER_1 English(EN) · Muhammad Arslan ·

    使用 Node.js 和 TypeScript 构建 MCP 服务器:HazelJS 实战教程

    <blockquote> <p>Expose your existing TypeScript classes to <strong>Cursor</strong>, <strong>Claude Desktop</strong>, and any other Model Context Protocol (MCP) client — without writing protocol code, without a heavy SDK, and without standing up a separate HTTP service.</p> </bloc…

  31. dev.to — MCP tag TIER_1 English(EN) · Wannavf ·

    MCP Sentinel v1.0 发布:MCP 工具模式的锁定文件

    <p>A few days ago I posted about a problem I hit with MCP tool schema drift.</p> <p>The short version:</p> <p>An MCP server changed a parameter from <code>location</code> to <code>city</code>.</p> <p>My agent kept sending <code>location</code>.</p> <p>Nothing warned me before run…

  32. Medium — Claude tag TIER_1 English(EN) · DevQuill Insights ·

    从零开始构建 MCP 服务器:无 SDK,仅 JSON-RPC 循环

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/write-a-catalyst/building-an-mcp-server-from-scratch-no-sdk-just-a-json-rpc-loop-4894a0119da7?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/2000/0*yXfUoc7gzCT1Bxii" wi…

  33. dev.to — MCP tag TIER_1 English(EN) · Zeke ·

    10分钟搭建一个Lightning-Gated MCP服务器

    <h2> The pain </h2> <p>You built an MCP tool that calls a paid API on every invocation. Every agent that knows your server URL can hammer it for free. The polite caller with a real Nostr identity pays the same rate as the bot somebody spun up an hour ago, which is to say nothing.…

  34. dev.to — MCP tag TIER_1 English(EN) · William Baker ·

    为什么你的 MCP 服务器需要一个网络层(以及如何在 30 秒内添加一个)

    <p>You've got an MCP server running. Locally, it's perfect. Then someone asks: "Can another agent on a different machine call it?"</p> <p>You spin up a VPN. Or punch a hole in the firewall. Or route it through a cloud proxy. Half a day gone, and now you've got a central dependenc…

  35. dev.to — MCP tag TIER_1 English(EN) · Timo Hähne ·

    我们为雇佣合同构建了一个MCP服务器 — 远程HTTP,QES/eIDAS,12种工具

    <p>If you've been building AI agent workflows, you've probably hit this wall: your agent can reason, plan, and execute — but connecting it to external systems still means writing custom API wrappers, auth logic, and error handling for every service.</p> <p>MCP (Model Context Prot…

  36. dev.to — MCP tag TIER_1 English(EN) · bot bot ·

    搭建首个付费MCP服务器:来自coinopai-mcp的经验教训

    <p>The agent economy needs three things to function: <strong>tools</strong> (MCP), <strong>communication</strong> (A2A), and <strong>money</strong> (x402). Most MCP servers give their tools away for free. That's a missed opportunity.</p> <h2> The Gap </h2> <p>MCP is becoming the …

  37. dev.to — MCP tag TIER_1 English(EN) · Raju Dandigam ·

    MCP 无需繁琐设置:将 Docker MCP Toolkit 与 TypeScript Agents 结合使用

    <h2> Introduction </h2> <p>Model Context Protocol, usually called MCP, has quickly become one of the most important ideas in AI application development. It gives AI tools and agents a standard way to connect to external systems such as filesystems, GitHub, databases, browsers, do…

  38. dev.to — MCP tag TIER_1 English(EN) · Saras Growth Space ·

    设计优秀的 MCP 工具(大多数系统在此失败)

    <p>By now, you understand how MCP works.</p> <p>But here’s the reality:</p> <blockquote> <p>Most MCP systems don’t fail because of the protocol…<br /> they fail because of <strong>bad tool design</strong>.</p> </blockquote> <h2> 🧠 The Core Truth </h2> <p>The model makes decisions…

  39. dev.to — MCP tag TIER_1 English(EN) · Serhii Kalyna ·

    如何使用 Claude 构建 MCP 服务器:完整教程 (2026)

    <p>The <strong>Model Context Protocol (MCP)</strong> lets you expose custom tools and data sources to Claude in a standardized way. Instead of hardcoding tool definitions in every app, you build an <strong>MCP server</strong> once and connect it to Claude Desktop, Claude Code, or…

  40. dev.to — MCP tag TIER_1 English(EN) · Pranay Batta ·

    自托管开源MCP网关:设置、安全和扩展指南

    <p><strong>TL;DR:</strong> Self-hosting an MCP gateway gives you control over auth, audit logging, and tool access in a way managed services do not. I set up <a href="https://www.getmaxim.ai/bifrost/resources/mcp-gateway" rel="noopener noreferrer">Bifrost</a> end to end on a sing…

  41. dev.to — MCP tag TIER_1 English(EN) · Saras Growth Space ·

    MCP 幕后工作原理详解(避免陷入协议细节)

    <p>So far, we’ve built a solid understanding of:</p> <ul> <li>tools</li> <li>MCP client</li> <li>MCP server</li> <li>tools vs resources</li> </ul> <p>Now let’s answer a practical question:</p> <blockquote> <p>What actually happens internally when a tool is used?</p> </blockquote>…

  42. dev.to — MCP tag TIER_1 English(EN) · BuyWhere ·

    MCP服务器发现的鸿沟:如何为您的代理找到合适的MCP服务器?

    <p>MCP (Model Context Protocol) servers are multiplying fast. Anthropic opened the protocol, and now there are thousands of MCP servers for everything — file systems, databases, APIs, browsers, commerce, you name it.</p> <p>But here is the problem I keep hitting: <strong>how do y…

  43. dev.to — MCP tag TIER_1 English(EN) · BuyWhere ·

    "从零开始搭建MCP服务器:2026年完整指南"

    <p>You've used MCP servers. Maybe you've connected Claude Desktop to filesystem, Postgres, or a web search tool. But building your own MCP server that AI agents can discover and use reliably? That's the next level.</p> <p>This guide walks through building a production MCP server …

  44. Medium — Claude tag TIER_1 English(EN) · The Speedcraft Lab ·

    我花了一个周末重建了三个已存在的MCP服务器

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/beyond-localhost/i-spent-a-weekend-rebuilding-three-mcp-servers-that-already-exist-179abe1c3884?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/1200/1*Zg0cZbly1JKYxpeOT-…

  45. dev.to — MCP tag TIER_1 English(EN) · BuyWhere ·

    5 个真正物有所值的上下文窗口的 MCP 服务器 — 构建者指南

    <p>The MCP ecosystem passed 1,000+ servers this month. Tool definitions alone can eat 35-50% of your agent's context window before it processes a single task. Having more servers connected doesn't make your agent more capable — it makes it slower, more expensive, and more likely …