Claude Services — Development skill for Claude Code
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.
[](https://claude.ai) [](https://github.com/claude-contrib/claude-services/actions/workflows/ci.yml) [](https://github.com/claude-contrib/claude-services/releases/latest) [](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
- 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](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
|
Related Skills
Sequential Thinking Skill
Claude Code skill replicating the Sequential Thinking MCP server — structured reasoning with branching, revisi
Backend Async
Production-ready async patterns using Axum, Tokio, and Solana clients for building backend services, indexers,
Jfrog MCP Server
JFrog MCP Server: providing your agents with direct access to JFrog Platform services.
Claude Code Everything You Need To Know
Ultimate all-in-one guide to mastering Claude Code. Covers setup, prompt engineering, commands, hooks, workflo
Claude Code Complete Setup
Complete Claude Code setup with all configurations, MCP servers, and automation for plug-and-play deployment
Puppeteer MCP Claude
Browser automation MCP server for Claude, powered by Puppeteer.
Related Agents
Code Writer TypeScript
TypeScript code implementation sub-agent. Invoked by any manager whose plan calls for TS code — Node services,
Be Go Backend Expert
Expert Go backend developer for production-ready services following Uber style guide and standard layout. Use
Developers
VP of Engineering who leads six skills — superpowers (engineering protocols), context7 (live library docs), mc