Skip to main content
Glama

google-sheets-mcp

__main__.py•1.23 kB
#!/usr/bin/env python3 """ Google Sheets MCP Server - Direct Execution Entry Point This allows one-line execution: uvx google-sheets-mcp@latest Environment variables are provided by the MCP client configuration. """ import os import sys def main(): """Main entry point for direct execution.""" print("šŸš€ Google Sheets MCP Server") print("šŸ“¦ Package: google-sheets-mcp") print("šŸ› ļø Powerful tools for Google Sheets automation") print("šŸ’” Environment Variables from MCP Config") print("=" * 50) print("\nāœ… Starting MCP server...") print("šŸ”Œ Ready to connect with MCP clients!") print("šŸ“‹ Available tools: Google Sheets operations") print("šŸ’” Environment variables provided by MCP client configuration") print("=" * 50) # Import and run the MCP server try: from gsheet_mcp_server.server import mcp mcp.run() except ImportError as e: print("āŒ Error: Could not import MCP server") print(f"šŸ’” Error details: {e}") print("šŸ’” This package is designed to be used with MCP clients") print("šŸ’” Configure your MCP client to use this package") sys.exit(1) if __name__ == "__main__": main()

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