icon for mcp server

Reddit

HTTP-SSESTDIO

MCP server for interacting with Reddit discussions without API key

MCP Reddit

An MCP server that lets you interact with Reddit discussions without the need for an API key from an external service.

Usage

Start the server using stdio (default):

# Using stdio transport (default) uv run reddit-mcp

The server exposes a tool named "reddit_extract" that accepts one required argument:

Example

You can use test with a local MCP client before Claude Desktop:

uv run client.py

Integrate with Claude Desktop

In the repo you will find claude_desktop_config.json the file to put in Claude Desktop, just change the params accordingly:

{ "mcpServers": { "reddit": { "command": "CHANGEME_TO_HOME/.local/bin/uv", "args": [ "--directory", "CHANGEME_TO_REPO_DIR/reddit-mcp/", "run", "reddit-mcp" ] } } }

You can read more here:

https://modelcontextprotocol.io/quickstart/user

Be the First to Experience MCP Now