Skip to content

Instantly share code, notes, and snippets.

View frontlook-admin's full-sized avatar
💭
I may be slow to respond.

Debanjan Chakraborty frontlook-admin

💭
I may be slow to respond.
View GitHub Profile
@feveromo
feveromo / Claude MCP Windows.md
Last active October 10, 2025 00:57
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