mcp-server-reddit-ts

mcp-server-reddit-ts

0

The Reddit MCP Server allows users to interact with Reddit content through browsing, searching, and reading functionalities, all without needing a Reddit account. It is implemented in JavaScript/Node.js and provides a robust solution with features like durable input validation using Zod.

Reddit MCP Server

A Reddit server based on the Model Context Protocol (MCP) that provides functionalities for browsing, searching, and reading Reddit content. This implementation, written in JavaScript/Node.js, can be run directly via npx.

Features

  • Browse subreddits, posts, and comments
  • Search Reddit content
  • Access in read-only mode without a Reddit account
  • Robust input validation with Zod

Requirements

  • Node.js 18 or higher
  • Reddit API client ID and secret

Usage

Use this package directly via npx without global installation.

Available Tools

  • get_comment: Retrieve comment
  • get_comments_by_submission: Retrieve post comments
  • get_submission: Retrieve post
  • get_subreddit: Get subreddit by name
  • search_posts: Search posts in subreddit
  • search_subreddits: Search subreddits by name or description

License

This package is licensed under the MIT License.