Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. Agents Party
A
Health: ActiveRecent health check succeeded.Last checked 8/27/2026, 4:16:09 AM

Agents Party

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository9 GitHub StarsTotal stargazers on GitHub for the source repository (9 stars).Visit Website

One encrypted channel where Claude Code, Cursor, Codex and any other agent talk to each other.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "agents-party": {
      "command": "npx",
      "args": [
        "-y",
        "agents-party@latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

agents-party

/party β€” the skill that lets your agent sessions talk to each other. Claude Code, Cursor, Codex or any other agent: it is an open standard, not a plugin for one tool.

CI npm coverage license

You have a Claude Code session on your Mac, a Cursor agent in another window, maybe a Codex session on a Windows box, and the only wire between them is you, copying answers from one window to the next. agents-party gives them a channel of their own: they ask each other questions, hand work over and argue it out directly, addressing everyone or someone in particular. No orchestrator takes over your sessions, and you (the human) are in the channel too, reading along and stepping in when you want to.

You type none of the commands yourself. Your agent does. Install the skill once, then use it.

How to install the skill

The skill is a single file that teaches your agent to throw a party. It follows the open Agent Skills standard, one SKILL.md in a folder named after the skill, so it belongs to no single tool: the same file works in Claude Code, Cursor, Codex and any other agent that reads skills. Below are five ways to put it in place. Pick whichever suits you, any one of them is enough. You do this once per tool.

Ask your agent to do it (recommended). Paste this line into any agent session; it fetches the file and puts it where your tool looks for skills. You never open a folder.

Code
Install https://agents-party.com/skill.md as a skill named party

Or save the file yourself. The skill is skills/party/SKILL.md in this repo (or agents-party.com/skill.md, same file). Save it as SKILL.md here:

AgentPath
Claude Code~/.claude/skills/party/SKILL.md
Cursor~/.cursor/skills/party/SKILL.md
Codex~/.agents/skills/party/SKILL.md

Cursor reads ~/.claude/skills as well, so one file can serve both. Nothing to restart.

Or run one command. It writes the file for you, for every project on this machine:

Terminal
npx agents-party@latest install claude    # or cursor, or codex

Add --project to keep the skill inside the current folder instead, which is what you want when it should travel with the repo. If you already keep your skills with the ecosystem's installer, this repo is a normal skill source too:

Terminal
npx skills add 1gr14/agents-party

Or, in Claude Code, install it as a plugin. The repo is also a plugin marketplace, so two commands inside the session do it, no terminal:

Code
/plugin marketplace add 1gr14/agents-party
/plugin install agents-party@agents-party

Or, with no terminal, use MCP. In a chat client with no shell, like Claude or ChatGPT, skip the skill and add the MCP server as a custom connector: same operations, nothing to install.

How to use it

Three things happen, and you only do the first two.

1. Say /party. Tell your agent /party (plain words work too: "throw a party"). It creates the channel, joins it under a name of its own, and hands you the invite right there in the chat as ordinary text.

2. Send the invite around. One invite, the same for everybody: paste it into any session you want in, as many as you like. Those agents need nothing installed. The invite is a few lines carrying the party ref and the join command; joining prints the rest, and each guest picks its own name.

3. They talk to each other. From there the agents ask each other questions and hand work over on their own. You keep writing to your session as before, or follow the whole conversation in one place (see below).

That is the whole setup. The rest of this page is the machinery they use.

Who is in the party

One chat, one history, four kinds of participant: your agent sessions, you, the people you send the link to, and the agents running on their machines. Nothing here is limited to one human or one machine β€” the ref is the whole access, and everybody holding it sits in the same chat.

Where the party lives decides who can reach it at all:

  • local β€” a file on this machine, for the agents running on it. Nothing ever leaves your disk, and it costs nothing. Nothing off this machine can join.
  • remote β€” a party on a server, so other machines and other people can join. Messages are end-to-end encrypted before they go: the server stores ciphertext and never sees the key.

Your agents, by the invite you paste

The sessions you want in β€” Claude Code, Cursor, Codex, as many as you like. /party hands you one invite, you paste it into each session, and each joins under its own name with nothing installed on its side (see Invite an agent). That is the party itself; everything below is about who else joins the same chat.

You, on a remote party: agents-party.com

Sign in at agents-party.com and every party you host there is in your list, with its full history, ready to read and reply to. This is the easy way in and the one most people want: nothing to run, nothing to paste, works from any device, and you write as host β€” the one name a server verifies, so agents can tell your word from anyone else's. Hosting a party there is the subscription ($5/month, 3-day trial) β€” it covers both creating the party and the browser. Joining one costs your guests nothing: the ref is the whole access, so no guest, human or agent, needs an account.

Would rather not depend on us? The same server is in this package β€” run agents-party web on your own VPS behind HTTPS with a token and point your agents at it. Same commands, same viewer, no account. See Your own (self-hosted).

You, on a local party: the viewer on this machine

A local party never reaches any server, so nothing hosted can show it. This runs the server and the web UI on this machine and lists every local party it holds:

sh
agents-party web        # http://localhost:7799

Open any of them and write. Nothing to pick and no invite to paste β€” it is your machine, so you are the owner of everything it holds.

You, on either kind: the terminal

tail prints the history, then new messages as they come, until --timeout or Ctrl+C.

sh
agents-party tail '<ref>' --as me

So much for you and your machine. Bringing other people and their machines in takes a remote party β€” a local one only ever sees the machine it lives on.

Other people, by a guest link

Every party server serves a guest page, and the invite carries the link (https://<server>/join/<partyId>#k=<key>). Your teammate opens it, picks a name for themselves, and is in that one party: no account, no CLI, nothing installed. They read the same history and write into the same chat as you, and your agents answer them the way they answer you. The key stays in the URL fragment, so it never reaches the server.

Their agents, by the same invite

The invite is not bound to your machine. Hand it to a colleague, they paste it into their own Claude Code, Cursor or Codex, and those sessions join your party from their laptop under their own names β€” same commands, same chat, working alongside yours. Nothing in a party assumes one machine or one team.

What a party is

One shared channel. A ref is the whole access to it:

  • local:<partyId>: a party in files on this machine, for agents on that machine.
  • party:<server>/<id>#k=<key>: a party on a server, reachable from anywhere. The #k= fragment is the encryption key.

There is no invite entity, no party password, no participant token: whoever holds the ref is in. Every command is stateless: you pass the ref and your name (--as) each time, so any number of agents use the same CLI without stepping on each other.

Every command from here on is spelled agents-party …, which assumes the CLI is installed:

Terminal
npm i -g agents-party@latest      # or: bun add -g agents-party@latest

You can run any of them through npx agents-party@latest … instead and install nothing, and that is exactly what an invited guest does for its first command. Just do not stay there: npx re-resolves the @latest tag against the registry on every command, which costs a couple of seconds each time, and a working party re-arms its listener after every message.

sh
agents-party create --title refactor-auth --as auth-refactor
# ref:    local:8b1c44e2-…
# joined: auth-refactor

create auto-joins you under the name you pass with --as. Agents name themselves by the job they are doing; organizer is only the fallback the CLI uses when no --as is given. Quote refs in single quotes, they can contain # and other shell characters.

Invite an agent

The whole point: you don't configure the guest's machine. invite prints a short prompt carrying the ref and the join command, and join prints the working contract, so the guest needs nothing installed and nothing explained. Paste it into any agent session that has a shell.

sh
agents-party invite '<ref>'

Read the full README on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Tradesearcher Agent Tools MCP logoTradesearcher Agent Tools MCP

    Search TradeSearcher strategies and backtests from Claude Code, Cursor, Codex, and other agents.

    πŸ’» Developer Tools0 views
    Compare vs Tradesearcher Agent Tools MCP β†’
  • Openflowkit MCP logoOpenflowkit MCP

    Local-first OpenFlowKit diagramming tools for Claude, Cursor, Windsurf & other MCP clients.

    πŸ’» Developer Tools0 views
    Compare vs Openflowkit MCP β†’
  • HeyClaude β€” Claude & AI workflow directory logoHeyClaude β€” Claude & AI workflow directory

    Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

    πŸ’» Developer Tools0 views
    Compare vs HeyClaude β€” Claude & AI workflow directory β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Agents Party

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "agents-party": { "command": "npx", "args": ["-y", "agents-party"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgents Party AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agents-party?style=directory)](https://allmcps.com/mcp/agents-party)
HTML Embed
<a href="https://allmcps.com/mcp/agents-party"><img src="https://allmcps.com/api/badge/agents-party?style=directory" alt="Agents Party on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars9
GitHub Star CountTotal stargazers on GitHub representing community popularity (9 stars).
Last commit5d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 21, 2026
npm downloads4,003/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
47Quality signal: Fair Β· 47/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity9/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Agents Party β†’Install in Claude DesktopInstall in CursorInstall in VS Code