Connector guide1-minute read3 MCP toolsEnglish · Deutsch · Italiano

如何将 NewsAPI 连接到 Cursor — 通过 MCP

通过任何 AI 代理从 newsapi.org 搜索全球新闻头条、来源和文章。3 个工具,API 密钥认证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

NewsAPI

Search worldwide news headlines, sources and articles from newsapi.org via any AI agent. 3 tools, API-key auth.

Tools

3

Region

INTL

Category

data

Authentication

API Key

Required env vars

NEWSAPI_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the NewsAPI in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

通过任何 AI 代理从 newsapi.org 搜索全球新闻头条、来源和文章。3 个工具,API 密钥认证。

💡 不需要安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → NewsAPI,粘贴您的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

NewsAPI + Cursor

通过任何 AI 代理从 newsapi.org 搜索全球新闻头条、来源和文章。3 个工具,API 密钥认证。

前提条件

请查看连接器中内置的完整设置说明(在您选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:

NEWSAPI_API_KEY

第 1 步 — 获取凭据

此连接器封装了 NewsAPI v2 REST API (newsapi.org)。

设置

  1. https://newsapi.org/register 注册以获取免费的开发者密钥。
  2. 设置 NEWSAPI_API_KEY

认证:NewsAPI 接受密钥作为 X-Api-Key 头(此适配器使用)或 apiKey 查询字符串。我们使用头部,以便它不会出现在 URL 日志中。

计划限制 — 重要

  • 开发者(免费):每天 100 次请求,文章延迟 24 小时,不得用于商业用途,结果每个查询限制为 100 条。
  • 付费计划:实时文章,无每日限制,完整历史档案。

…(在应用内连接器说明中继续)

第 2 步 — 安装适配器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

第 3 步 — 在 Claude 中添加连接器

推荐路径 — 在 claude.ai web 上工作,无需编辑任何配置文件。

  1. 打开 claude.ai/customize/connectors
  2. 点击 "添加自定义连接器"
  3. 填写:
    • 名称: NewsAPI
    • URL: https://cloud.anythingmcp.com/mcp
    • 认证: Bearer token → 粘贴您的 MCP API 密钥(来自 AnythingMCP → Profile → MCP API Keys → New Key
  4. 点击 连接 以授权。

所有工具将出现在您的聊天中 — 开始输入提示。

可用工具

工具功能
newsapi_everything从 80,000 多个来源的数百万篇文章中进行完整档案搜索
newsapi_top_headlines突发新闻头条
newsapi_sources列出 NewsAPI 跟踪的所有新闻来源

常见问题

它是否适用于 Claude Code 和 Claude Desktop? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp

下一步

这份指南对您有帮助吗?

Ready to ship

Your NewsAPI agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

相关指南