Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Phrases MCP Server
  • Xano MCP Server for Smithery
  • ERPNext MCP Server
  • Deriv API MCP Server
  • mcp-v8
Back to MCP Servers
Weather MCP Server

Weather MCP Server

Public
suryanshp1/mcpcrashcourse

A demo MCP Python SDK server enabling easy project setup, virtual environment management, development server execution, and seamless integration with MCP Inspector, Claude desktop, Cursor, and client-side code for Model Context Protocol applications.

python
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with Weather MCP Server

MCP Server

Unlock the full potential of Weather MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

A simple demo of MCP python sdk.

MCP Crash Course

uv commands

start a new project

uv init

create a virtual environment

uv venv

activate the virtual environment

uv venv --activate

install the dependencies

uv add uv add -r requirements.txt uv sync

run application

uv run app.py

run the development server

uv run dev

build the project

uv run build

Run server using MCP Inspector :

  • Install MCP python sdk
uv add "mcp[cli]"
  • Run mcp inspector
uv run mcp dev server/weather.py

MCP Inspector is up and running at http://127.0.0.1:6274

Add server to claude desktop :

  • run command
uv run mcp install .\server\weather.py
  • query "what is weather alert in CA" in claude desktop

Add server to cursor :

  • goto preferences > settings > mcp and copy paste claude config
{ "mcpServers": { "weather": { "command": "uv", "args": [ "run", "--with", "mcp[cli]", "mcp", "run", "C:\\Users\\Suraj\\Desktop\\Python\\mcp-crash-course\\mcpcrashcourse\\server\\weather.py" ] } } }
  • Then do a query in cursor chat

Directly consume server in code - using mcp-use :

  • Install mcp-use
uv add mcp-use
  • Install langchain-groq
uv add langchain-groq
  • run client
uv run server/client.py
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Phrases MCP Server
    Phrases MCP Server

    Efficient MCP (Model Context Protocol) server for managing inspirational phrases with full CRUD capa...

    6 tools
    Added May 30, 2025
  • Xano MCP Server for Smithery
    Xano MCP Server for Smithery

    Model Context Protocol server enabling seamless integration between Claude AI and Xano databases wit...

    Added May 30, 2025
  • ERPNext MCP Server
    ERPNext MCP Server

    Model Context Protocol server enabling seamless integration with ERPNext via API, offering authentic...

    Added May 30, 2025
  • Deriv API MCP Server
    Deriv API MCP Server

    Model Context Protocol server enabling seamless interaction with the Deriv API to retrieve active tr...

    2 tools
    Added May 30, 2025
  • mcp-v8
    mcp-v8

    Rust-based Model Context Protocol server offering secure V8 JavaScript execution with persistent hea...

    Added May 30, 2025