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.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
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.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント