Overview
The Drive AI provides an MCP (Model Context Protocol) server that allows you to connect your workspace to AI assistants like Claude, ChatGPT, Cursor IDE, and more. This means you can manage your files from any compatible AI tool.
What is MCP?
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to external data sources and tools. With MCP, AI assistants can:- Browse and search through your Drive AI files
- Create, rename, move, and share files
- Save AI-generated content directly to your workspace
- Perform file operations through natural language
MCP Server URL
Supported Integrations
Claude Desktop
Anthropic’s desktop app for Claude AI.
ChatGPT
OpenAI’s ChatGPT via Connectors.
Claude.ai
Claude on the web via Connectors.
Cursor IDE
AI-powered code editor.
Claude Code
Command-line Claude assistant.
VS Code
Visual Studio Code with MCP extensions.
Gemini CLI
Google’s Gemini from the command line.
Codex CLI
OpenAI’s Codex CLI tool.
Setup Instructions
Claude Desktop
1
Open The Drive AI MCP Page
Go to thedrive.ai/mcp.
2
Download the Manifest
Click the Claude Desktop button to download the
.dxt manifest file.3
Install in Claude Desktop
Open Claude Desktop and import the downloaded manifest file.
4
Authorize
Follow the prompts to authorize The Drive AI to connect with Claude Desktop.
ChatGPT
1
Open ChatGPT Settings
In ChatGPT, go to Settings > Connectors.
2
Add Connector
Click Add Connector and enter the MCP server URL:
3
Authorize
Sign in to your Drive AI account when prompted.
4
Start Using
You can now ask ChatGPT to interact with your Drive AI files.
Claude.ai (Web)
1
Open Claude Settings
On claude.ai, go to Settings > Connectors.
2
Add The Drive AI
Add The Drive AI connector using the MCP server URL.
3
Authorize
Complete the authorization flow.
Cursor IDE
1
Open Cursor Settings
In Cursor, open the settings panel.
2
Navigate to MCP
Find the MCP configuration section.
3
One-Click Install
Visit thedrive.ai/mcp and click the Cursor button for one-click installation.
Command-Line Tools (Claude Code, Gemini CLI, etc.)
For command-line MCP clients, add The Drive AI to your MCP configuration:Available Tools
The MCP server provides 14 tools across three categories:User & Authentication
| Tool | Description |
|---|---|
get_current_user | Get information about the authenticated user |
File Operations
| Tool | Description |
|---|---|
list_directory | List files and folders in a directory |
read_file | Read the contents of a file |
write_file | Write content to a file |
create_file | Create a new file |
delete_file | Delete a file |
move_file | Move a file to a new location |
copy_file | Copy a file |
rename_file | Rename a file |
File Management
| Tool | Description |
|---|---|
upload_file_content | Upload content as a new file |
manage_permissions | Manage file sharing permissions |
get_info | Get metadata about a file or folder |
search_files | Search for files by name or content |
list_directory_structure | Get the full directory tree structure |
Example Usage
Once connected, you can use natural language with your AI assistant:With Claude
With ChatGPT
With Cursor
Requirements
To use the MCP server, you need:- An active Drive AI account (sign in with Google, Microsoft, GitHub, or email)
- A compatible MCP client (see supported integrations above)
- Internet connectivity
Security
Authentication
Authentication
The MCP server uses OAuth for secure authentication. Each connected app must be authorized through your Drive AI account.
Permissions
Permissions
You control which apps can access your Drive AI workspace. You can revoke access at any time from Settings > Integrations.
Data Access
Data Access
Connected apps can only access files in your Drive AI workspace. They cannot access files outside of The Drive AI.
Managing Connected Apps
View Connected Apps
Go to Settings > Integrations > Connected Apps to see all apps connected via MCP.Revoke Access
To disconnect an app:- Go to Settings > Integrations > Connected Apps
- Find the app you want to disconnect
- Click Revoke Access
- Confirm the revocation
Troubleshooting
Connection Failed
Connection Failed
- Verify the MCP server URL is correct
- Ensure you’re signed into your Drive AI account
- Check your internet connection
- Try re-authorizing the connection
Tools Not Available
Tools Not Available
- Make sure the MCP client supports all tool types
- Some clients may have limitations on available tools
- Check the client’s documentation for MCP support details
Permission Denied
Permission Denied
- Verify your Drive AI account is active
- Check that the app has been properly authorized
- Try disconnecting and reconnecting the app