Check My Notes MCP Server
Provides tools to search, read, and summarize files in Google Drive, including searching by name and content, extracting text from documents, and retrieving recent activity.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Check My Notes MCP Serversearch my notes for anything about the Q3 project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Check My Notes MCP Server
An MCP server for Claude that gives the client access to search, read, and summarize local files and Google Drive.
Setup Instructions
1. Clone and Install Dependencies
git clone https://github.com/IsaacLy7767/Check-My-Notes.git
cd Check-My-Notes
python -m venv .venv
.venv\Scripts\activate
pip install -e .2. Google API Credentials
Go to the Google Cloud Console and enable the Google Drive API.
Download your OAuth 2.0 client credentials and save the file as
credentials.jsonin the root folder of this repository.On first run, the server will prompt you to authorize access and will automatically generate
token.jsonlocally.
3. Claude Desktop Configuration
Add the server entry to your claude_desktop_config.json:
{
"mcpServers": {
"Check My Notes": {
"command": "C:\\absolute\\path\\to\\Check-My-Notes\\.venv\\Scripts\\python.exe",
"args": [
"C:\\absolute\\path\\to\\Check-My-Notes\\main.py"
]
}
}
}Related MCP server: directory-indexer
Tools Provided
Tool | Description |
| Manually reindex the current roots |
| Changes the local search root directory |
| Changes the Google drive search root directory |
| Extract text from local pdf and docx files |
| Extract text from files located in google drive |
| Searches for files with names matching query |
| Searches for files with content matching query |
| Returns the most recently modified files under roots |
Resources Provided
Resources | Description |
| Returns the current indexing progress |
| Lists files currently under roots |
This server cannot be deployed
Maintenance
Related MCP Connectors
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Securely search and manage workspace context files for AI agents and teams.
Provides tools for searching Google Workspace documentation and much more.
Give Claude only the Google Drive files you choose. Every action logged.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceIntegrates with Google Drive to enable listing, reading, and searching over files, with automatic export of Google Workspace documents to appropriate formats.5,007 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides AI assistants with semantic search and read access to local files and directories, enabling knowledge retrieval from indexed content.8 npm17MIT
- FlicenseAqualityDmaintenanceEnables natural language interaction with local .docx files, allowing users to find, read, search, and summarize Word documents using friendly names and location hints.53-
- FlicenseAqualityDmaintenanceEnables AI assistants to interact with Google Drive, including reading, searching, listing folders, and uploading files.71-