news-weather-mcp
v1.2.1
Published
a cool news and weather MCP server
Downloads
16
Maintainers
Readme
News & Weather MCP
MCP tool server that fetches latest news from external API based on country and weather data too based on given city name.
NPM Package: news-weather-mcp
Setup:
Install NPM Package
npm install -g news-weather-mcpAdd your API key in
index.jsClaude MCP Config
{ "mcpServers": { "news-weather": { "command": "node", "args": [ "C:\\Users\\user\\AppData\\Roaming\\npm\\node_modules\\news-weather-mcp\\index.js" ], "transport": "stdio" } } }
Replace user with your own
Run Locally
Start your tool with:
npx @modelcontextprotocol/inspector node index.jsMade with ❤️ by Karan
