Skip to main content
Glama
c1nn3r

@sylvia/reddit-mcp

by c1nn3r

@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

Related MCP server: reddirect

Quick Start

  1. Get an API key at sylvia-api.com (free tier: 480 req/min, $0.50 credit)

  2. Set environment variable:

export SYLVIA_API_KEY=your_key_here
  1. 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

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    C
    maintenance
    An 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 updated
    8
    1
    The Unlicense
  • A
    license
    A
    quality
    B
    maintenance
    Reddit MCP Server — No API Keys Required. Browse, post, comment, vote, and manage your Reddit account from any MCP client.
    Last updated
    20
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A 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 updated
    3
    16
    10
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A 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 updated
    27
    1
    MIT

View all related MCP servers

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)

View all MCP Connectors

Latest Blog Posts

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