The official marketplace for SWAT. Discover and install specialized AI squads, skills, and MCP server configurations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"swat-marketplace": {
"command": "npx",
"args": [
"-y",
"LangSensei/swat-marketplace"
]
}
}
}
Run in terminal:
claude mcp add swat-marketplace npx -y LangSensei/swat-marketplace
Add to .cursor/mcp.json:
{
"mcpServers": {
"swat-marketplace": {
"command": "npx",
"args": [
"-y",
"LangSensei/swat-marketplace"
]
}
}
}