Design Engineer Logo
Visit Repo
Open Graph preview

Claude MCP Setup

Easy setup script for Anthropic Claude Model Context Protocol (MCP) servers on Windows

Site favicon
🔌 MCP Tools

Overview

Claude MCP Setup

Description:
Automated setup script for multiple context protocol servers on Windows systems

Category: Installation & Configuration

Overview:
This project provides an automated setup script that helps deploy and configure multiple MCP servers on Windows. Key features include:

  • Multi-server deployment automation
  • Environment configuration management
  • OAuth setup for Google services
  • API key management for various services
  • File system organization

Supported Servers:

  • Filesystem server
  • GitHub integration
  • Brave Search
  • Memory management
  • File deletion utility
  • Flux (art generation)
  • Gmail & Google Drive
  • Todoist integration
  • SQLite database

Prerequisites:

  • Python 3.x
  • Node.js
  • Google Cloud account (for Gmail/Drive features)

Installation:

python setup_mcp.py
# Optional flags:
python setup_mcp.py --skip-prompts --skip-auth

Configuration Example:

{
  "mcp-server-config": {
    "command": "C:\\Program Files\\nodejs\\node.exe",
    "args": ["server/path/index.js"],
    "env": {
      "GIT_PAT_TOKEN": "your_github_token",
      "BRAVE_API_KEY": "your_brave_key",
      "REPLICATE_API_TOKEN": "your_replicate_token",
      "TODOIST_API_TOKEN": "your_todoist_token"
    }
  }
}

File Locations:

  • Configuration: %APPDATA%\Claude\claude_desktop_config.json
  • Google credentials: %USERPROFILE%\gcp-oauth.keys.json
  • Service credentials: %USERPROFILE%\.{service}-server-credentials.json

Note: For Google services integration, proper OAuth setup and API enablement in Google Cloud Console is required.