subagents
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@subagentsexplore the codebase structure"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Subagents MCP for Cursor
This repository is archived. It was created to add subagents support to Cursor before Cursor had a native subagents pattern. Now that Cursor has built-in subagents, this project is no longer needed.
This MCP server brings subagents to Cursor. It allows you to delegate complex, multi-step tasks to specialized agents.
Features
Subagents in Cursor: Enables agentic workflows directly within Cursor.
Default Subagents: Includes two powerful agents inspired by Claude Code:
General Purpose: For researching complex questions and executing multi-step tasks.
Explore: Specialized for quickly finding files and understanding codebase architecture.
Automatic Discovery: Automatically detects and uses your existing Claude subagents from
.claude/agents/.
Subagents will have access to all available tools. Thecursor-agent CLI does not currently support configuring available tools, so the tool field in Claude subagent Markdown files will be ignored.
Related MCP server: Codex DeepSeek Delegate MCP
Prerequisites
Cursor CLI: You must have the Cursor CLI installed.
Node.js: Version 22.0.0 or higher.
Usage
Add the following to your ~/.cursor/mcp.json:
{
"mcpServers": {
"subagents": {
"command": "npx -y @da1z/subagents --cwd ${workspaceFolder}"
}
}
}Note: The --cwd argument is required.
Capabilities
This MCP server provides a single tool to the agent:
task: Launches a specialized subagent to handle a complex task. The agent can choose which subagent to use (e.g., "general-purpose", "explore") based on the task requirements.
This server cannot be deployed
Maintenance
Related MCP Connectors
Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop
MCP server for building and testing AI agents with multi-model experimentation and insights.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Official MCP server for subfeed.app — the cloud for agents. 15+ tools for AI agents to register, build, and deploy other agents. Zero human required. Start here: subfeed.app/skill.md
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server wrapping the Cursor CLI agent, enabling Claude Code and other MCP clients to delegate tasks to Cursor's AI agent for file writing, bash commands, and codebase queries.-
- FlicenseBqualityBmaintenanceA Codex MCP server that delegates exploration and implementation tasks to DeepSeek via Claude Agent SDK, supporting subagent types and task persistence.21-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that lets any MCP-capable agent spawn and drive Claude Code sessions — effectively turning Claude Code into an orchestratable sub-agent fleet.49MIT
- FlicenseAqualityBmaintenanceAn MCP server that lets Claude spawn Cursor subagents as async, bounded workers, enabling non-blocking task delegation with asynchronous completion notifications.8-