Kembali ke Blog
Tutorial 11 menit

Cara Build Personal AI Assistant dengan Claude + MCP — Tutorial Lengkap

MCP (Model Context Protocol) dari Anthropic = connect Claude ke real tools (Gmail, Drive, GitHub, Notion). Build personal AI assistant yang BENERAN handle task, bukan cuma chat.

Vision: AI assistant yang bisa baca + summarize email Gmail pagi-pagi, auto-draft reply, search Drive, add event Calendar dari natural language, query Notion knowledge, browse GitHub. Mirip Jarvis Iron Man.

Prerequisite: Claude Pro (Akunpy Rp 249K/bulan, per Juli 2026), Claude Desktop app, macOS/Windows/Linux. MCP currently support di Claude Desktop, belum web.

Step 1: Install Claude Desktop

Download claude.ai/download. Install. Login dengan akun Anthropic (atau export session via Akunpy Chrome extension).

Step 2: Edit Config

File location:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Step 3: Install MCP Servers

```bash

npm install -g @gongrzhe/server-gmail-autoauth-mcp

npm install -g @modelcontextprotocol/server-google-drive

npm install -g notion-mcp-server

```

Setup OAuth via Google Cloud Console + Notion API key.

Step 4: Config JSON

```json

{

"mcpServers": {

"gmail": { "command": "npx", "args": ["-y", "@gongrzhe/server-gmail-autoauth-mcp"] },

"gdrive": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-google-drive"] },

"notion": { "command": "npx", "args": ["-y", "notion-mcp-server"], "env": { "NOTION_API_KEY": "your-key" } }

}

}

```

Step 5: Restart Claude Desktop. MCP servers auto-loaded.

Step 6: Test

Prompt: "List my 5 most recent emails". Claude auth handshake first time, then fetch + summarize.

Daily Workflow Example

Morning Routine 5 menit: "Summarize unread email semalam. Categorize urgent/action/FYI. Draft reply untuk action needed. Tone profesional Bahasa Indonesia."

Calendar Management: "Check Calendar minggu depan. Find 2 jam free slot Selasa-Kamis. Add Deep Work event."

Knowledge Query: "Search Notion untuk 'project Akunpy roadmap'. Summarize key decisions + action items."

Security Best Practice

1. Granular OAuth scope (read-only kalau bisa)

2. Sandbox test dengan dummy account

3. Audit log monitor

4. Revoke access mudah kalau suspicious

5. Hanya install MCP server trusted source

6. Rotate API keys 6 bulan

Limitations

Setup butuh technical skill (CLI, JSON, OAuth)

MCP quality vary

Claude bisa miss instruction untuk safety-critical action

Hallucination risk — verify before action

Future MCP 2027+

Native UI di Claude.ai web

500+ official servers

Mobile support

Workflow orchestration visual builder

Marketplace paid premium MCP

Akunpy Roadmap MCP: Q3 2026 tutorial setup, Q4 2026 Akunpy-built MCP servers untuk Indonesian use case (Tokopedia, Shopee, BCA, Mandiri), 2027 marketplace komunitas.

Kesimpulan

Personal AI assistant Claude + MCP = realistic 2026. Setup 1-2 jam, daily benefit selamanya. Investment Rp 249K/bulan via Akunpy (per Juli 2026). Welcome to Jarvis era for Indonesians.

Ada pertanyaan lain?

Buka Dashboard