Skip to content

Instantly share code, notes, and snippets.

View t851029v2's full-sized avatar

Jerin t851029v2

  • TELUS
  • Edmonton
  • 18:41 (UTC -12:00)
View GitHub Profile

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