Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Keepsake MCP
  4. vs OmniFocus
Side-by-Side Model Context Protocol Comparison

Keepsake MCP vs OmniFocus

In-depth architectural comparison of the Keepsake MCP and OmniFocus MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Keepsake MCP
Workplace & Productivity · Local stdio
Quality: 59/100 (Good) | Auth: API Key required
OmniFocus
Workplace & Productivity · Local stdio
Quality: 56/100 (Good) | Auth: No auth required
Verdict Summary: Choose Keepsake MCP if you need specialized Workplace & Productivity tools running via a local process. Choose OmniFocus if your workspace requires Workplace & Productivity integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Keepsake MCP logo

Choose Keepsake MCP when:

  • You need dedicated capabilities in the Workplace & Productivity domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (BYOK (Pay Provider Direct)).
  • You have access to required keys: KEEPSAKE_API_KEY.
  • Primary tools included: list_contacts, get_contact, create_contact.
Explore Keepsake MCP Details
OmniFocus logo

Choose OmniFocus when:

  • You need dedicated capabilities in the Workplace & Productivity domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: list_projects, get_project, list_tasks.
Explore OmniFocus Details

Feature & Specification Comparison

Specification
Keepsake MCP logo
Keepsake MCP
nicolascroce
Workplace & Productivity
OmniFocus logo
OmniFocus
Workplace & Productivity
SummaryPersonal CRM — manage contacts, interactions, tasks, notes, daily journal, and tags through 42 MCP toolsFull CRUD MCP server for OmniFocus via Omni Automation — tasks, projects, folders, tags, recurrence.
Category & ScopeWorkplace & Productivity

Tools & Capabilities Breakdown

Keepsake MCP Tools (73)

list_contacts
List all contacts with pagination and sorting
get_contact
Get a contact with recent interactions, tags, and stats
create_contact
Create a new contact
update_contact
Update contact fields
delete_contact
Permanently delete a contact
search_contacts
Accent-insensitive search by name, email, company

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Keepsake MCP Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "nicolascroce-keepsake-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "keepsake-mcp"
      ],
      "env": {
        "KEEPSAKE_API_KEY": "YOUR_KEEPSAKE_API_KEY_HERE"
      }
    }
  }
}
OmniFocus Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "omnifocus": {
      "command": "npx",
      "args": [
        "-y",
        "@scardis/omnifocus-mcp"
      ]
    }
  }
}

Frequently Asked Questions

Keepsake MCP is categorized under Workplace & Productivity and uses a local stdio subprocess. In contrast, OmniFocus belongs to Workplace & Productivity using local stdio subprocess. Select Keepsake MCP when you need capabilities focused on workplace & productivity and OmniFocus when you require tools for workplace & productivity.

More alternatives to Keepsake MCPMore alternatives to OmniFocusWorkplace & Productivity category hub

Related MCP Server Comparisons

Popular comparisons with Keepsake MCP

  • Reclaim MCP Server logoKeepsake MCP vs Reclaim MCP Server
  • Delega MCP logoKeepsake MCP vs Delega MCP
  • UpTier logoKeepsake MCP vs UpTier
  • Google Workspace MCP logoKeepsake MCP vs Google Workspace MCP

Popular comparisons with OmniFocus

Workplace & Productivity
Quality signal59/100 (Good)56/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementAPI Key requiredNo auth required
Pricing ModelBYOK (Pay Provider Direct)Free / Open Source
Required Env Vars
KEEPSAKE_API_KEY
None required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highnpx · high
Engagement & Health 2 views 0 copies 0 upvotes 1 stars 0 views 0 copies 0 upvotes 1 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Keepsake MCP ListingView OmniFocus Listing
get_contact_timeline
Unified chronological feed of all items for a contact
list_companies
List all companies
get_company
Get company with linked contacts and tags
create_company
Create a new company
update_company
Update company fields
delete_company
Soft-delete (or permanent delete) a company
+61 more tools listed on main page

OmniFocus Tools (27)

list_projects
Projects with optional filtering by status, folderId, flagged. Default excludes done/dropped. Limit (default 100).
get_project
Full project detail by stable ID
list_tasks
Tasks scoped by `projectId`, `folderId`, `inbox: true`, or `all: true` with optional status/tag/due/flagged filters. Limit (default 200).
get_task
Full task detail by stable ID — includes defer/planned/due dates, tags, repetition rule, parentTaskId
list_folders
Folders with optional status filter. Limit (default 200).
get_folder
Full folder detail by stable ID, including child folder and project IDs
list_tags
Tags with optional status filter. Limit (default 200).
get_tag
Full tag detail by stable ID, including child tag IDs
resolve_name
Resolve a name to stable ID candidates — **never silently disambiguates**; returns all matches
create_task
Create a task in inbox, project, or as subtask. Supports defer/planned/due dates, tags, flagged, estimated minutes, and repetition rules.
edit_task
Edit any task field. Pass `null` to clear dates or repetition. Omitted fields are unchanged.
complete_task
Mark a task complete
+15 more tools listed on main page
Kanboard MCP logo
OmniFocus vs Kanboard MCP
  • Delega MCP logoOmniFocus vs Delega MCP
  • UpTier logoOmniFocus vs UpTier
  • Reclaim MCP Server logoOmniFocus vs Reclaim MCP Server