MCP Directory
Back

claude-code-mcpinstall

by undeadpickle · ★ 235

Easy guide to installing Claude Code MCPs globally on your machine.

Install

git clone https://github.com/undeadpickle/claude-code-mcpinstall.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "claude-code-mcpinstall": {
      "command": "npx",
      "args": [
        "-y",
        "github:undeadpickle/claude-code-mcpinstall"
      ]
    }
  }
}

From the README

This guide provides comprehensive instructions for setting up various Model Context Protocol (MCP) servers with Claude Code. These tools dramatically enhance Claude Code's capabilities, allowing it to interact with your filesystem, web browsers, and more. MCP (Model Context Protocol) Servers are extensions that give Claude Code new capabilities beyond just generating code. They allow Claude to interact with your computer in powerful ways: - Reading and writing files - Controlling web browsers - Analyzing web pages - Processing data with structured thinking - Searching the web - And much more…
Read full README on GitHub →

Related other servers