OlympHill
N

nytخادم MCP لـ nyt

(0)
Daniel Nikulshynمراجعة بواسطة Daniel Nikulshyn·تم التحديث يوليو 2026

نظرة عامة

هذا خادم MCP مبني على TypeScript يتيح البحث عن مقالات صحيفة نيويورك تايمز خلال آخر 30 يومًا استنادًا إلى كلمة مفتاحية. يُظهر مفاهيم MCP الأساسية من خلال توفير أدوات للبحث عن المقالات وتكامل مع API صحيفة نيويورك تايمز. يمكن تثبيت الخادم عبر Smithery أو يدوياً عبر إضافة إعدادات الخادم. لاستخدامه، يلزم مفتاح API صحيفة نيويورك تايمز، ويمكن ضبطه كمتغير بيئي. بعد بناء المشروع، يمكن تشغيل الخادم باستخدام الأمر 'node build/index.js'. يستمع الخادم لطلبات MCP عبر stdio. هذا المشروع مرخص بموجب رخصة MIT.

الميزات الرئيسية

  • البحث عن مقالات نيويورك تايمز استنادًا إلى كلمة مفتاحية
  • يعيد عنوان المقال، الملخص، الرابط، تاريخ النشر، والكاتب
  • تكامل مع API صحيفة نيويورك تايمز

التسعير

النموذج
Free
الفئة
مضيفي MCP
التقييم
لا توجد مراجعات بعد

حالات الاستخدام

مساعد البحث

استخدم خادم MCP للبحث عن مقالات نيويورك تايمز المتعلقة بموضوع أو كلمة مفتاحية محددة، واسترجاع معلومات ذات صلة مثل عناوين المقالات، والملخصات، وروابط URL.

جميع الأخبار

دمج خادم MCP مع تطبيق تجميع الأخبار لتوفير وصول للمستخدمين إلى مقالات نيويورك تايمز من آخر 30 يومًا، يتم البحث عنها بالكلمة المفتاحية.

المزايا والعيوب

المزايا

  • تكامل مع API صحيفة نيويورك تايمز
  • البحث عن مقالات خلال آخر 30 يومًا
  • إظهار مفاهيم MCP الأساسية

العيوب

  • يتطلب مفتاح API صحيفة نيويورك تايمز
  • محدود بالبحث عن مقالات خلال آخر 30 يومًا

المراجعات

سجّل الدخول لكتابة مراجعة.

لا توجد مراجعات بعد. كن الأول!

أسئلة وأجوبة

Is there a learning curve for using this MCP server?

The server is a simple TypeScript application that exposes a single tool, search_articles; it requires only basic knowledge of environment variables and running npm scripts, so the learning curve is minimal for developers familiar with Node.js.

Asked by Zelda Brandt · Oct 11, 2025

Can I install the server on a non‑Mac machine?

Yes. For Windows add the server config to APPDATA\Claude\claude_desktop_config.json, for MacOS use ~/Library/Application Support/Claude/claude_desktop_config.json, or install via Smithery with npx y @smithery/cli install nyt client claude.

Asked by Mateusz Wozniak · Sep 23, 2025

How far back can the server search NYTimes articles?

The server only searches articles published within the last 30 days; older articles are not accessible through this tool.

Asked by Dmitri Volkov · Sep 13, 2025

What is required to run the NYTimes MCP server?

You need a New York Times API key set as the environment variable NYTIMES_API_KEY, and you must build the TypeScript project (npm install && npm run build) before starting it with node build/index.js or via Smithery.

Asked by Zain Malik · Aug 29, 2025

اطرح سؤالاً

بدائل لـ مضيفي MCP