← Back to Plugins
MCP Server MCP

io.github.shubhamekapure/social-search-mcp

github By github 👁 1 views ▲ 0 votes

Deep social media search for LLMs: Facebook, Reddit, LinkedIn, Instagram & more.

Homepage Verified source GitHub

Install

uvx social-search-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "social-search-mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Search backend: 'serper', 'searxng', or 'google'. Default: searxng",
          "format": "string",
          "name": "SEARCH_PROVIDER"
        },
        {
          "description": "API key from serper.dev. Required if SEARCH_PROVIDER=serper.",
          "format": "string",
          "isSecret": true,
          "name": "SERPER_API_KEY"
        },
        {
          "description": "URL of your SearXNG instance. Default: http://localhost:8080",
          "format": "string",
          "name": "SEARXNG_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...