Super Agent Party

v1.0.0Coding Agentsstable

⭐ All-in-one AI companion! Super Agent Party = Self hosted neuro sama + openclaw! ⭐ 全能AI伴侣!超级智能体派对 = 自托管neuro sama + openclaw!

agent-skillsai-companionai-vtuberclaude-codecomfyui
Share:
2,286
Stars
0
Downloads
0
Weekly
0/5

What is Super Agent Party?

Super Agent Party is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ⭐ all-in-one ai companion! super agent party = self hosted neuro sama + openclaw! ⭐ 全能ai伴侣!超级智能体派对 = 自托管neuro sama + openclaw!

⭐ All-in-one AI companion! Super Agent Party = Self hosted neuro sama + openclaw! ⭐ 全能AI伴侣!超级智能体派对 = 自托管neuro sama + openclaw!

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • ⭐ All-in-one AI companion! Super Agent Party = Self hosted n

Use Cases

Self-host an all-in-one AI companion with agent capabilities.
Run neuro-sama and OpenClaw-style agents locally.
heshengtao

Maintainer

LicenseAGPL-3.0
Languagejavascript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx super-agent-party

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Super Agent Party

Super Agent Party is a self-hosted all-in-one AI companion platform that combines a local OpenAI-compatible API server, MCP server support, desktop VRM avatars, messaging bot integrations (QQ, WeChat, Feishu, Telegram, Discord, Slack), and live streaming capabilities for Bilibili, YouTube, and Twitch. It exposes an MCP endpoint at http://127.0.0.1:3456/mcp so any MCP-compatible AI client can use its tools, and also provides an OpenAI-compatible API at http://localhost:3456/v1 for SDK-based integration. Users who want a richly featured, locally run AI agent environment with social platform integrations use Super Agent Party as their central hub.

Prerequisites

  • Windows 10/11, macOS (Apple Silicon), Linux, or Docker-compatible environment
  • Minimum 2 CPU cores and 2 GB RAM
  • An MCP client such as Claude Desktop or Claude Code for MCP integration
  • LLM API key(s) for the AI providers you want to connect (configured within the app UI)
1

Install Super Agent Party

Choose the installation method for your OS. Docker is the most portable option.

# Docker (recommended for all platforms):
docker pull ailm32442/super-agent-party:latest
docker run -d -p 3456:3456 -v ./super-agent-data:/app/data ailm32442/super-agent-party:latest

# macOS (Apple Silicon):
# Download from GitHub releases, extract, remove quarantine:
sudo xattr -rd com.apple.quarantine [extracted-folder]
chmod +x 一键启动\(start\).sh && ./一键启动\(start\).sh

# From source:
git clone https://github.com/heshengtao/super-agent-party.git
cd super-agent-party
uv sync && npm install && npm run dev
2

Access the web interface

Open a browser and navigate to the Super Agent Party dashboard to configure LLM providers, plugins, and integrations.

open http://localhost:3456/
3

Configure LLM providers

In the web UI, add your LLM API keys and select models for different tasks. Super Agent Party supports OpenAI, Anthropic, Google Gemini, Ollama (local), HuggingFace, and others.

4

Enable desired plugins

Browse the 15+ available plugins in the UI to enable capabilities like browser automation, computer vision, Discord bot, or ComfyUI image generation.

5

Connect your MCP client

Add Super Agent Party as an MCP server in your Claude Desktop or Claude Code configuration. Data persists in the mounted volume across restarts.

{
  "mcpServers": {
    "super-agent-party": {
      "url": "http://127.0.0.1:3456/mcp"
    }
  }
}

Super Agent Party Examples

Client configuration

Claude Desktop configuration connecting to Super Agent Party's MCP endpoint.

{
  "mcpServers": {
    "super-agent-party": {
      "url": "http://127.0.0.1:3456/mcp"
    }
  }
}

Prompts to try

Example prompts for working with Super Agent Party's agent and automation capabilities.

- "List the available tools and plugins in Super Agent Party"
- "Take a screenshot of my desktop and describe what you see"
- "Send a message to my Discord server channel #general"
- "Generate an image using ComfyUI with the prompt: a futuristic city at sunset"
- "Browse to https://example.com and extract all the main headlines"

Troubleshooting Super Agent Party

macOS blocks the app with 'cannot be opened because it is from an unidentified developer'

Run 'sudo xattr -rd com.apple.quarantine [folder-path]' to remove the quarantine attribute, then ensure the shell scripts are executable: chmod +x 一键启动(start).sh

Docker container starts but the web UI is not accessible at localhost:3456

Check container logs with 'docker logs [container-id]'. Ensure port 3456 is not already in use. Confirm the -p 3456:3456 flag was included in your docker run command.

MCP client cannot connect to http://127.0.0.1:3456/mcp

Verify Super Agent Party is running and accessible. The MCP endpoint is available only after the app is fully started — check the web UI at http://localhost:3456 first. Some MCP clients require the HTTP transport to be explicitly configured.

Frequently Asked Questions about Super Agent Party

What is Super Agent Party?

Super Agent Party is a Model Context Protocol (MCP) server that ⭐ all-in-one ai companion! super agent party = self hosted neuro sama + openclaw! ⭐ 全能ai伴侣!超级智能体派对 = 自托管neuro sama + openclaw! It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Super Agent Party?

Follow the installation instructions on the Super Agent Party GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Super Agent Party?

Super Agent Party works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Super Agent Party free to use?

Yes, Super Agent Party is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "super-agent-party": { "command": "npx", "args": ["-y", "super-agent-party"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Super Agent Party?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides