Skip to main content

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.
MCP Server Integration

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

https://thedriveai.fastmcp.app/mcp
Use this URL when configuring MCP clients to connect to The Drive AI.

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

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:
https://thedriveai.fastmcp.app/mcp
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:
{
  "servers": {
    "thedrive": {
      "url": "https://thedriveai.fastmcp.app/mcp"
    }
  }
}
Refer to your specific CLI tool’s documentation for the exact configuration location.

Available Tools

The MCP server provides 14 tools across three categories:

User & Authentication

ToolDescription
get_current_userGet information about the authenticated user

File Operations

ToolDescription
list_directoryList files and folders in a directory
read_fileRead the contents of a file
write_fileWrite content to a file
create_fileCreate a new file
delete_fileDelete a file
move_fileMove a file to a new location
copy_fileCopy a file
rename_fileRename a file

File Management

ToolDescription
upload_file_contentUpload content as a new file
manage_permissionsManage file sharing permissions
get_infoGet metadata about a file or folder
search_filesSearch for files by name or content
list_directory_structureGet the full directory tree structure

Example Usage

Once connected, you can use natural language with your AI assistant:

With Claude

"List all the files in my Documents folder on Drive AI"
"Create a new file called notes.txt with today's meeting summary"
"Search for files containing 'quarterly report' in Drive AI"

With ChatGPT

"Show me my recent files from The Drive AI"
"Save this conversation summary to my Drive AI workspace"

With Cursor

"Read the config file from my Drive AI and help me update it"
"Save this code snippet to my Drive AI code folder"

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

The MCP server uses OAuth for secure authentication. Each connected app must be authorized through your Drive AI account.
You control which apps can access your Drive AI workspace. You can revoke access at any time from Settings > Integrations.
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:
  1. Go to Settings > Integrations > Connected Apps
  2. Find the app you want to disconnect
  3. Click Revoke Access
  4. Confirm the revocation

Troubleshooting

  • 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
  • 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
  • Verify your Drive AI account is active
  • Check that the app has been properly authorized
  • Try disconnecting and reconnecting the app

What’s Next?