@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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceAn 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.Last updated81The Unlicense
- AlicenseAqualityBmaintenanceReddit MCP Server — No API Keys Required. Browse, post, comment, vote, and manage your Reddit account from any MCP client.Last updated202MIT
- AlicenseAqualityCmaintenanceA 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.Last updated31610MIT
- Alicense-qualityDmaintenanceA 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.Last updated271MIT
Related MCP Connectors
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.
Mastodon MCP — public Mastodon data via mastodon.social (no auth required)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/c1nn3r/mcp-sylvia'
If you have feedback or need assistance with the MCP directory API, please join our Discord server