Get the FREE Ultimate OpenClaw Setup Guide →

awesome s

Awesome MCP Servers for ... everything

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio serpvault-awesome-mcp-servers node server/index.js \
  --env PORT="80" \
  --env REPO_SLUG="serpvault-awesome-mcp-servers"

How to use

This repository serves as a centralized catalog of publicly accessible MCP servers. It aggregates descriptions, categories, and links to individual MCP server implementations, helping you discover endpoints that connect your LLMs or agents to external data sources, databases, cloud services, or tools. To use this catalog effectively, browse the list to find servers that fit your needs (e.g., data access, automation, or API orchestration), then follow the linked server documentation or repository instructions to run or integrate the chosen MCP server. If you want to contribute a new server, fork the repo, add your MCP server entry with a clear description and categories, and submit a pull request.

How to install

Prerequisites:

  • Git installed on your machine
  • Access to the internet to clone repositories

Steps:

  1. Clone this repository to your local machine: git clone https://github.com/serpvault/awesome-mcp-servers.git
  2. Navigate into the project directory: cd awesome-mcp-servers
  3. Install any required dependencies for the catalog itself (if the repo uses a package manager, e.g., npm/yarn, follow the repo’s README for exact commands): npm install
  4. Start the local server (if applicable) using the repository’s provided start script or the command outlined in mcp_config. For example: npm run start
  5. Open your browser and navigate to the local address (e.g., http://localhost:3000) to browse the MCP server catalog and access individual server documentation.
  6. For integrating a specific MCP server from the catalog, follow that server’s dedicated installation and usage instructions in its own repository.

Additional notes

Tips and caveats:

  • This README acts as a directory; individual MCP servers within the catalog have their own setup requirements. Always refer to the linked server documentation for precise install and usage steps.
  • If you contribute a new MCP server, provide a clear name, description, and categories to help users discover it. Include any required environment variables or authentication steps.
  • Some servers may require API keys, OAuth credentials, or access to external services. Ensure you understand security implications and follow best practices when configuring secrets (e.g., use environment variables or secret managers).
  • If you encounter issues starting the catalog, verify your Node.js version (if Node is used) and ensure dependencies are installed. Check open/closed issues in the repository for known problems.

Related MCP Servers

Sponsor this space

Reach thousands of developers