Sub-Agents Directory provides access to 100+ pre-built sub-agent prompts and MCP servers for Claude Code. It exposes a collection of reusable AI agent configurations and tools. Connects to Claude Code's API for agent orchestration. Useful for developers building complex AI workflows with modular components.
Sub-Agents Directory provides access to 100+ pre-built sub-agent prompts and MCP servers for Claude Code. It exposes a collection of reusable AI agent configurations and tools. Connects to Claude Code's API for agent orchestration. Useful for developers building complex AI workflows with modular components.
npx -y sub-agents-directoryAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ayush-that-sub-agentsdirectory-github": {
"command": "npx",
"args": [
"-y",
"npx -y sub-agents-directory"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from sub agents.directory?"
No configuration required. This server works out of the box.
"What resources are available in sub agents.directory?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in sub agents.directory"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in sub agents.directory with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.