AgentsKit Registry for Claude Desktop
io.github.agentskit-io/agentskit-registry
Discover open-source AI agents and get source-owned installation instructions through MCP.
client:Claude Desktop
transport:streamable-http
tools:4
Install AgentsKit Registry in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentskit-registry": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://registry.agentskit.io/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs