https://github.com/jkingsman/qanon-mcp-server
为社会学研究提供对所有匿名者Q (QAnon) 帖子进行搜索、探索和分析的功能。
Tools
get_post_by_id_tool
Retrieve a specific post by its ID. Args: post_id: The ID of the post to retrieve
search_posts
Search for posts/drops containing a specific keyword or phrase. Args: query: The keyword or phrase to search for limit: Maximum number of results to return (default: 10)
get_posts_by_date
Get posts/drops within a specific date range. Args: start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format (defaults to start_date if not provided) limit: Maximum number of results to return (default: 10)
get_posts_by_author_id
Get posts/drops by a specific author ID. Args: author_id: The author ID to search for limit: Maximum number of results to return (default: 10)
analyze_post
Get detailed analysis of a specific post/drop including references and context. Args: post_id: The ID of the post to analyze
get_timeline_summary
Get a timeline summary of posts/drops, optionally within a date range. Args: start_date: Optional start date in YYYY-MM-DD format end_date: Optional end date in YYYY-MM-DD format
word_cloud_by_post_ids
Generate a word cloud analysis showing the most common words used in posts within a specified ID range. Args: start_id: Starting post ID end_id: Ending post ID min_word_length: Minimum length of words to include (default: 3) max_words: Maximum number of words to return (default: 100)
word_cloud_by_date_range
Generate a word cloud analysis showing the most common words used in posts within a specified date range. Args: start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format min_word_length: Minimum length of words to include (default: 3) max_words: Maximum number of words to return (default: 100)
README
QAnon 是一个危险的邪教。此存档仅供研究之用,我_不_认可此仓库中的任何材料。
Q-Anon 帖子/Drops MCP 服务器
一个 MCP (模型上下文协议) 服务器,提供对 Q-Anon 帖子数据集的访问,用于人类学/社会学研究。 此服务器允许像 Claude 这样的人工智能助手搜索、过滤和分析 Q-Anon 的爆料。
帖子来自 https://github.com/jkingsman/JSON-QAnon。 您可以在那里了解有关源数据如何组成的更多信息,以及查找替代格式、模式等。
警告:此工具完全是凭感觉编写的。 使用风险自负。
前提条件
- Python 3.10 或更高版本
uv包管理器- Claude Desktop (用于 Claude 集成)
安装
此工具与 uvx 兼容,无需克隆/安装。
通过 Smithery 安装
要通过 Smithery 为 Claude Desktop 自动安装 qanon-mcp-server:
npx -y @smithery/cli install @jkingsman/qanon-mcp-server --client claude
手动
- 克隆或下载此存储库到您的本地计算机
- 使用
uv安装所需的软件包:
uv pip install -e .
用法
您可以使用 uvx 直接运行服务器:
uvx qanon_mcp
Claude Desktop 集成
要将此 MCP 服务器与 Claude Desktop 一起使用:
- 确保您已安装 Claude Desktop
- 打开 Claude 菜单并选择“Settings...”
- 单击左侧栏中的“Developer”,然后单击“Edit Config”
- 将以下配置添加到
claude_desktop_config.json文件:
{
"mcpServers": {
"qanon_mcp": {
"command": "uvx",
"args": [
"qanon_mcp"
]
}
}
}
或者,如果您没有安装 uvx:
{
"mcpServers": {
"qanon_mcp": {
"command": "uv",
"args": [
"tool",
"run",
"qanon_mcp"
]
}
}
}
- 保存文件并重新启动 Claude Desktop
- 在 Claude Desktop 中开始新的对话
- 您应该在输入框中看到一个锤子图标,表明工具有效
特性
资源
qanon://posts/count- 获取帖子总数qanon://posts/{post_id}- 按 ID 访问特定帖子qanon://posts/raw/{post_id}- 获取特定帖子的原始 JSON 数据qanon://authors- 列出所有唯一作者qanon://stats- 获取数据集统计信息
工具
- get_post_by_id_tool - 按 ID 检索特定帖子
- search_posts - 查找包含特定关键字或短语的帖子
- get_posts_by_date - 检索特定日期范围内的帖子
- get_posts_by_author_id - 查找特定作者 ID 的帖子
- analyze_post - 获取特定帖子的详细分析,包括引用和上下文
- get_timeline_summary - 生成按时间顺序排列的时间线,可以选择在日期范围内
- word_cloud_by_post_ids - 为指定 ID 范围内的帖子生成词频分析
- word_cloud_by_date_range - 为指定日期范围内的帖子生成词频分析
Claude 的示例查询
将 MCP 服务器连接到 Claude Desktop 后,您可以提出如下问题:
- "数据集中有多少个 Q-Anon 帖子?"
- "搜索提及 'storm' 的帖子"
- "显示 2020 年 10 月的帖子"
- "分析帖子 #3725"
- "创建 2018 年以来的 Q-Anon 帖子时间线"
- "为 2019 年 1 月至 3 月的 Q-Anon 帖子生成词云"
- "获取帖子 #4500 的原始数据"
- "帖子 #1000-2000 中最常用的词是什么?"
故障排除
- 如果 Claude Desktop 没有显示锤子图标,请检查您的配置并重新启动 Claude Desktop
- 确保
posts.json文件与脚本位于同一目录中 - 检查终端中的输出是否有任何错误消息
- 确保您在 Claude Desktop 配置中使用脚本的绝对路径
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。