Skip to content

Instantly share code, notes, and snippets.

View feveromo's full-sized avatar

fever feveromo

View GitHub Profile
@feveromo
feveromo / Claude MCP Windows.md
Last active September 29, 2025 10:18
MCP-Windows

Setting Up MCP Servers on Windows

A step-by-step guide to setting up Model Context Protocol (MCP) servers for Claude Desktop on Windows.

Prerequisites

  1. Install Node.js (v18.x or later)
    • Download from: https://nodejs.org/
    • Verify installation by opening Command Prompt (CMD) and running:
      node --version
      npm --version