Skip to main content
Glama

Reddit MCP Server

by tandat8503

search_reddit

Search Reddit posts and comments with specific terms globally or within a chosen subreddit. Retrieve results including title, author, subreddit, score, and link for targeted insights.

Instructions

🔍 Search Reddit posts and comments 🎯 What it does: Searches across Reddit or within a specific subreddit 📝 Required: query (search terms) ⚙️ Optional: subreddit (limit search to specific subreddit) 💡 Examples: • Global search: {"query": "machine learning"} • Subreddit search: {"query": "python tutorial", "subreddit": "programming"} • Tech search: {"query": "TypeScript", "subreddit": "typescript"} 🔍 Output: Formatted search results with title, author, subreddit, score, and link

Input Schema

NameRequiredDescriptionDefault
queryYesSearch query (e.g., 'machine learning', 'python tutorial')
subredditNoLimit to specific subreddit (optional)

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Search query (e.g., 'machine learning', 'python tutorial')", "type": "string" }, "subreddit": { "description": "Limit to specific subreddit (optional)", "type": "string" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tandat8503/mcp-reddit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server