Reddit Extension
This tutorial covers how to add the Reddit MCP Server as a Goose extension to fetch trending threads, analyze Reddit post content, and explore subreddit discussions.
- Goose Desktop
- Goose CLI
Command
uvx --from git+https://github.com/adhikasp/mcp-reddit.git mcp-reddit
Configuration
Note that you'll need uv installed on your system to run this command, as it uses uvx
.
- Goose Desktop
- Goose CLI (No Env Vars)
- Launch the installer
- Press
Yes
to confirm the installation - Click
Save Configuration
- Scroll to the top and click
Exit
from the upper left corner
- Run the
configure
command:
goose configure
- Choose to add a
Command-line Extension
.
┌ goose-configure
│
◇ What would you like to configure?
│ Add Extension (Connect to a new extension)
│
◆ What type of extension would you like to add?
│ ○ Built-in Extension
│ ● Command-line Extension (Run a local command or script)
│ ○ Remote Extension
└
- Give your extension a name.
┌ goose-configure
│
◇ What would you like to configure?
│ Add Extension (Connect to a new extension)
│
◇ What type of extension would you like to add?
│ Command-line Extension
◆ What would you like to call this extension?
│ Reddit MCP
└
- Enter the command to run when this extension is used.
┌ goose-configure
│
◇ What would you like to configure?
│ Add Extension (Connect to a new extension)
│
◇ What type of extension would you like to add?
│ Command-line Extension
│
◇ What would you like to call this extension?
│ Reddit MCP
│
◆ What command should be run?
│ uvx --from git+https://github.com/adhikasp/mcp-reddit.git mcp-reddit
└
- Enter the number of seconds Goose should wait for actions to complete before timing out. Default is
300
seconds.
┌ goose-configure
│
◇ What would you like to configure?
│ Add Extension (Connect to a new extension)
│
◇ What type of extension would you like to add?
│ Command-line Extension
│
◇ What would you like to call this extension?
│ Reddit MCP
│
◇ What command should be run?
│ uvx --from git+https://github.com/adhikasp/mcp-reddit.git mcp-reddit
│
◆ Please set the timeout for this tool (in secs):
│ 300
└
- Choose to add a description. If you select
Yes
, you’ll be prompted to enter a description for the extension.
┌ goose-configure
│
◇ What would you like to configure?
│ Add Extension (Connect to a new extension)
│
◇ What type of extension would you like to add?
│ Command-line Extension
│
◇ What would you like to call this extension?
│ Reddit MCP
│
◇ What command should be run?
│ uvx --from git+https://github.com/adhikasp/mcp-reddit.git mcp-reddit
│
◇ Please set the timeout for this tool (in secs):
│ 300
│
◆ Would you like to add a description?
│ No
└
- Choose No when asked to add environment variables
┌ goose-configure
│
◇ What would you like to configure?
│ Add Extension (Connect to a new extension)
│
◇ What type of extension would you like to add?
│ Command-line Extension
│
◇ What would you like to call this extension?
│ Reddit MCP
│
◇ What command should be run?
│ uvx --from git+https://github.com/adhikasp/mcp-reddit.git mcp-reddit
│
◇ Please set the timeout for this tool (in secs):
│ 300
│
◇ Would you like to add a description?
│ No
│
◆ Would you like to add environment variables?
│ No
└ Added Reddit MCP extension
Example Usage
In this example, I’ll use Goose with the Reddit MCP Server to build a custom news feed for AI topics. Goose will pull top AI threads from Reddit and turn them into a scrollable, social media-style feed with images and highlights.
It’s like Reddit, but curated just for you.
Goose Prompt
goose using the reddit MCP server, create a personalized social feed of the latest AI threads. Include images and format it like a real social media app.
Goose Output
I'll help you create a personalized social media feed using reddits threads and subthreads. Lets first check the content we'll be working with, and then create the web app.
Let's fetch some sample posts from both subreddits to ensure we have the data structure:
────────────── Fetch Reddit Hot Threads ─────────────────
Let's create the web app using javascript:
────────────── Text Editor ─────────────────
I've opened the web app in your default browser. You should now see your personalized social media feed.
The page will automatically fetch the latest posts from r/ProgrammerAIHumor by default, and you can switch to r/AI by clicking the button at the top. Each post is clickable and will take you to the original Reddit thread in a new tab.
Let me know if you'd like to make any adjustments to:
- The color scheme
- The layout
- The refresh rate
- The number of posts shown
Any other features!
Also, if you're having any issues viewing the page, please let me know and I'll help troubleshoot.