MCP Server
MCP
io.github.shubhamekapure/social-search-mcp
Deep social media search for LLMs: Facebook, Reddit, LinkedIn, Instagram & more.
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
By
Comments
Sign in to leave a comment