
Reddit Content API
MCP server that enables interaction with Reddit, allowing users to read trending posts, analyze discussions, create posts, add comments, and vote on content through Claude and Cursor.
README
Reddit Content API - Setup and Usage Guide
This project provides MCP (Model Context Protocol) tools for interacting with Reddit through Claude and Cursor.
Features
- Reading trending posts from subreddits
- Analyzing Reddit discussions with comments
- Creating posts on Reddit
- Adding comments to posts or replies to existing comments
- Voting on posts and comments
Requirements
- Python 3.10+
- A Reddit account
- A registered Reddit application (to obtain client_id and client_secret)
- Virtual environment (venv or similar)
- Claude Desktop and/or Cursor (optional but recommended)
Installation from Scratch
Follow these steps carefully to avoid import and configuration issues:
# 1. Clone the repository
git clone https://github.com/your-username/mcp-reddit.git
cd mcp-reddit
# 2. Create and activate virtual environment
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
# 3. Install dependencies (WITHOUT installing the package in editable mode)
pip install -r requirements.txt
# 4. Configure environment variables (see below)
# Create and edit the .env file
⚠️ IMPORTANT: DO NOT install the package in editable mode (
pip install -e .
) as it can cause module import problems.
Environment Configuration
- Create a
.env
file in the project root with the following variables:
REDDIT_CLIENT_ID=your_client_id
REDDIT_CLIENT_SECRET=your_client_secret
REDDIT_REFRESH_TOKEN=your_refresh_token
- To obtain a refresh token, run:
python -m mcp_reddit.auth_helper
Follow the instructions to authorize the application. The token will be automatically saved to the .env
file.
Project Structure
mcp-reddit/
│
├── src/
│ └── mcp_reddit/
│ ├── __init__.py
│ ├── main.py # Entry point for the MCP server
│ ├── reddit_fetcher.py # Implementation of Reddit tools
│ └── auth_helper.py # Helper for generating authentication tokens
│
├── .env # Environment variables (create manually)
├── requirements.txt
├── setup.py
└── README.md
Running the Server Directly
To run manually (useful for development and testing):
cd /path/to/mcp-reddit
.venv/bin/python src/mcp_reddit/main.py
You should see logs indicating:
- Server initialization
- Reddit authentication verification
- Registration of 10 tools (5 original + 5 with prefix)
- "Running MCP server..."
Claude Desktop Configuration
-
Locate the configuration file:
- On macOS:
/Users/your-username/Library/Application Support/Claude/claude_desktop_config.json
- On Windows:
%APPDATA%\Claude\claude_desktop_config.json
- On macOS:
-
Add the configuration for reddit-content-api:
"reddit-content-api": {
"command": "/full/path/to/mcp-reddit/.venv/bin/python",
"args": [
"-m",
"mcp_reddit.main",
"--stdio"
],
"cwd": "/full/path/to/mcp-reddit",
"env": {
"PYTHONPATH": "/full/path/to/mcp-reddit/src:/full/path/to/mcp-reddit",
"DEBUG": "true"
}
}
⚠️ EXTREMELY IMPORTANT:
PYTHONPATH
must include both thesrc
directory and the project root, in that order, separated by:
(on Unix/macOS) or;
(on Windows)
Cursor Configuration
-
Locate the configuration file:
- On macOS:
/Users/your-username/.cursor/mcp.json
- On Windows:
%USERPROFILE%\.cursor\mcp.json
- On macOS:
-
Add the same configuration as in Claude, adjusting paths as necessary.
Troubleshooting Common Issues
Issue: Only 2 tools appear instead of the expected 10
Symptoms: When running the server, only 2 tools appear instead of the expected 10.
Possible causes and solutions:
-
Import problem: Python is importing an installed version from
site-packages
instead of the local code insrc/
.Solution:
- Make sure NOT to install the package in editable mode (
pip install -e .
) - Explicitly add
src
to the beginning ofPYTHONPATH
in the configurations - If you've already installed it, use
pip uninstall reddit-content-api
to remove it
- Make sure NOT to install the package in editable mode (
-
Python cache: Old
.pyc
files can cause problems.Solution:
- Remove all
__pycache__
directories from the project
- Remove all
-
Version conflicts: Different versions of the same library.
Solution:
- Reinstall dependencies with
pip install -r requirements.txt
- Reinstall dependencies with
Issue: "Cannot create post: Reddit authentication is not configured properly"
Cause: The refresh token is invalid or has expired.
Solution: Regenerate the token by running python -m mcp_reddit.auth_helper
and make sure it's saved in .env
.
Issue: Tools don't appear in Claude/Cursor
Cause: Incorrect configuration in the configuration files.
Solution:
- Check paths and especially
PYTHONPATH
in the configuration files - Completely restart Claude/Cursor after modifying the configuration
Using the Tools in Claude/Cursor
Once configured, you can use the following tools:
mcp_reddit_content_api_fetch_reddit_hot_threads
- Get trending postsmcp_reddit_content_api_fetch_reddit_post_content
- Analyze a post and its commentsmcp_reddit_content_api_create_reddit_post
- Create a new postmcp_reddit_content_api_add_reddit_comment
- Add a commentmcp_reddit_content_api_vote_on_reddit_content
- Vote on content
Examples
Getting trending posts:
Subreddit: python
Number of posts: 5
Creating a post:
Subreddit: test
Title: Test from MCP
Content type: text
Content: This is a test from the Reddit Content API using MCP.
Contributions
If you find issues or have improvements, please create an issue or submit a pull request.
License
Support This Project
If you find this project useful in your work or research, please consider:
- ⭐ Starring the repository to show your support
- 🔄 Following the repository for updates on new features and improvements
- 🐛 Opening issues for bugs or feature requests
- 🛠️ Contributing with pull requests if you have improvements to share
Your support helps make this project better for everyone!
推荐服务器

Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。