loading…
Search for a command to run...
loading…
Provide localized news content dynamically based on geographic data. Enable agents to access and retrieve news resources tailored to specific locations. Enhance
Provide localized news content dynamically based on geographic data. Enable agents to access and retrieve news resources tailored to specific locations. Enhance context-aware information retrieval for applications requiring up-to-date regional news.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"geo-news-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"Ymuberra/geo-news-mcp"
]
}
}
}