Social Search MCP Server
A Model Context Protocol (MCP) server that enables LLMs to search across specific social media platforms. It provides a search_social tool that takes a query and an optional list of platforms (e.g., facebook, reddit, linkedin, etc.) and returns filtered results directly to the LLM context.
🛠️ Key Features
- MCP server for social media search
search_socialtool accepts a query- Optional platform list to restrict results to specified domains
- Filters results exclusively to configured platforms
🚀 Use Cases
- Retrieving relevant content from social platforms for LLM context
- Narrowing search scope to selected networks (Facebook, Reddit, LinkedIn, Instagram, and others)
⚡ Developer Benefits
- Directly returns results to the LLM context
- Backend can be configured with
SEARCH_PROVIDERvia environment variable
⚠️ Limitations
- Platform filtering is limited to the platforms supported by the tool’s domain list (as indicated by examples)