Reddit MCP Server
Related Servers
Alternatives to Reddit MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceA specialized MCP server that enables AI agents to interact with Reddit, including reading posts, creating content, and managing subreddit configurations.5 npm10Apache 2.0
- AlicenseBqualityDmaintenanceA plug-and-play MCP server that enables AI assistants to browse, search, and read Reddit content through the PRAW library.618MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides AI agents with full Reddit API capabilities including search, browsing, reading, posting, commenting, voting, editing, and deleting.13 npmMIT
- AlicenseAqualityBmaintenanceAn MCP server that enables authenticated Reddit account actions like posting, commenting, voting, and messaging via the Reddit API.127 npmMIT
- AlicenseBqualityDmaintenanceAn MCP server that provides both read-only and authenticated access to Reddit content and interactions without requiring a developer API key. It enables users to browse posts, search subreddits, and perform write actions like commenting and voting by leveraging browser session cookies.81-
- AlicenseAqualityBmaintenanceAn MCP server for interacting with Reddit, enabling browsing, searching, content creation, and management with built-in safe mode and bot disclosure features.23465 npmMIT
TDQS
Scored across 15 tools
Every tool has a clearly distinct purpose with no ambiguity. Tools are well-organized around specific resources (posts, subreddits, users, comments) and actions (create, get, search, join), making it easy for an agent to select the right tool. For example, get_submission_by_id and get_submission_by_url serve the same purpose but through different inputs, which is clear from their names and descriptions.
All tools follow a consistent verb_noun pattern with snake_case throughout (e.g., create_post, get_submission_by_id, search_posts). The naming is predictable and readable, with no deviations in style or convention. Tools like get_user_info and who_am_i both retrieve user information but are clearly distinguished by their naming.
With 15 tools, the server is well-scoped for a Reddit API, covering core functionalities like posting, retrieving submissions, managing subreddits, and user interactions. Each tool earns its place without feeling excessive or thin, providing comprehensive coverage for typical Reddit workflows without overwhelming an agent.
The tool set offers complete CRUD/lifecycle coverage for the Reddit domain, including creating posts, retrieving submissions (by ID, URL, search, top posts), managing subreddits (info, stats, joining), user interactions (info, posts, comments), and replying to posts/comments. There are no obvious gaps, and agents can perform end-to-end operations without dead ends.