Karandev2007/mcp-server
3.2
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication and data exchange between different machine learning models and applications.
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-mcp
-
Add your API key in
index.js
-
Claude 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.js
Made with ❤️ by Karan