How it works Tools Blog Privacy GitHub โ†’
Open source ยท Runs on your hardware ยท No accounts needed

MCP tool connectors
for any AI agent

Clone the repo, run install.sh, pick your tools. Connect Gmail, Calendar, Outlook and more to PicoClaw, Cursor, Claude Code โ€” or any MCP agent.

View on GitHub How it works โ†“
Quick start
bash
$ git clone https://github.com/arpit0515/claw-tools.dev
$ cd claw-tools.dev && ./install.sh
๐Ÿฆž ClawTools Installer
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Select tools to install:
  [ ] 1 Gmail Connector
  [ ] 2 Google Calendar
  [ ] 3 Outlook / Exchange (coming soon)

โ†’ type number to toggle ยท Enter to install
โฏ 1 2
Click any line to copy  ยท  github.com/arpit0515/claw-tools.dev
Getting started

Three steps.
Any agent, any tool.

No package managers, no accounts, no hosted infrastructure. Clone the repo, run the interactive installer, connect to your agent.

1

Clone the repo

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
2

Run ./install.sh โ€” pick your tools

An 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
  โฏ
3

Connect to your agent

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
4

Authenticate once

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
Available tools

Pick what your
agent needs

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/.

๐Ÿ“ง
Beta

Gmail Connector

Read and search Gmail messages. Powers email summaries and morning briefings. Read-only.

gmail_list gmail_search gmail_get
~/.claw/tools/gmail  ยท   github.com โ†’
๐Ÿ“…
Beta

Google Calendar

Today's schedule, upcoming events, event details. The backbone of morning agent briefings.

gcal_today gcal_upcoming gcal_get
~/.claw/tools/gcal  ยท   github.com โ†’
๐Ÿ“จ
Coming soon

Outlook / Exchange

Microsoft Graph API connector for Outlook mail and Exchange calendar. Personal and business accounts.

outlook_list outlook_calendar
~/.claw/tools/outlook
๐ŸŒค๏ธ
Coming soon

Weather

Current conditions and daily forecast. Adds weather context to morning briefings automatically.

weather_now weather_forecast
~/.claw/tools/weather
๐Ÿ›’
Coming soon

Grocery Deals

Weekly flyer deals from nearby stores via Flipp. Let your agent plan shopping based on what's on sale.

deals_search deals_nearby
~/.claw/tools/deals
๏ผ‹

Build your own

Use tools/_template/ and submit a PR

๐Ÿฆž github.com/arpit0515/claw-tools.dev

The installer, tools.json registry, and tool templates. MIT licensed. Star it, fork it, add a tool.

Works with

Every agent
you already use

MCP stdio for editors and Claude. Plain HTTP for PicoClaw and custom agents. One tool, every ecosystem.

๐Ÿฆž
PicoClaw
HTTP :3101
๐Ÿค–
Claude Code
MCP stdio
๐Ÿ“Ž
Cursor
MCP stdio
๐ŸŒŠ
Windsurf
MCP stdio
๐Ÿ”—
LangChain
HTTP REST
โš™๏ธ
Any Agent
HTTP REST

Clone it.
Make it yours.

Everything runs on your hardware. Your tokens stay on your machine. Open source, MIT licensed, community driven.