Access real-time X/Reddit/YouTube data directly in your LLM applications with search phrases, users, and date filtering.
Macrocosmos MCP lets you integrate SN13 and SN1 APIs directly into Claude for Desktop or Cursor. Instantly tap into social data, perform live web searches, and explore Hugging Face models — all from within your AI environment.
git clone https://github.com/macrocosm-os/macrocosmos-mcp.git
cd macrocosmos-mcp/src
uv venv
source .venv/bin/activate
uv add "mcp[cli]" httpx macrocosmos
Open the MCP config file:
~/Library/Application Support/Claude/claude_desktop_config.json
~/Library/Application Support/Cursor/cursor_mcp_config.json
Add this entry:
"macrocosmos": {
"command": "uv",
"args": [
"--directory",
"/full_path_to_repo/macrocosmos_mcp/src/",
"run",
"macrocosmos_mcp.py"
],
"env": {
"MC_API": "",
}
}
Replace /full_path_to_repo/
with your full local path and insert your API keys.
MIT License Made with ❤️ by the Macrocosm OS team