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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceIntegrates with Google Drive to enable listing, reading, and searching over files, with automatic export of Google Workspace documents to appropriate formats.Last updated5,884MIT
- Alicense-qualityCmaintenanceProvides AI assistants with semantic search and read access to local files and directories, enabling knowledge retrieval from indexed content.Last updated4216MIT
- Flicense-qualityDmaintenanceEnables natural language interaction with local .docx files, allowing users to find, read, search, and summarize Word documents using friendly names and location hints.Last updated3
- FlicenseAqualityCmaintenanceEnables AI assistants to interact with Google Drive, including reading, searching, listing folders, and uploading files.Last updated71
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.
Search, browse, and read your Dropbox files. Find documents by name or content, list folders, and…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IsaacLy7767/Check-My-Notes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server