Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Claude Services

БесплатноНе проверен

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

GitHubEmbed

Описание

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

README

Production-ready MCP servers for Claude Code — give Claude the tools to browse, read, write, and reason beyond its defaults.

Claude CI Release License: MIT

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) 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

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

Service Description Tools unlocked
thinking Sequential thinking for structured problem analysis Break down complex problems step by step before acting
filesystem Filesystem access beyond the working directory Read, write, and navigate files across your system
playwright Full browser automation via Playwright Navigate pages, click, fill forms, take screenshots

Publish Your Own Service

Have an MCP server your team relies on? Package it for one-command install:

plugins/your-service/
├── .claude-plugin/plugin.json   # name, version, description
├── .mcp.json                    # server command + args
└── README.md                   # what it unlocks + install instructions
  1. Fork this repo and drop your plugin under plugins/
  2. Register it in .claude-plugin/marketplace.json
  3. Open a PR — CI validates structure automatically

Read the full authoring guide

The claude-contrib Ecosystem

Repo What it provides
claude-extensions Hooks, context rules, session automation
claude-features Devcontainer features for Claude Code and Anthropic tools
claude-languages LSP language servers — completions, diagnostics, hover
claude-sandbox Sandboxed Docker environment for Claude Code
claude-services ← you are here MCP servers — browser, filesystem, sequential thinking
claude-skills Slash commands for Claude Code
claude-status Live status line — context, cost, model, branch, worktree

License

MIT — use it, fork it, extend it.

from github.com/claude-contrib/claude-services

Установка Claude Services

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/claude-contrib/claude-services

FAQ

Claude Services MCP бесплатный?

Да, Claude Services MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Claude Services?

Нет, Claude Services работает без API-ключей и переменных окружения.

Claude Services — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Claude Services в Claude Desktop, Claude Code или Cursor?

Открой Claude Services на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Claude Services with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development