Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the NewsAPI in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Search worldwide news headlines, sources and articles from newsapi.org via any AI agent. 3 tools, API-key auth.
Frag einfach
Beispiel-Prompts für NewsAPI
Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Konnektor laufen lassen.
Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → NewsAPI klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
NewsAPI
Search worldwide news headlines, sources and articles from newsapi.org via any AI agent. 3 tools, API-key auth.
Einrichtung
This connector wraps the NewsAPI v2 REST API (newsapi.org).
Setup:
- Register at https://newsapi.org/register for a free Developer key.
- Set
NEWSAPI_API_KEY.
Authentication: NewsAPI accepts the key as either the X-Api-Key header (used by this adapter) OR an apiKey query string. We use the header so it doesn't appear in URL logs.
Plan limits — IMPORTANT:
- Developer (free): 100 requests / day, articles delayed by 24h, no commercial use, results capped at 100 per query.
- Paid plans: live articles, no daily cap, full historical archive.
…(continued in the in-app connector instructions)
Voraussetzungen: NEWSAPI_API_KEY
Connector lokal installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Öffne http://localhost:3000/connectors/store, wähle NewsAPI und trage die unter Voraussetzungen aufgelisteten Variablen ein.
Verfügbare Tools
| Tool | What it does |
|---|---|
newsapi_everything | Full-archive search across millions of articles from 80k+ sources |
newsapi_top_headlines | Breaking news headlines |
newsapi_sources | List all news sources NewsAPI tracks |
Nächste Schritte
War dieser Guide hilfreich?