UNPKG

google-mcp-server

Version:

Google Suite MCP Server for Cursor and other MCP clients

64 lines (59 loc) 2.52 kB
providers: google_chat: name: Google Suite MCP description: MCP server for Google Suite integration (Chat, Sheets, Drive) token_path: google_shared_token.json credentials_path: credentials.json callback_url: http://localhost:8000/auth/callback scopes: - https://www.googleapis.com/auth/chat.spaces.readonly - https://www.googleapis.com/auth/chat.messages - https://www.googleapis.com/auth/chat.messages.create - https://www.googleapis.com/auth/chat.messages.readonly - https://www.googleapis.com/auth/chat.spaces - https://www.googleapis.com/auth/userinfo.profile - https://www.googleapis.com/auth/userinfo.email - openid search_config_path: src/providers/google_chat/utils/search_config.yaml google_sheets: name: Google Sheets MCP description: MCP server for Google Sheets API integration token_path: google_shared_token.json credentials_path: credentials.json callback_url: http://localhost:8002/auth/callback scopes: - https://www.googleapis.com/auth/spreadsheets - https://www.googleapis.com/auth/spreadsheets.readonly - https://www.googleapis.com/auth/drive - https://www.googleapis.com/auth/drive.readonly google_drive: name: Google Drive MCP description: MCP server for Google Drive API integration token_path: google_shared_token.json credentials_path: credentials.json callback_url: http://localhost:8003/auth/callback scopes: - https://www.googleapis.com/auth/drive - https://www.googleapis.com/auth/drive.file - https://www.googleapis.com/auth/drive.readonly - https://www.googleapis.com/auth/drive.metadata.readonly google_calendar: name: Google Calendar MCP description: MCP server for Google Calendar API integration token_path: google_shared_token.json credentials_path: credentials.json callback_url: http://localhost:8004/auth/callback scopes: - https://www.googleapis.com/auth/calendar - https://www.googleapis.com/auth/calendar.events - https://www.googleapis.com/auth/calendar.events.readonly - https://www.googleapis.com/auth/calendar.readonly - https://www.googleapis.com/auth/calendar.settings.readonly slack: name: Slack MCP description: MCP server for Slack token_path: src/providers/slack/token.json credentials_path: src/providers/slack/credentials.json callback_url: http://localhost:8001/auth/callback scopes: - chat:write