MCP Directory
Back

mcp-client-capabilities

by apify · TypeScript · ★ 79

Index of all Model Context Protocol (MCP) clients and their capabilities

#mcp#mcp-clients#model-context-protocol

Install

npx -y github:apify/mcp-client-capabilities

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-client-capabilities": {
      "command": "npx",
      "args": [
        "-y",
        "github:apify/mcp-client-capabilities"
      ]
    }
  }
}

From the README

This package strives to be the most up-to-date database of all [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) clients and their capabilities, to enable MCP servers understand what features an MCP client supports and how to respond to it in order to provide the best user and agent experience. Unfortunately, the MCP protocol capability negotiation during the initial handshake is not sufficient for that—see [Background](#background) bellow for details. In other words, this package is the programmatic version of the [community MCP clients](https://modelcontextprotocol.io/clien…
Read full README on GitHub →

Related other servers