conductor-mcp

conductor-mcp is a skill for Claude Code, Codex from useconductor/conductor. It costs 0 tokens per session (322 once invoked), scanned A, original, Apache-2.0.

A connection hub that lets Claude Code use tools from services such as GitHub, Gmail, Slack, Notion, Spotify, and weather systems. It connects these services through MCP, a standard way for AI tools to communicate with other software.

In plain words
What is it for?
Jobs include checking repositories and pull requests, managing email and calendars, searching files, sending Slack messages, updating Notion pages, checking deployments, and running automation workflows.
Why use it?
It removes the need to switch between separate services or build each connection yourself. You can configure the services you want and access them from Claude Code.

Skill for Claude CodeCodex

Part of the conductor plugin — 1 skill, 2 commands, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/useconductor/conductor/conductor-mcp
Any agent
npx skills add useconductor/conductor --skill conductor-mcp
Clone the repo
git clone --depth 1 https://github.com/useconductor/conductor

Made for: Claude Code, Codex.

Or install conductor, the plugin that ships this one along with the rest of its 1 skill, 2 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for conductor-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/useconductor/conductor/conductor-mcp.svg)](https://agentmods.dev/skills/useconductor/conductor/conductor-mcp)
Your own site
<a href="https://agentmods.dev/skills/useconductor/conductor/conductor-mcp"><img src="https://agentmods.dev/badge/skills/useconductor/conductor/conductor-mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 322 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00322
Opus 5 $0.00000 $0.00161
Sonnet 5 $0.00000 $0.00064
Haiku 4.5 $0.00000 $0.00032

Measured 4d ago against content hash ecd4e8b8a831, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

conductor-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/conductor-mcp/SKILL.md · 39 lines

What it actually says

Conductor Integration Hub

Conductor connects Claude Code to 25+ external services through MCP tools.

When to use Conductor tools

  • GitHub — list repos, create issues, check PRs, trigger Actions, manage releases
  • Gmail — read, send, search, organize emails
  • Google Calendar — check schedules, create events, find free time
  • Google Drive — search, read, upload files
  • Slack — send messages, read channels
  • Notion — create pages, query databases, update notes
  • Spotify — control playback, search tracks, manage playlists
  • Vercel — check deployments, view project status
  • HomeKit — control smart home devices, check sensors
  • Weather — get current conditions and forecasts
  • System — check CPU, memory, disk usage
  • Network — ping hosts, check connectivity
  • n8n — trigger automation workflows
  • Calculator, Crypto, Hash, URL tools — utility operations

Setup

npm install && npm run build
conductor mcp setup

# Configure services
conductor google          # Gmail, Calendar, Drive (OAuth)
conductor slack setup     # Slack tokens
conductor plugins enable github
conductor plugins enable notion
conductor plugins enable spotify

Tool naming

All tools are prefixed with conductor_. Use conductor_status to check which plugins are active before attempting service-specific operations.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 39 lines · 0 tokens per session scan A ecd4e8b8a831

Subscribe to this mod's changes

conductor-mcp is a skill published in the GitHub repository useconductor/conductor (2 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 322 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

issue-triage

Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.

rtk-ai/rtk · 70 tokens

issue

Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the…

jeremylongshore/tons-of-skills-marketplace · 115 tokens

github-secret-hunting

Find leaked API keys, tokens, and credentials in public GitHub repositories.

uphiago/recon-skills · 20 tokens

github

GitHub operations via gh CLI: issues, PRs, CI runs, code review, API queries.

AIOSAI/AIPass · 23 tokens

a11y-remediate

Use to produce a leader-facing remediation proposal from one or more /a11y-audit outputs plus team and product context. Translates audit findings into sprint plans, staffing asks, customer-facing language, compliance rollups, and critical-path analysis. Refuses to fabricate numbers, owners, or commitments beyond the…

gitkraken/vscode-gitlens · 72 tokens

github-image-upload

Upload local images and other files (PDF, zip, log, …) to GitHub and embed them in a pull request description, an issue, or a comment — producing canonical github.com/user-attachments URLs (private-repo uploads stay private). Use when asked to "attach a screenshot to the PR", "add an image to the PR description", "put…

drogers0/gh-image · 135 tokens