Token导航 LogoToken导航TokenDH.com
RE
其他HTTP官方级别未说明来源级核验

Reddit (verified)

MCP Server

Reddit is a social news platform with user-driven communities (subreddits), offering content sharing, discussions, and viral marketing opportunities for brands

工具数

公开资料未说明
JavaScriptHTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:21

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add reddit

详细介绍

Reddit (verified)

Reddit is a social news platform with user-driven communities (subreddits), offering content sharing, discussions, and viral marketing opportunities for brands

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add reddit

# Browse available tools
npx -y smithery tool list reddit

# Get full schema for a tool
npx -y smithery tool get reddit REDDIT_CREATE_REDDIT_POST

# Call a tool
npx -y smithery tool call reddit REDDIT_CREATE_REDDIT_POST '{}'

Direct MCP Connection

Endpoint: https://reddit.run.tools

Tools (10)

  • REDDIT_CREATE_REDDIT_POST — Creates a new text or link post on a specified, existing Reddit subreddit, optionally applying a flair.
  • REDDIT_DELETE_REDDIT_COMMENT — Deletes a Reddit comment, identified by its fullname ID, if it was authored by the authenticated user.
  • REDDIT_DELETE_REDDIT_POST — Permanently deletes a Reddit post by its ID, provided the authenticated user has deletion permissions for that post.
  • REDDIT_EDIT_REDDIT_COMMENT_OR_POST — Edits the body text of the authenticated user's own existing comment or self-post on Reddit; cannot edit link posts or …
  • REDDIT_GET_USER_FLAIR — Fetches the list of available link flairs (i.e., post flairs, not user flairs) for a given subreddit.
  • REDDIT_POST_REDDIT_COMMENT — Posts a comment on Reddit, replying to an existing and accessible submission (post) or another comment.
  • REDDIT_RETRIEVE_POST_COMMENTS — Retrieves all comments for a Reddit post given its article ID (which must be for an existing, public post); nested repl…
  • REDDIT_RETRIEVE_REDDIT_POST — Retrieves the current hot posts from a specified, publicly accessible subreddit.
  • REDDIT_RETRIEVE_SPECIFIC_COMMENT — Retrieves detailed information for a specific Reddit comment or post using its fullname.
  • REDDIT_SEARCH_ACROSS_SUBREDDITS — Searches Reddit for content (e.g., posts, comments) using a query, with results typically confined to subreddits unless…
# Get full input/output schema for a tool
npx -y smithery tool get reddit 

目录标签

目录标签

JavaScriptHTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP