Claude Services
БесплатноНе проверенProduction-ready MCP servers for Claude Code — browser automation, filesystem access, sequential thinking, and more.
Описание
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
- Node.js with
npx(node) - Claude Code (
claude)
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
- Fork this repo and drop your plugin under
plugins/ - Register it in
.claude-plugin/marketplace.json - 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.
Установка Claude Services
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/claude-contrib/claude-servicesFAQ
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
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Claude Services with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
