MCP.so
登录
S

Semantic Search Through Millions Of Reddit Posts

@lignertys

关于 Semantic Search Through Millions Of Reddit Posts

MCP server that enables AI assistants to search Reddit conversations, explore subreddits, and access trending topics.

基本信息

分类

搜索

传输方式

stdio

发布者

lignertys

提交者

Kimberly Switzer

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "reddit-insights": {
      "command": "npx",
      "args": [
        "reddit-insights-mcp"
      ],
      "env": {
        "REDDIT_INSIGHTS_API_KEY": "your_api_key_here"
      }
    }
  }
}

工具

4

Search Reddit conversations using semantic AI search. Find relevant discussions, opinions, and insights from millions of Reddit posts.

Get a paginated list of available subreddits with their information.

Get detailed information about a specific subreddit including recent posts.

Get Reddit trend articles and insights about what's trending.

概览

What is Semantic Search Through Millions Of Reddit Posts?

An MCP server that lets AI assistants perform semantic search across millions of Reddit posts, explore subreddit details, and access curated trend articles. It is designed for users who want natural-language access to Reddit conversations.

How to use Semantic Search Through Millions Of Reddit Posts?

Choose HTTP transport (hosted, no install) or run locally via npx/global install. Configure the server in your Claude Desktop config file with the appropriate transport settings. An optional API key is available for premium features. Tools include reddit_search, reddit_list_subreddits, reddit_get_subreddit, and reddit_get_trends.

Key features of Semantic Search Through Millions Of Reddit Posts?

  • AI‑powered semantic search across millions of posts
  • Browse and explore subreddit information
  • Access curated Reddit trend articles
  • Natural language query support
  • Paginated subreddit listing with filtering
  • Optional premium API key for extra features

Use cases of Semantic Search Through Millions Of Reddit Posts?

  • Research a topic – ask “What are developers saying about React Server Components?” and get an AI summary with top results.
  • Explore a subreddit – get subscriber counts, recent posts, and community details for any subreddit.
  • Find trending topics – retrieve Reddit trend articles filtered by time period and category.

FAQ from Semantic Search Through Millions Of Reddit Posts?

What dependencies are required for local installation?

Node.js 18+ is needed when using npx or global install. No runtime is required for the hosted HTTP transport.

Where does the data live?

Data is hosted on the server at https://reddit-insights.com/api/mcp. For local installs, the server still fetches data from that endpoint.

What transport options are available?

HTTP transport (hosted, recommended) and stdio transport (npx or global install) are both supported.

Is an API key mandatory?

No. An API key (REDDIT_INSIGHTS_API_KEY) is optional and grants access to premium features. It can be obtained at reddit‑insights.com.

Can I limit the number of search results?

Yes. The reddit_search tool accepts an optional limit parameter (1–100, default 20).

评论

搜索 分类下的更多 MCP 服务器