claude-contrib

Claude Services — Development skill for Claude Code

Development community

Production-ready MCP servers for Claude Code — browser automation, filesystem access, sequential thinking, and more.

How to install Claude Services

This entry records only its repository, not the path inside it, so there is no exact command to give. Open claude-contrib/claude-services and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Services does

Production-ready MCP servers for Claude Code — browser automation, filesystem access, sequential thinking, and more.

Alternatives in Development

  • MCP Builder — Guide for creating high-quality MCP servers to integrate external APIs and services 94.1k ★
  • MCP Python SDK — Python SDK for building MCP servers 22.3k ★
  • Gemini CLI Foundations — This repository is a comprehensive skills library for Gemini CLI - reusable, production-ready skill packages t 5.3k ★

README

Claude Services

Production-ready MCP servers for [Claude Code](https://claude.ai/code) — give Claude the tools to browse, read, write, and reason beyond its defaults.

[![Claude](https://img.shields.io/badge/Claude-AI-black?logo=anthropic)](https://claude.ai) [![CI](https://github.com/claude-contrib/claude-services/actions/workflows/ci.yml/badge.svg)](https://github.com/claude-contrib/claude-services/actions/workflows/ci.yml) [![Release](https://img.shields.io/github/v/release/claude-contrib/claude-services)](https://github.com/claude-contrib/claude-services/releases/latest) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

MCP servers extend what Claude can *do* — not just what it knows. Install a service and Claude gains new capabilities it can use autonomously: controlling a real browser, reading and writing files, structuring its reasoning step by step.

How Services Work

Each service is an [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server that Claude Code connects to as an external process. Once installed, Claude picks up the new tools automatically — no extra prompting required.

Requirements

**macOS (Homebrew):**

brew install node

**Nix:**

nix profile install nixpkgs#nodejs

Install `claude` separately: [Claude Code installation guide](https://docs.anthropic.com/en/docs/claude-code/setup)

Quickstart

**1. Register the marketplace** in `~/.claude/settings.json`:

{
  "extraKnownMarketplaces": {
    "claude-services": {
      "source": {
        "source": "github",
        "repo": "claude-contrib/claude-services"
      }
    }
  }
}

**2. Install a service** inside Claude Code:

/plugin install playwright@claude-services

Claude now has browser automation tools available in every session.

Available Services

|