Skip to main content
Glama

Reddit MCP Server

by liuyang1520

get_user_posts

Retrieve posts submitted by a Reddit user, with options to sort by hot, new, or top and limit results from 1 to 100 posts.

Instructions

Get posts submitted by a user

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of posts to retrieve (1-100)
sortNoSort order for postsnew
usernameYesReddit username (without u/ prefix)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 25, "description": "Number of posts to retrieve (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "sort": { "default": "new", "description": "Sort order for posts", "enum": [ "hot", "new", "top" ], "type": "string" }, "username": { "description": "Reddit username (without u/ prefix)", "type": "string" } }, "required": [ "username" ], "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/liuyang1520/reddit-mcp'

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