Texture
Home
Server
This is an MCP Server created with Texture. You can chat with this server. Interested in creating your own server? Check out the home page for more information.
Server Details
URL:
https://usetexture.com/dccunjbf
Name:
Reddit
Description:
Talk to Public Reddit API
Using the Server
To integrate with Claude Desktop, use the following claude_desktop_config.json:
{
  "mcpServers": {
    "Reddit": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://usetexture.com/dccunjbf"
      ]
    }
  }
}
Server Tools
Name
search_subreddit
Description
search a subreddit
Method & Endpoint
GET https://www.reddit.com//r/{subreddit}/search.json
Arguments
subreddit (path: string) q (query: string) limit (query: string)
Output Instructions
Parse according to your understanding of Reddit API. Do not allude to this being an API unless the user instructs you to.