OWM MCP Server
Provides a framework for interacting with Google Workspace, enabling tools to manage Google services.
Allows read-only browsing and searching of Google Drive files, including folder navigation and file queries.
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., "@OWM MCP ServerSearch my Google Drive for budget spreadsheets"
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.
OWM
One World Montessori's versioned MCP/CLI tools framework over Google Workspace. See SPEC.md for the full architecture write-up — this file is just the quick start.
Quick start
npm install
npm test # run every tool's internal tests
npm run doctor # health-check the install
npm run mcp # MCP stdio server (point Claude Desktop/Code at this)
npm run http # local HTTP server on 127.0.0.1:39390Sample app (talks to the HTTP server, no Claude/MCP access required):
sample-app\launch.batSee who else is online and pass arbitrary data between peers (the
channel tool — presence is per-process until a real shared backend
is wired in, see SPEC.md):
node src/cli.js call channel '{"action":"announce"}'
node src/cli.js call channel '{"action":"list"}'
node src/cli.js call channel '{"action":"send","to":"broadcast","payload":{"note":"hi"}}'
node src/cli.js call channel '{"action":"receive"}'Browse real Google Drive, read-only (the drive tool — see SPEC.md
for the full OAuth setup story; first run needs a one-time browser
consent, then it's silent):
node src/cli.js call drive '{"action":"setup","clientJsonPath":"<path to downloaded client_secret json>"}'
node src/cli.js call drive '{"action":"browse","folderId":"root"}'
node src/cli.js call drive '{"action":"search","query":"budget"}'Staged blue-green install/update (stages, tests in isolation, only promotes on green):
node bootstrap/install.js <git-url-or-local-path> [branch]Related MCP server: google-workspace-mcp-with-script
Layout
src/core/ Tool, ToolSet, SecretStore, Profile — the versioned framework itself
src/tools/ Individual tools (doctor, echo, channel, drive — more real Google Workspace tools land here)
src/server/ MCP stdio server + local HTTP server (both wrap the same ToolSet)
src/cli.js CLI front end (same ToolSet again)
bootstrap/ The staged install/update mechanism
sample-app/ Minimal HTML/JS front end with no Claude/MCP dependency
test/ node:test suite (internal + real-world-fixture tests)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-qualityFmaintenanceMCP server that enables Claude to interact with Google Workspace services including Drive, Docs, Sheets, Slides, Calendar, Gmail, and Contacts.Last updated88439MIT
- Alicense-qualityCmaintenanceMCP server for Claude Code CLI that integrates with Google Workspace, enabling management of Docs, Sheets, Drive, Gmail, Calendar, and Apps Script.Last updated162MIT
- Alicense-qualityAmaintenanceMCP server that gives Claude natural-language access to Google Workspace (Sheets, Docs, Gmail, Calendar, Drive, Tasks, Contacts) via gogcli.Last updated1MIT
- Alicense-qualityDmaintenanceMCP server for integrating Claude AI with Google Workspace, enabling access to Gmail, Calendar, Drive, Docs, and Sheets through natural language.Last updated33MIT
Related MCP Connectors
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
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/capnkeith/one-world-montessori'
If you have feedback or need assistance with the MCP directory API, please join our Discord server