Agent Blueprint for Claude Desktop
io.github.agent-blueprint/mcp-server
Explore and download AI agent blueprints as Agent Skills directories for coding agents
client:Claude Desktop
transport:stdio
runtime:npm
Install Agent Blueprint in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"agentblueprint"
],
"env": {
"AGENT_BLUEPRINT_API_KEY": "<AGENT_BLUEPRINT_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs