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.
Need an API key?
Free account — 30 requests included, no credit card.
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_typeexploreExample Agent Prompt
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.