Best of MCP Servers

v1.0.0β€’APIsβ€’stable

πŸ† A ranked list of MCP servers. Updated weekly.

aiawesomeawesome-listbest-ofbest-of-list
Share:
80
Stars
0
Downloads
0
Weekly
0/5

What is Best of MCP Servers?

Best of MCP Servers is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to πŸ† a ranked list of mcp servers. updated weekly.

πŸ† A ranked list of MCP servers. Updated weekly.

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

Features

  • πŸ† A ranked list of MCP servers. Updated weekly.

Use Cases

Ranked MCP server directory
Weekly curated server list
MCP discovery and evaluation
tolkonepiu

Maintainer

LicenseCC-BY-SA-4.0
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx best-of-mcp-servers

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 Best of MCP Servers

Best of MCP Servers is a weekly-updated, automatically ranked directory of over 400 MCP servers spanning 34 categories, each scored by a composite project-quality metric derived from GitHub stars, activity, and package manager signals. It is generated by the best-of open-source tooling and serves as a discovery resource for developers evaluating which MCP servers to add to their AI assistant setups β€” covering categories from browser automation and code intelligence to databases, communications, and file systems.

Prerequisites

  • A web browser to browse the directory at https://github.com/tolkonepiu/best-of-mcp-servers
  • An MCP-compatible client (Claude Desktop, Cursor, Windsurf, etc.) to install servers you discover
  • Node.js and/or Python depending on the servers you choose to install
  • Git for contributing new servers or updates to the list
1

Browse the ranked directory

Open the GitHub repository README. The 400+ servers are grouped into 34 categories, each entry showing the project name, description, GitHub stars, last update, and quality score. Categories include browser automation, developer tools, databases, file systems, and more.

2

Filter by category to find relevant servers

Use the Contents table at the top of the README to jump to a specific category. Each category section is sorted by the project-quality score so the most mature, widely-used servers appear first.

3

Evaluate a server before installing

Click through to a server's GitHub repository to read its README, check open issues, and review the last commit date. The quality score factors in these signals but always verify the server is actively maintained for production use.

4

Install a discovered server

Follow the installation instructions in the server's own repository. Most TypeScript/Node.js servers install via npx; Python servers typically use pip or uvx. Add the server to your MCP client configuration.

# Example: install a server discovered in the list (replace with the actual package)
npx -y <discovered-mcp-package>
5

Contribute a new server or update

To add or update a server in the list, open an issue or pull request on the tolkonepiu/best-of-mcp-servers repository and edit the projects.yaml file with the server's details. The list is regenerated weekly.

Best of MCP Servers Examples

Client configuration

This project is a directory resource, not a runnable MCP server itself. The snippet below shows how you would configure a server discovered through the list β€” replace the package name with the one you chose.

{
  "mcpServers": {
    "discovered-server": {
      "command": "npx",
      "args": ["-y", "<npm-package-from-the-list>"]
    }
  }
}

Prompts to try

Questions you might ask your AI assistant while evaluating servers from this directory.

- "Which MCP servers in this list have the highest quality scores for browser automation?"
- "Find a highly-rated MCP server for querying PostgreSQL databases."
- "What file system MCP servers are actively maintained with more than 500 stars?"
- "Recommend an MCP server for sending Slack notifications based on the best-of rankings."

Troubleshooting Best of MCP Servers

A server listed in the directory appears unmaintained or broken

Check the 'last updated' timestamp in the README entry. If the repository has been archived or shows no commits in over a year, look for a fork or alternative in the same category. Open an issue on the best-of-mcp-servers repository to flag it for removal.

The list has not been updated in more than a week

The list is auto-regenerated weekly via GitHub Actions. Check the GitHub Actions tab of tolkonepiu/best-of-mcp-servers to see if the weekly workflow ran successfully. If it failed, open an issue on the repository.

Frequently Asked Questions about Best of MCP Servers

What is Best of MCP Servers?

Best of MCP Servers is a Model Context Protocol (MCP) server that πŸ† a ranked list of mcp servers. updated weekly. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Best of MCP Servers?

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

Which AI clients work with Best of MCP Servers?

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

Is Best of MCP Servers free to use?

Yes, Best of MCP Servers is open source and available under the CC-BY-SA-4.0 license. You can use it freely in both personal and commercial projects.

Browse More APIs MCP Servers

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

Quick Config Preview

{ "mcpServers": { "best-of-mcp-servers": { "command": "npx", "args": ["-y", "best-of-mcp-servers"] } } }

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

Read the full setup guide β†’

Ready to use Best of MCP Servers?

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