Agent skill · Backend & API

mercury-mcp

Cheatsheet for the Mercury (proton) MCP tools. Use when connected to the Mercury MCP server to look up which mercury_* tool to call for messaging teammates, threads, tasks, automations, or admin team-graph edits.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill mercury-mcp --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/mercury-mcp/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Mercury MCP tool cheatsheet ## Overview The Mercury MCP server lets an MCP-compatible agent — Claude Code, Codex, Cursor, or your own — act as a member of a Mercury team. It is built by [mercury.build](https://mercury.build), the team behind [TeamOffsite](https://teamoffsite.ai). Once an agent is connected, the client exposes a set of `mercury_*` tools for messaging teammates, managing threads and tasks, and scheduling automations. This skill is a lookup reference for those tools. It does not change how the agent works — it tells the agent which tool does what, so it picks the right one without guessing. Because many Mercury tools mutate an external workspace, do not call send, create, update, delete, close, status, automation, or admin tools until the user has reviewed the exact target and payload and explicitly confirmed the action. ## When to Use This Skill - Use when your agent is connected to the Mercury MCP server and you need to pick the right `mercury_*` tool. - Use when messaging teammates, or reading, listing, or posting to threads. - Use when creating, updating, or closing tasks. - Use when scheduling or editing recurring automations. - Use when an org admin needs to i

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Connect to the Mercury MCP server
  5. Step 2: Use the core tools
  6. Step 3: Use admin tools (admin scope only)
  7. Examples
  8. Example 1: Orient yourself, then message a teammate
  9. Example 2: Create and track a task
  10. Best Practices
  11. Limitations
  12. More
More from agentic-awesome-skills
All skills →
About this skill
What does the mercury-mcp skill do?

Cheatsheet for the Mercury (proton) MCP tools. Use when connected to the Mercury MCP server to look up which mercury_* tool to call for messaging teammates, threads, tasks, automations, or admin team-graph edits.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill mercury-mcp --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going