概览
What is Q-Anon Posts/Drops MCP Server?
An MCP (Model Context Protocol) server that provides access to a dataset of Q-Anon posts for anthropological/sociological research. It allows AI assistants like Claude to search, filter, and analyze Q-Anon drops. The data is drawn from the JSON-QAnon repository on GitHub. This server is for research purposes only.
How to use Q-Anon Posts/Drops MCP Server?
Install with uvx or via Smithery; no cloning required. Run the server directly with uvx qanon_mcp. To integrate with Claude Desktop, add the appropriate configuration to claude_desktop_config.json (either using uvx or uv tool run) and restart the application. Tools become available in new conversations.
Key features of Q-Anon Posts/Drops MCP Server
- Access total posts count and dataset statistics
- Retrieve specific posts by ID or raw JSON
- Search posts by keywords, date range, or author
- Analyze posts with references and context
- Generate word clouds by post ID or date range
- Generate chronological timeline summaries
Use cases of Q-Anon Posts/Drops MCP Server
- Query the number of Q-Anon posts in the dataset
- Search for posts mentioning specific terms like "storm"
- Retrieve posts from a particular date range (e.g., October 2020)
- Analyze individual post content and related references
- Create a timeline of Q-Anon posts from 2018
- Generate a word frequency analysis for posts within a range
FAQ from Q-Anon Posts/Drops MCP Server
What does the server access and what is its purpose?
It provides read-only access to a curated dataset of Q-Anon posts for anthropological/sociological research. The README explicitly states the dangerous nature of the cult and that the archive is for research only.
What are the runtime and package requirements?
Python 3.10 or higher and the uv package manager are required. The server runs via uvx without needing to clone the repository.
Where does the data come from?
Posts are drawn from the GitHub repository jkingsman/JSON-QAnon. Alternate formats and schemas are available there.
How is the server integrated with Claude Desktop?
Add a configuration entry to claude_desktop_config.json with the command uvx and argument qanon_mcp. Alternatively, use uv tool run qanon_mcp. After restarting Claude Desktop, tools appear as a hammer icon.
What transports or authentication are used?
The server uses standard MCP protocol transport. No authentication is mentioned in the README.