MCP Directory
Back

quickstart_mcpserver_vibe_coding

by vgrund · Python · ★ 0

Trying Vibe Coding using Cursor. I just asked Claude Sonnet to follow: https://modelcontextprotocol.io/quickstart/server#windows

Install

pip install git+https://github.com/vgrund/quickstart_mcpserver_vibe_coding.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "quickstart-mcpserver-vibe-coding": {
      "command": "uvx",
      "args": [
        "git+https://github.com/vgrund/quickstart_mcpserver_vibe_coding.git"
      ]
    }
  }
}

From the README

This is a quickstart implementation of a Model Context Protocol (MCP) server that provides weather information using the National Weather Service API. - Get weather alerts for any US state - Get detailed weather forecasts for specific coordinates - Python 3.10 or higher - MCP SDK 1.2.0 or higher 1. Create a virtual environment: 2. Install dependencies: To run the server: The server exposes two tools: 1. : Get weather alerts for a US state - Example: for California alerts 2. : Get weather forecast for a location - Example: for Sacramento, CA To use this server with Claude for…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers