Live · Model Context Protocol

MCP Server for AI Agents

The SubScraper MCP server exposes all 14 Reddit endpoints as native tools for AI agents. Connect Cursor, Claude Desktop, Windsurf, or any MCP-compatible client to live Reddit data in under 60 seconds.

What is MCP?

Model Context Protocol (MCP) is an open standard that lets AI assistants call external tools — APIs, databases, services — as if they were native capabilities. Once configured, your AI can search Reddit, fetch threads, or look up users without any custom code from you.

No wrapper code to write
All 14 endpoints as tools
Uses same API key & credits
Works with 6+ AI clients

Need an API key?

Free account — 30 requests included, no credit card.

Get free API key →

Universal Config

Add this block to your AI client's MCP config file. Replace YOUR_API_KEY_HERE with your key.

{
  "mcpServers": {
    "subscraper": {
      "command": "npx",
      "args": ["-y", "@subscraper/mcp"],
      "env": {
        "REDDIT_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Client-Specific Setup

Exposed Tools (14)

Your AI agent can call any of these tools by name:

searchget_postget_community_postsget_community_detailsget_user_profileget_user_postsget_user_commentssearch_communitiessearch_usersget_comment_permalinkget_popularget_leaderboardresolve_url_typeexplore

Example Agent Prompt

agent chat · using subscraper
Y
Search Reddit for the top 5 posts about "Cursor IDE" from the last month and summarize what developers are saying.

Using subscraper.search

Found 5 posts. Most discuss the AI-powered autocomplete and MCP integrations. The top post ("Cursor just changed how I code", r/webdev, 892 upvotes) highlights tab completion...

Ready to give your AI Reddit access?

Get a free API key and paste the config above. Takes under 2 minutes.