Supports direct integration with LangChain through langchain-groq, enabling programmatic consumption of weather data in client applications
MCP Crash Course
A simple demo of MCP python sdk.
uv commands
start a new project
create a virtual environment
activate the virtual environment
install the dependencies
run application
run the development server
build the project
Run server using MCP Inspector :
- Install MCP python sdk
- Run mcp inspector
MCP Inspector is up and running at http://127.0.0.1:6274
Add server to claude desktop :
- run command
- query "what is weather alert in CA" in claude desktop
Add server to cursor :
- goto preferences > settings > mcp and copy paste claude config
- Then do a query in cursor chat
Directly consume server in code - using mcp-use :
- Install mcp-use
- Install langchain-groq
- run client
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
A simple demonstration server for the MCP Python SDK that provides weather alerts for locations, allowing users to query weather information through Claude Desktop or Cursor.
Related MCP Servers
- -securityFlicense-qualityA simple MCP service that allows users to query weather conditions for cities worldwide through the Cursor AI assistant.Last updated -1JavaScript
- -securityFlicense-qualityAn MCP server implementation that allows users to fetch and display weather information for specified cities, including temperature, humidity, wind speed, and weather descriptions.Last updated -1Python
- -securityFlicense-qualityAn MCP server that provides real-time weather alerts, forecasts, stock market data, and news information through various API integrations.Last updated -Python
- -securityAlicense-qualityA Python-based MCP server that provides real-time weather information using the National Weather Service API, supporting both synchronous and asynchronous HTTP requests.Last updated -PythonMIT License