Super Agent Party
⭐ All-in-one AI companion! Super Agent Party = Self hosted neuro sama + openclaw! ⭐ 全能AI伴侣!超级智能体派对 = 自托管neuro sama + openclaw!
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
Maintainer
Works with
Installation
Manual Installation
npx super-agent-partyConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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)
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 devAccess 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/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.
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.
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.
Super Agent Party Alternatives — Similar Coding Agents Servers
Looking for alternatives to Super Agent Party? Here are other popular coding agents servers you can use with Claude, Cursor, and VS Code.
Dify
★ 142.2kProduction-ready platform for agentic workflow development.
Ruflo
★ 54.0k🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integrat
Goose
★ 45.7kan open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Antigravity Awesome Skills
★ 38.3kInstallable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
AgentScope
★ 25.5kBuild and run agents you can see, understand and trust.
Serena
★ 24.5kA coding agent toolkit that provides IDE-like semantic code retrieval and editing tools, enabling LLMs to efficiently navigate and modify codebases using symbol-level operations instead of basic file reading and string replacements.
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.
Set Up Super Agent Party in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.