claude-mcp-setup

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

GitHub Stars

48

User Rating

Not Rated

Favorites

0

Views

21

Forks

13

Issues

2

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Python: 3.x
Node.js: The required version is not specified, but the latest stable version is recommended.
Google Cloud Account: Required for Gmail/Drive functionality.

Installation Steps

1. Clone Repository

bash
git clone https://github.com/patruff/claude-mcp-setup
cd claude-mcp-setup

2. Install Dependencies

bash
pip install -r requirements.txt

3. Set Environment Variables

Create a .env file and set the required API keys.

4. Start Server

bash
python setup.py

Troubleshooting

Issue: Server won't start Solution: Check the versions of Python and Node.js and reinstall dependencies.

Additional Resources