#!/usr/bin/env python3
"""
Minimal setup script for google-sheets-mcp package.
This script creates a basic configuration without credential handling.
Credentials will be provided by the MCP client during requests.
"""
import json
import os
import sys
from pathlib import Path
def main():
"""Main setup function."""
print("š Google Sheets MCP Server Setup")
print("š¦ Package: google-sheets-mcp")
print("š Minimal Configuration - No Credential Handling")
print("š” Credentials will be provided by your MCP client\n")
print("ā Setup Complete!")
print("\nš Next Steps:")
print("1. Configure your MCP client to provide Google credentials")
print("2. Share your Google Sheets with your service account email")
print("3. Run the server: uvx google-sheets-mcp@latest")
print("\nš For detailed instructions, visit:")
print(" https://github.com/henilcalagiya/google-sheets-mcp")
print("\nš§ Authentication Method:")
print(" ⢠Client-provided credentials during requests")
if __name__ == "__main__":
try:
main()
except KeyboardInterrupt:
print("\n\nā Setup cancelled by user")
except Exception as e:
print(f"\nā Unexpected error: {e}")
print("š” Please check your setup and try again")
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/henilcalagiya/google-sheets-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server