SZ84.NET
Back to List
OfficialDevCursor

Cursor MCP Installer

The official Cursor MCP Installer is a streamlined tool for developers to easily discover, install, and configure MCP servers within the Cursor IDE. It simplifies the setup process, allowing users to quickly enhance their coding environment with a wide range of MCP-compatible tools and services.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "cursor-installer": {
      "command": "npx",
      "args": [
        "-y",
        "@cursor/mcp-installer"
      ]
    }
  }
}

Key Features

One-click installation for popular MCP servers

Automatic configuration for Cursor IDE

Discovery of new and featured MCP tools

Seamless management of installed MCP servers

Server Details

The official Cursor MCP Installer is a streamlined tool for developers to easily discover, install, and configure MCP servers within the Cursor IDE. It simplifies the setup process, allowing users to quickly enhance their coding environment with a wide range of MCP-compatible tools and services.

Pricing

free

Tags

OfficialDevCursor

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository