> ## Documentation Index
> Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Camel.toolkits.google drive mcp toolkit

<a id="camel.toolkits.google_drive_mcp_toolkit" />

<a id="camel.toolkits.google_drive_mcp_toolkit.GoogleDriveMCPToolkit" />

## GoogleDriveMCPToolkit

```python theme={"system"}
class GoogleDriveMCPToolkit(MCPToolkit):
```

GoogleDriveMCPToolkit provides an interface for interacting with
Google Drive using the Google Drive MCP server.

**Parameters:**

* **timeout** (Optional\[float]): Connection timeout in seconds. (default: :obj:`None`)

<a id="camel.toolkits.google_drive_mcp_toolkit.GoogleDriveMCPToolkit.__init__" />

### **init**

```python theme={"system"}
def __init__(
    self,
    timeout: Optional[float] = None,
    credentials_path: Optional[str] = None
):
```

Initializes the GoogleDriveMCPToolkit.

**Parameters:**

* **timeout** (Optional\[float]): Connection timeout in seconds. (default: :obj:`None`)
* **credentials\_path** (Optional\[str]): Path to the Google Drive credentials file. (default: :obj:`None`)
