@sylvia/reddit-mcp
MCP server for Reddit data — subreddits, users, search, live comments. No OAuth required.
README
@sylvia/reddit-mcp
MCP server for Reddit data — subreddits, users, search, live comments. No OAuth required.
Install
npx @sylvia/reddit-mcp
Or install globally:
npm install -g @sylvia/reddit-mcp
sylvia-mcp
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_here
- Run the server:
npx @sylvia/reddit-mcp
Claude 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 |
|---|---|
subreddit_about |
Get metadata about a subreddit |
subreddit_posts |
Get post listings (hot, new, top, rising) |
subreddit_comments_live |
Real-time comment stream for a subreddit |
user_about |
Get Reddit user profile metadata |
user_posts |
Get user's recent post history |
user_comments |
Get user's recent comment history |
user_overview |
Get combined activity feed (posts + comments) |
submission |
Fetch a single Reddit post by URL |
comment |
Fetch a single Reddit comment by URL |
thread |
Get fully resolved thread with all nested comments |
search |
Global keyword search across all subreddits |
search_advanced |
Advanced search with subreddit filter & NSFW toggle |
comments_live |
Global comment firehose across all of Reddit |
subreddit_rules |
Get subreddit rules list |
subreddit_moderators |
Get subreddit moderator list |
subreddit_sticky |
Get stickied/pinned posts |
subreddit_wiki |
Get a subreddit wiki page |
subreddit_wiki_pages |
List all wiki pages in a subreddit |
subreddit_sidebar |
Get subreddit sidebar content |
domain |
Get all posts linking to a specific domain |
duplicates |
Get crosspost duplicates of a submission |
subreddits |
Get subreddit listings by category |
subreddits_search |
Search subreddits by name/description |
subreddit_autocomplete |
Autocomplete subreddit names |
by_id |
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.