QAnon
About
Enables access to QAnon drops for sociological research.
Details
- Author
- jkingsman
- Repository
- jkingsman/qanon-mcp-server
- GitHub stars
- 2
- Downloads
- 188
- License
- MIT License
- Categories
- AI, Developer Tools, Search, Knowledge Base, Infrastructure, Other
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
QAnonCommand (node, npx, python, etc.)uvxArguments-
Argument 1
qanon_mcp
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
You can run the server directly with uvx:
``bash``
uvx qanon_mcp
bash
To install qanon-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @jkingsman/qanon-mcp-server --client claude
get_post_by_id_tool
Retrieve a specific post by its ID.
search_posts
Find posts containing specific keywords or phrases.
get_posts_by_date
Retrieve posts from a specific date range.
get_posts_by_author_id
Find posts by a specific author ID.
analyze_post
Get detailed analysis of a specific post including references and context.
get_timeline_summary
Generate a chronological timeline, optionally within a date range.
word_cloud_by_post_ids
Generate a word frequency analysis for posts within a specified ID range.
word_cloud_by_date_range
Generate a word frequency analysis for posts within a specified date range.
- get_post_by_id_tool - Retrieve a specific post by its ID
- search_posts - Find posts containing specific keywords or phrases
- get_posts_by_date - Retrieve posts from a specific date range
- get_posts_by_author_id - Find posts by a specific author ID
- analyze_post - Get detailed analysis of a specific post including references and context
- get_timeline_summary - Generate a chronological timeline, optionally within a date range
- word_cloud_by_post_ids - Generate a word frequency analysis for posts within a specified ID range
- word_cloud_by_date_range - Generate a word frequency analysis for posts within a specified date range
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"qanon": {
"cwd": "",
"env": {},
"args": [
"qanon_mcp"
],
"shell": false,
"command": "uvx"
}
}
}
Linux
{
"cwd": "",
"env": [],
"args": [
"qanon_mcp"
],
"shell": false,
"command": "uvx"
}
Macos
{
"cwd": "",
"env": [],
"args": [
"qanon_mcp"
],
"shell": false,
"command": "uvx"
}
Windows
{
"cwd": "",
"env": [],
"args": [
"tool",
"run",
"qanon_mcp"
],
"shell": false,
"command": "uv"
}
QAnon is a dangerous cult. This archive is for research purposes only, and I do _not_ endorse any material in this repo.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




