Interact with The Drive AI files directly from AI assistants like ChatGPT or Claude using the Model Context Protocol (MCP).
https://thedriveai.fastmcp.app/mcpThe Model Context Protocol (MCP) is an open standard that enables AI assistants like ChatGPT and Claude to securely connect to external data sources and tools. With the Drive AI MCP server, you can access The Drive AI files directly from your AI assistant.
Choose your preferred MCP client to get started:
One-click installation for Cursor IDE
Downloads .dxt file. Open to connect.
Navigate to Settings → Connectors → Create and use the MCP server URL above.
Navigate to Settings → Connectors → Create and use the MCP server URL above.
Install via command line for these clients:
claude mcp add --scope local --transport http thedriveai https://thedriveai.fastmcp.app/mcpcodex mcp add --url https://thedriveai.fastmcp.app/mcp thedriveaigemini mcp add thedriveai https://thedriveai.fastmcp.app/mcp --transport httpcode --add-mcp '{"name":"thedriveai","type":"http","url":"https://thedriveai.fastmcp.app/mcp"}'Once installed, you can interact with your The Drive AI workspace. Here are real-world examples:
Show me my recent files in The Drive AIBrowse your workspace and see recently modified files
Search for all documents about quarterly reportsFind files using natural language search
Read my project-notes.md fileAccess file contents directly in your AI assistant
One of the most powerful features: save files created by your AI assistant directly to The Drive AI, where they're automatically organized:
Create a Python script to analyze CSV data and save it to The Drive AIAI writes the code and saves it directly to your workspace
Generate a project proposal document and upload it to The Drive AI in my 'Proposals' folderSave documents to specific folders automatically
Write a React component for a dashboard and save all files to The Drive AISave multiple related files in one go
Analyze all my meeting notes from last month and create a summary document. Save it to The Drive AIRead multiple files, analyze them, and save results
Find all my research papers, extract key findings, and create a bibliography. Save to 'Research' folderComplex multi-step workflows with organized output
Generate API documentation from my code files in The Drive AI and save as markdownRead existing files and create new ones based on them
Create a project structure with README, package.json, and starter code. Save to The Drive AIGenerate complete project scaffolding automatically
Create a shareable link for my presentation.pdf fileGenerate sharing links on the fly
Move all my draft documents to the 'Archive' folderOrganize files in bulk
Rename all files in my 'Project X' folder to follow a consistent naming conventionBatch operations made simple
The Drive AI MCP server provides 14 powerful tools for managing your workspace:
get_current_user- Get authenticated user info (ID, email, workspace)list_directory- List files and folders in a directoryread_file- Read content from a filewrite_file- Write/update content to a filecreate_file- Create new file or folder (supports source URLs)delete_file- Delete a file or foldermove_file- Move file/folder to new parent directorycopy_file- Duplicate a file or folderrename_file- Rename a file or folderupload_file_content- Upload binary file from base64-encoded contentmanage_permissions- Get or update file/folder permissionsget_info- Get metadata about a file/folder or usersearch_files- Semantic search within file contentslist_directory_structure- Get complete folder tree structure