Skip to main content
Glama
lesterlxy
by lesterlxy

mcp-reddit

FastMCP server — Reddit via old.reddit.com JSON endpoints.

Usage

mcp-reddit [--transport TRANSPORT] [--host HOST] [--port PORT]

Options

Flag

Default

Description

--transport

stdio

stdio, http, streamable-http, sse

--host

0.0.0.0

Bind address (HTTP transports)

--port

8000

Bind port (HTTP transports)

Environment

Variable

Equivalent

MCP_TRANSPORT

--transport

Examples

# Claude Desktop / Codex (stdio)
uvx --from git+https://... mcp-reddit

# Self-hosted Streamable HTTP
mcp-reddit --transport streamable-http --port 8000
# → clients connect to http://host:8000/mcp

# Env-var style
MCP_TRANSPORT=sse mcp-reddit --port 9000

Related MCP server: reddirect

Tools

Tool

Description

reddit_get_posts

Fetch posts from a subreddit

reddit_search

Search Reddit (global or scoped)

reddit_get_comments

Fetch a post and its comment tree

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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
    C
    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
    C
    maintenance
    Read-only MCP server for public Reddit content using TypeScript. Enables listing posts, fetching post details and comments, and searching Reddit.
    Last updated
    30
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Reddit MCP — public Reddit data via JSON endpoints (no auth required)

  • A basic MCP server to operate on the Postman API.

  • Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).

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/lesterlxy/mcp-reddit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server