Reddit Mcp Server
@Arindam200
关于 Reddit Mcp Server
Model Context Protocol server implementation for Reddit
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"reddit": {
"command": "{{PATH_TO_UV}}",
"args": [
"--directory",
"{{PATH_TO_SRC}}",
"run",
"server.py"
],
"env": {
"REDDIT_CLIENT_ID": "your_client_id",
"REDDIT_CLIENT_SECRET": "your_client_secret",
"REDDIT_USERNAME": "your_username",
"REDDIT_PASSWORD": "your_password"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Reddit Mcp Server?
The Reddit Mcp Server is a Model Context Protocol (MCP) implementation that allows AI assistants to access and interact with Reddit content via the Python Reddit API Wrapper (PRAW). It provides tools for reading public data and performing authenticated actions like posting and commenting.
How to use Reddit Mcp Server?
Clone the repository and configure the MCP server in your Claude Desktop or Cursor configuration file. Provide your Reddit API credentials (client ID and secret, and optionally username/password) as environment variables. After restarting the application, the server’s tools become available to the AI assistant.
Key features of Reddit Mcp Server
- Get detailed user information with engagement analysis
- Fetch and analyze top posts from any subreddit
- Get comprehensive subreddit statistics and health metrics
- View trending subreddits with growth patterns
- Create strategic posts with timing recommendations
- Reply to posts and comments with engagement optimization
- AI-driven insights and smart response formatting
Use cases of Reddit Mcp Server
- Analyze a Reddit user’s activity, engagement patterns, and community influence
- Retrieve and analyze top posts from a subreddit by time filter
- Obtain statistics and health indicators of any subreddit
- Discover currently trending subreddits and their growth patterns
- Autonomously create a post or reply with strategic timing and content recommendations
FAQ from Reddit Mcp Server
What are the authentication levels?
Read-only access requires only client ID and client secret. Authenticated access additionally requires a Reddit username and password to enable posting and commenting.
What environment variables are needed?
REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET, and optionally REDDIT_USERNAME and REDDIT_PASSWORD.
Where can I get Reddit API credentials?
Obtain them by creating an app at Reddit’s app preferences page.
Which tools require authentication?
create_post, reply_to_post, and reply_to_comment require authenticated access. All other tools work with read-only credentials.
What runtime dependencies are required?
The server runs on Python using the uv tool. The repository must be cloned and the environment configured with the required Reddit API credentials.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论