Awesome MCP Clients

v1.0.0Developer Toolsstable

and .

clientsmcp
Share:
6,434
Stars
0
Downloads
0
Weekly
0/5

What is Awesome MCP Clients?

Awesome MCP Clients is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to and .

and .

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP protocol support

Use Cases

Browse a curated list of MCP client implementations.
punkpeye

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awesome-mcp-clients

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Awesome MCP Clients

Awesome MCP Clients is a community-curated directory of over 80 MCP client implementations, maintained on GitHub and mirrored at glama.ai/mcp/clients, covering desktop applications, web platforms, CLI tools, IDE integrations, and communication platform bots that all speak the Model Context Protocol. Each entry includes licensing information, platform compatibility, programming language, pricing model, and screenshots, making it a practical reference when you need to choose which MCP client to use for a given workflow. Developers, AI teams, and power users reference this directory when evaluating Claude Desktop, Cursor, Cline, Continue, LibreChat, and dozens of other clients against each other.

Prerequisites

  • A web browser to browse the repository at https://github.com/punkpeye/awesome-mcp-clients
  • Git installed if you want to clone specific client repositories
  • The appropriate runtime for whichever client you choose to install (Node.js, Python, or platform-specific)
1

Browse the client directory

Visit the repository to explore the full list of MCP clients with descriptions, license types, platform support, and links.

# Main repository:
# https://github.com/punkpeye/awesome-mcp-clients

# Live searchable directory:
# https://glama.ai/mcp/clients
2

Filter by your use case

The directory groups clients into categories: desktop applications, web-based platforms, CLI tools, IDE integrations, and bots. Identify which category fits your workflow — e.g., a VS Code user should look at IDE integrations like Cline or Continue.

3

Install a chosen MCP client

Follow the installation instructions for your selected client. For example, Claude Desktop is installed from claude.ai/desktop, Cline is installed as a VS Code extension, and CLI-based clients can be installed via npm.

# Install Cline for VS Code:
code --install-extension saoudrizwan.claude-dev

# Install an npm-based CLI client:
npm install -g @anthropic-ai/claude-code
4

Configure your MCP client with servers

Most MCP clients use a JSON configuration file to register MCP servers. The configuration format is consistent across clients — a mcpServers object with named server entries specifying the command, args, and env.

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/files"]
    },
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}
5

Contribute a missing client

If you find an MCP client that is not listed, submit a PR to the repository following the existing format. The glama.ai directory also accepts submissions through its web interface.

Awesome MCP Clients Examples

Client configuration

Standard MCP server configuration format used by most clients listed in Awesome MCP Clients, including Claude Desktop, Cline, and Continue.

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/yourname/projects"]
    },
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}

Prompts to try

Questions for discovering and comparing MCP clients using this directory.

- "Which MCP clients in the awesome-mcp-clients list support Windows natively?"
- "Compare Claude Desktop and Cline for MCP usage — which is better for coding workflows?"
- "Find an open-source, self-hosted MCP client I can run on my own server"
- "Which clients in this list support SSE transport in addition to stdio?"
- "Show me MCP clients that work as Slack or Discord bots"

Troubleshooting Awesome MCP Clients

A client listed in the directory is no longer maintained or archived

Check the last commit date on the client's GitHub repository. For actively maintained alternatives, filter the glama.ai/mcp/clients directory by 'recently updated'. The awesome-mcp-clients repository also accepts PRs to remove or flag unmaintained projects.

MCP server tools are not showing up in my chosen client

Verify the mcpServers configuration format matches what your specific client expects — some clients use a slightly different key name or file location. For Claude Desktop it is ~/Library/Application Support/Claude/claude_desktop_config.json on macOS. Restart the client completely after editing the configuration.

Cannot find a client that supports a specific MCP transport type

Use the glama.ai/mcp/clients directory which has filtering capabilities by transport type (stdio, SSE, streamable HTTP). Alternatively, check each client's GitHub repository for transport documentation, as the awesome-mcp-clients README may not always specify supported transports.

Frequently Asked Questions about Awesome MCP Clients

What is Awesome MCP Clients?

Awesome MCP Clients is a Model Context Protocol (MCP) server that and . It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Awesome MCP Clients?

Follow the installation instructions on the Awesome MCP Clients GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Awesome MCP Clients?

Awesome MCP Clients works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Awesome MCP Clients free to use?

Yes, Awesome MCP Clients is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "awesome-mcp-clients": { "command": "npx", "args": ["-y", "awesome-mcp-clients"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Awesome MCP Clients?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides