
PsyXe MCP Server
Connect your coding agent to Apple Notes, Reminders, and Contacts on macOS with semantic (BERT) search so context lives in your existing Apple stack.
Overview
psyXe MCP is a MCP server for the Build phase that connects AI assistants to Apple Notes, Reminders, and Contacts on macOS with BERT semantic search.
What is this MCP server?
- Read and manage Apple Notes, Reminders, and Contacts from MCP tools
- BERT-based semantic search across Apple Notes content
- macOS-only native access via stdio MCP (mcpb arm64 Apple Darwin package)
- Version 0.1.10 with Model Context Protocol server schema 2025-12-11
- stdio transport for Claude Code, Cursor, and other MCP clients
- Server version 0.1.10
- stdio transport; registry package type mcpb
- Targets arm64-apple-darwin binary from GitHub releases
Community signal: 1 GitHub stars.
What problem does it solve?
Your agent cannot see the notes, reminders, and contacts you already keep in Apple apps, so you manually paste context into every session.
Who is it for?
Indie builders on macOS who centralize thinking in Apple Notes and want agents to search and update that data semantically.
Skip if: Windows or Linux developers, teams that do not use Apple’s notes/reminders stack, or anyone who needs a hosted multi-user CRM instead of personal Apple data.
What do I get? / Deliverables
After you register psyXe MCP, your agent can search and act on Apple Notes, Reminders, and Contacts from the same chat you use to ship code.
- MCP tools for Apple Notes, Reminders, and Contacts on your Mac
- Semantic BERT search over note content from your agent session
- stdio MCP registration snippet for your client config
Recommended MCP Servers
Journey fit
Personal-data integrations sit in Build because you wire MCP into your agent toolchain before you can automate notes, tasks, and contacts alongside code. Integrations is the canonical shelf for third-party and OS-native bridges that extend what the agent can read and write outside the repo.
How it compares
macOS Apple-ecosystem MCP bridge, not a cross-platform notes SaaS or a generic filesystem skill.
Common Questions / FAQ
Who is psyXe MCP for?
Solo and indie builders on macOS who use Apple Notes, Reminders, and Contacts and want their AI coding agent to read and search that data via MCP.
When should I use psyXe MCP?
Use it during Build when you are wiring agent tooling and need semantic search over personal notes and tasks without exporting everything to a separate database.
How do I add psyXe MCP to my agent?
Install the mcpb package for your MCP client, configure stdio transport pointing at psyXe MCP v0.1.10, and grant macOS permissions for Notes, Reminders, and Contacts as prompted.