Skip to main content
Glama

google-sheets-mcp

setup.py•1.33 kB
#!/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