MCP Catalogs
Home

everything vs OmniFocus-MCP

Side-by-side comparison to help you pick between these two MCP servers.

everything
by modelcontextprotocol
OmniFocus-MCP
by themotionmachine
Stars★ 85,748★ 200
30d uses
Score7749
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityAI / LLM ToolsOther
LanguageTypeScriptTypeScript
Last committhis month1 mo ago

everything · Summary

Official MCP test server exercising all protocol features for client builders.

OmniFocus-MCP · Summary

An MCP server for AI assistants to interact with OmniFocus tasks and projects through natural language.

everything · Use cases

  • Testing MCP client implementations against all protocol features
  • Learning MCP protocol capabilities through a reference server
  • Validating client compatibility with different transport methods

OmniFocus-MCP · Use cases

  • Processing meeting transcripts to create action items in OmniFocus
  • Reorganizing tasks by adding tags and categories through AI assistance
  • Creating visualizations of tasks, projects, and tags for better planning

everything · Install

NPX (recommended)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

On Windows, use cmd /c:

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

{
  "mcpServers": {
    "everything": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/everything"]
    }
  }
}

Global install

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything

OmniFocus-MCP · Install

Installation

  1. In Claude Desktop, add this MCP server to your configuration file at:
~/Library/Application Support/Claude/claude_desktop_config.json
  1. Add the following configuration:
{
  "mcpServers": {
    "omnifocus": {
      "command": "npx",
      "args": ["-y", "omnifocus-mcp"]
    }
  }
}
  1. Restart Claude Desktop
Comparison generated from public README + GitHub signals. Last updated automatically.