Home › Development › Agent Blueprint

Agent Blueprint

Explore and download AI agent blueprints as Agent Skills directories for coding agents

TypeScript Cloud
★ 3 stars Last pushed 2026-07-10 License: MIT

Topics: Coding Agents

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.7.15)

npx -y agentblueprint@0.7.15

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "agentblueprint@0.7.15"
      ],
      "env": {
        "AGENT_BLUEPRINT_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGENT_BLUEPRINT_API_KEY required secret — API token from app.agentblueprint.ai/settings/api-tokens

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry