saved-posts-mcps
Verified Safeby ach968
Overview
Aggregates and provides search capabilities for a user's saved posts/bookmarks from Reddit and X (Twitter) via MCP tools.
Installation
docker run -d --name saved-posts-x -p 8001:8001 -v /path/to/x_cookies.txt:/app/cookies.txt:ro -e X_COOKIES_FILE=/app/cookies.txt saved-posts-x:latestEnvironment Variables
- MCP_TRANSPORT
- MCP_PORT
- REDDIT_USERNAME
- REDDIT_COOKIES_FILE
- REDDIT_COOKIES
- X_COOKIES_FILE
- X_COOKIES
- PYTHONUNBUFFERED
Security Notes
The server uses Playwright for web scraping, which involves launching a browser. Sensitive user data (authentication cookies and Reddit username) are expected to be provided via environment variables or files, not hardcoded. There are no 'eval' statements or obfuscation found. The risk largely depends on the security of the provided cookies and the environment it runs in.
Similar Servers
DevDocs
DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.
x-twitter-mcp-server
An MCP server for interacting with Twitter (X) via AI tools, allowing natural language commands to fetch, post, search, and manage tweets and user data.