- Home
- MCP servers
- Member Berries Apple
Member Berries Apple
- typescript
7
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"m-pineapple-member-berries-apple-mcp": {
"command": "bun",
"args": [
"run",
"/path/to/member-berries-apple-mcp/member-berries/index.ts"
]
}
}
}Member Berries Apple MCP is a memory-focused integration that remembers your Apple Calendar events, notes, and reminders to create natural, contextually aware conversations with Claude. It adds a memory layer so interactions feel like a helpful, personalized assistant that knows what you’ve been doing recently without exposing sensitive data.
How to use
You use Member Berries by running its local MCP server and connecting it to Claude Desktop. Once active, it checks your recent Apple activities at the start of conversations and weaves memory-driven context into replies. This lets Claude reference upcoming events or past tasks in a natural, non-intrusive way.
How to install
Prerequisites you need before starting:
- macOS (required for Apple app integration)
Install Bun runtime, then clone the MCP server repository and install dependencies.
brew install bun
# Clone the project and install dependencies
git clone https://github.com/pineapple/member-berries-apple-mcp.git
cd member-berries-apple-mcp/member-berries
bun install
Configuration and startup
Configure Claude Desktop to run the local MCP server and enable memory features.
{
"mcpServers": {
"member-berries": {
"command": "bun",
"args": ["run", "/path/to/member-berries-apple-mcp/member-berries/index.ts"]
}
}
}
Critical setup: Claude prompt
The memory features rely on a specialized prompt. Open Claude Desktop, then set Custom Instructions to include the Member Berries prompt. This enables Claude to use memory naturally during conversations.
Usage example
When you start a chat, Claude will check recent events and respond with memory-informed questions or reminders, such as asking about a recent grocery trip or upcoming presentations.
Available tools
Event Memory
Remembers completed calendar events and associates them with context for natural prompts and questions.
Conversation Starters
Generates icebreakers and prompts based on recent activities to kick off discussions.
Context Tracking
Classifies activities into categories like shopping, meetings, health, and social to tailor responses.
Smart Timing
Ensures memories are surfaced at relevant moments in the conversation.