HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lanchuske

no profile record

Submissions

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

local-mcp.com
3 points·by lanchuske·8일 전·0 comments

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

local-mcp.com
2 points·by lanchuske·지난달·0 comments

[untitled]

1 points·by lanchuske·지난달·0 comments

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

local-mcp.com
1 points·by lanchuske·3개월 전·1 comments

comments

lanchuske
·지난달·discuss
[flagged]
lanchuske
·3개월 전·discuss
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.