MCP Catalogs
Home

everything vs itsyconnect-macos

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

everything
by modelcontextprotocol
itsyconnect-macos
by nickustinov
Stars★ 85,748★ 96
30d uses
Score7747
Official
Categories
Developer ToolsAI / LLM ToolsOther
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month1 mo ago

everything · Summary

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

itsyconnect-macos · Summary

App Store Connect alternative desktop app with optional MCP server for managing iOS app listings.

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

itsyconnect-macos · Use cases

  • Managing iOS app listings across multiple locales with bulk editing capabilities
  • Using AI to translate app descriptions, keywords, and review replies into multiple languages
  • Interacting with App Store Connect through AI coding tools via the MCP server

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

itsyconnect-macos · Install

Install the Itsyconnect desktop app as described in the README. To use the MCP server, add the following to your Claude Desktop configuration:

{
  "mcpServers": {
    "itsyconnect": {
      "command": "npx",
      "args": ["@nickustinov/itsyconnect-mcp"],
      "env": {}
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.