Get the FREE Ultimate OpenClaw Setup Guide →

mcp s

A list of MCP (Model Context Protocol) servers for developer tools and services

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio cursor-mcp-servers node server.js

How to use

This MCP server acts as a centralized catalog of Model Context Protocol (MCP) servers curated under the Cursor MCPs offering. It provides a browsable list of services (GitHub, Slack, Notion, Figma, etc.), each with a corresponding install action that links to a preconfigured setup flow. Users can discover different MCP servers, understand their purposes, and use the included install links to provision or connect to those services. The server itself serves as an indexer and launcher for individual MCP instances, enabling streamlined deployment workflows across tools and platforms. To use it, start the server and open its UI to explore the available MCP servers and their install options; follow the install links to integrate or run the desired MCP server in your environment.

How to install

Prerequisites:

  • Node.js (recommended) or your preferred runtime environment for running MCP servers.
  • Internet access to fetch dependencies and install additional MCPs.

Option A: Run the Cursor MCP catalog locally (Node.js)

  1. Clone the repository or download the package that contains the MCP catalog server.
  2. Install dependencies:
    • npm install
  3. Start the MCP catalog server:
    • npm start
  4. Navigate to http://localhost:3000 (or the configured port) in your browser to browse the MCP server catalog and use the provided install links.

Option B: Run via a container (if a docker image is provided)

  1. Ensure Docker is installed.
  2. Pull the image and run:
    • docker run -d -p 3000:3000 your-docker-hub/cursor-mcp-servers:latest
  3. Access the running catalog at http://localhost:3000.

Option C: Use a prebuilt package manager setup (if applicable)

  1. Install the package manager command (npx, pipx, etc.) as described in the specific MCP install instructions.
  2. Run the command to install or launch the desired MCP server as indicated in the Install links.

Additional notes

Tips and caveats:

  • The Install links in the catalog point to preconfigured configurations for each MCP server; ensure you have the necessary credentials or access rights for services like GitHub, Salesforce DX, or Slack before proceeding.
  • Some MCPs may require environment variables (e.g., API keys, tokens). Check the destination MCP's documentation for required env vars and add them to your environment before running.
  • If you encounter network or permission issues, verify your firewall/proxy settings and ensure Node.js or your runtime has the necessary permissions to fetch and execute external components.
  • The catalog is a curated collection; for new entries, follow the Contributing Guidelines linked in the README to add additional MCP servers to the catalog.

Related MCP Servers

Sponsor this space

Reach thousands of developers