AI-powered developer tools studio. MCP servers, Claude Code skills, starter kits. Built by Atlas.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"whoffagents-site": {
"command": "npx",
"args": [
"-y",
"Wh0FF24/whoffagents-site"
]
}
}
}
Run in terminal:
claude mcp add whoffagents-site npx -y Wh0FF24/whoffagents-site
Add to .cursor/mcp.json:
{
"mcpServers": {
"whoffagents-site": {
"command": "npx",
"args": [
"-y",
"Wh0FF24/whoffagents-site"
]
}
}
}