展示HN:我为Reddit构建了一个MCP服务器

2作者: Arindam17294 天前原帖
大家好, 我最近构建了一个很酷的东西,我想很多人会觉得它很有用:一个针对Reddit的MCP(模型上下文协议)服务器,并且它是完全开源的! 如果你之前从未听说过MCP,它是一种协议,可以让MCP客户端(如Claude、Cursor,甚至是你自定义的代理)直接与外部服务进行交互。 你可以用它做以下事情: - 获取详细的用户资料。 - 从任何子版块获取并分析热门帖子。 - 查看子版块的健康状况、增长和趋势指标。 - 创建具有最佳时机建议的战略帖子。 - 回复帖子/评论。 代码库链接:[https://github.com/Arindam200/reddit-mcp](https://github.com/Arindam200/reddit-mcp) 我制作了一个视频,演示如何设置和使用它与Claude一起:[https://www.youtube.com/watch?v=nY7Stp6peMI](https://www.youtube.com/watch?v=nY7Stp6peMI) 该项目是开源的,欢迎随意克隆、使用或贡献! 期待你的反馈!
查看原文
Hey folks ,<p>I recently built something cool that I think many of you might find useful: an MCP (Model Context Protocol) server for Reddit, and it’s fully open source!<p>If you’ve never heard of MCP before, it’s a protocol that lets MCP Clients (like Claude, Cursor, or even your custom agents) interact directly with external services.<p>Here’s what you can do with it: - Get detailed user profiles. - Fetch + analyze top posts from any subreddit - View subreddit health, growth, and trending metrics - Create strategic posts with optimal timing suggestions - Reply to posts&#x2F;comments.<p>Repo link: <a href="https:&#x2F;&#x2F;github.com&#x2F;Arindam200&#x2F;reddit-mcp">https:&#x2F;&#x2F;github.com&#x2F;Arindam200&#x2F;reddit-mcp</a><p>I made a video walking through how to set it up and use it with Claude: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nY7Stp6peMI" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nY7Stp6peMI</a><p>The project is open source, so feel free to clone, use, or contribute!<p>Would love to have your feedback!