Easy setup script for Anthropic Claude Model Context Protocol (MCP) servers on Windows
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:
Supported Servers:
Prerequisites:
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:
%APPDATA%\Claude\claude_desktop_config.json
%USERPROFILE%\gcp-oauth.keys.json
%USERPROFILE%\.{service}-server-credentials.json
Note: For Google services integration, proper OAuth setup and API enablement in Google Cloud Console is required.