NYTimes Article Search MCP Server
NYTimes 기사 검색 MCP 서버
이는 키워드를 기반으로 최근 30일간의 뉴욕 타임스 기사를 검색할 수 있는 TypeScript 기반 MCP 서버입니다. 다음을 제공하여 핵심 MCP 개념을 보여줍니다.
기사 검색 도구
New York Times API와의 통합

특징
도구
search_articles- 키워드를 기준으로 지난 30일간의 NYTimes 기사 검색keyword필수 매개변수로 사용합니다.제목, 초록, URL, 게시 날짜 및 저자가 포함된 기사 목록을 반환합니다.
Related MCP server: image-reader MCP Server
개발
종속성 설치:
지엑스피1
서버를 빌드하세요:
npm run build자동 재빌드를 사용한 개발의 경우:
npm run watch디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.
npm run inspector검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 NYTimes Article Search를 자동으로 설치하려면:
npx -y @smithery/cli install nyt --client claude수동 설치
Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"nyt": {
"command": "node",
"args": ["path/to/your/build/index.js"],
"env": {
"NYTIMES_API_KEY": "your_api_key_here"
}
}
}
}환경 변수
프로젝트 루트에 .env 파일을 만들고 New York Times API 키를 추가하세요.
NYTIMES_API_KEY=your_api_key_here서버 실행
프로젝트를 빌드한 후 다음을 사용하여 서버를 실행할 수 있습니다.
node build/index.js서버가 시작되어 stdio를 통해 MCP 요청을 수신합니다.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceA TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.125563MIT
- AlicenseAqualityDmaintenanceA TypeScript-based MCP server that implements a simple notes system, allowing creation and management of text notes with URIs and metadata.413MIT
- FlicenseBqualityDmaintenanceA TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.23
- AlicenseDqualityAmaintenanceA TypeScript-based MCP server that enables users to query financial news, stock data, and index information while managing text notes with creation and summarization capabilities.571648MIT
Related MCP Connectors
NYT MCP — wraps The New York Times Developer APIs (developer.nytimes.com)
A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/angheljf/nyt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server