HackerTrans
トップ新着トレンドコメント過去質問紹介求人

lanchuske

2 カルマ登録 3 か月前

投稿

[untitled]

1 ポイント·投稿者 lanchuske·2 時間前·0 コメント

Show HN: Local MCP – Claude/ChatGPT read your iMessage, Teams, files on-device

local-mcp.com
3 ポイント·投稿者 lanchuske·9 日前·0 コメント

Show HN: Local MCP – give Claude, Cursor and ChatGPT access to your whole Mac

local-mcp.com
2 ポイント·投稿者 lanchuske·先月·0 コメント

[untitled]

1 ポイント·投稿者 lanchuske·先月·0 コメント

Connect Claude/Cursor to Mail, Calendar and Teams on Mac (no tokens, no cloud)

local-mcp.com
1 ポイント·投稿者 lanchuske·3 か月前·1 コメント

コメント

lanchuske
·先月·議論
[flagged]
lanchuske
·3 か月前·議論
I built a native macOS MCP server that bridges AI clients (Claude Desktop, Cursor, Windsurf, VS Code) to local Mac apps without any cloud processing.

  The technically interesting part: Teams integration reads Microsoft Teams chats and channels directly from the local IndexedDB cache (~/Library/Containers/com.microsoft.teams2/.../indexeddb.leveldb) using the ccl_chromium_reader library. No
  OAuth, no Graph API, no tokens — just direct LevelDB reads. Works even when Teams is offline.

  Other integrations: Mail.app (Gmail, Outlook, iCloud via any IMAP), Calendar, Contacts, OneDrive, Microsoft Outlook direct, Reminders & Microsoft To Do, OmniFocus, Notes, iMessages, Finder, Safari Bookmarks, Stocks.

  82 MCP tools total. Email send/reply shows a preview before executing — the AI can't send without your confirmation.

  Install:
   LMCP_SOURCE=hackernews npx -y local-mcp@latest setup  

  Auto-configures all detected AI clients. Runs as stdio MCP server — no daemon, no LaunchAgent, starts on demand.