Clone the repo, run install.sh, pick your tools.
Connect Gmail, Calendar, Outlook and more to PicoClaw, Cursor, Claude Code โ or any MCP agent.
No package managers, no accounts, no hosted infrastructure. Clone the repo, run the interactive installer, connect to your agent.
One clone on your machine, Raspberry Pi, or any Linux server. No npm, no pip, no package manager required.
git clone https://github.com/arpit0515/claw-tools.dev cd claw-tools.dev
./install.sh โ pick your toolsAn interactive terminal UI shows every available tool. Type numbers to toggle, press Enter to install. The installer clones the selected tool repos into ~/.claw/tools/ and handles dependency setup.
ClawTools Installer โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Select tools to install: [โ] 1 Gmail Connector Read and search Gmail. Powers email summaries. gmail_list gmail_search gmail_get [โ] 2 Google Calendar Today's schedule and upcoming events. gcal_today gcal_upcoming [ ] 3 Outlook / Exchange (coming soon) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ 2 selected ยท press Enter to install โฏ
The installer prints the exact config to paste into Cursor, Claude Code, PicoClaw โ wherever you use AI. Each tool runs in MCP mode (stdio) or HTTP mode.
# For Cursor / Claude Code / Windsurf โ add to mcp config: "claw-gmail": { "command": "bash", "args": ["-c", "cd ~/.claw/tools/gmail && go run . -- --mode mcp"] } # For PicoClaw / OpenClaw (HTTP mode): cd ~/.claw/tools/gmail && go run . --mode http --port 3101
For Google or Microsoft tools, run the auth command once. OAuth flow opens in your browser. Tokens are stored locally in ~/.claw/tokens/ โ never sent anywhere.
cd ~/.claw/tools/gmail && go run . --auth # Opens browser โ approve โ token saved # Token lives here, nowhere else: ~/.claw/tokens/google.json
Each tool is its own repo. The installer clones only what you select. Community PRs welcome โ add a new tool by following the template in tools/_template/.
Read and search Gmail messages. Powers email summaries and morning briefings. Read-only.
~/.claw/tools/gmail ยท
github.com โ
Today's schedule, upcoming events, event details. The backbone of morning agent briefings.
~/.claw/tools/gcal ยท
github.com โ
Microsoft Graph API connector for Outlook mail and Exchange calendar. Personal and business accounts.
~/.claw/tools/outlookCurrent conditions and daily forecast. Adds weather context to morning briefings automatically.
~/.claw/tools/weatherWeekly flyer deals from nearby stores via Flipp. Let your agent plan shopping based on what's on sale.
~/.claw/tools/dealsUse tools/_template/ and submit a PR
The installer, tools.json registry, and tool templates. MIT licensed. Star it, fork it, add a tool.
MCP stdio for editors and Claude. Plain HTTP for PicoClaw and custom agents. One tool, every ecosystem.
HTTP :3101MCP stdioMCP stdioMCP stdioHTTP RESTHTTP RESTEverything runs on your hardware. Your tokens stay on your machine. Open source, MIT licensed, community driven.