@sylvia/reddit-mcp
Provides tools for accessing Reddit data, including subreddit posts, user profiles, comments, search, live comment streams, rules, moderators, wiki pages, and more.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@sylvia/reddit-mcpwhat are the top posts on r/programming today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@sylvia/reddit-mcp
MCP server for Reddit data — subreddits, users, search, live comments. No OAuth required.
Install
npx @sylvia/reddit-mcpOr install globally:
npm install -g @sylvia/reddit-mcp
sylvia-mcpRelated MCP server: reddirect
Quick Start
Get an API key at sylvia-api.com (free tier: 480 req/min, $0.50 credit)
Set environment variable:
export SYLVIA_API_KEY=your_key_hereRun the server:
npx @sylvia/reddit-mcpClaude Desktop Config
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"sylvia-reddit": {
"command": "npx",
"args": ["@sylvia/reddit-mcp"],
"env": {
"SYLVIA_API_KEY": "your_key_here"
}
}
}
}Available Tools (26)
Tool | Description |
| Get metadata about a subreddit |
| Get post listings (hot, new, top, rising) |
| Real-time comment stream for a subreddit |
| Get Reddit user profile metadata |
| Get user's recent post history |
| Get user's recent comment history |
| Get combined activity feed (posts + comments) |
| Fetch a single Reddit post by URL |
| Fetch a single Reddit comment by URL |
| Get fully resolved thread with all nested comments |
| Global keyword search across all subreddits |
| Advanced search with subreddit filter & NSFW toggle |
| Global comment firehose across all of Reddit |
| Get subreddit rules list |
| Get subreddit moderator list |
| Get stickied/pinned posts |
| Get a subreddit wiki page |
| List all wiki pages in a subreddit |
| Get subreddit sidebar content |
| Get all posts linking to a specific domain |
| Get crosspost duplicates of a submission |
| Get subreddit listings by category |
| Search subreddits by name/description |
| Autocomplete subreddit names |
| Bulk lookup by fullnames (t3_abc, t1_def) |
API Key
Get your free API key at sylvia-api.com. Free tier includes 480 requests/minute with $0.50 starting credit.
Data Layer
Data layer: Sylvia API — no OAuth Reddit data.
License
MIT © 2026 Sylvia API
This server cannot be deployed
Maintenance
Related MCP Connectors
Reddit MCP server: search posts, subreddit feeds, comments & user profiles as JSON. No API key.
Reddit MCP — public Reddit data via JSON endpoints (no auth required)
Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.
Lemmy MCP — public reads on any Lemmy instance.
Related MCP Servers
- 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.82-
- AlicenseAqualityDmaintenanceReddit MCP Server — No API Keys Required. Browse, post, comment, vote, and manage your Reddit account from any MCP client.204MIT
- AlicenseAqualityDmaintenanceA dependency-free MCP server that reads Reddit through its RSS feeds, enabling search, browsing subreddits, and reading post comments without any API keys or authentication.37 npm14MIT
- AlicenseNot gradedqualityDmaintenanceA read-only MCP server that connects to the Reddit Data API to search posts, browse subreddits, read comments, view user profiles, and check trending content through the Model Context Protocol.6 npm1MIT