
Agent Blueprint
Explore Agent Blueprint’s catalog and download blueprints as Agent Skills directories for your coding agent.
Overview
Agent Blueprint is a MCP server for the Build phase that lets coding agents explore and download AI agent blueprints as Agent Skills directories.
What is this MCP server?
- Explore and download AI agent blueprints formatted as Agent Skills directories
- npm package agentblueprint v0.7.15 with npx runtime hint and stdio transport
- Requires AGENT_BLUEPRINT_API_KEY from app.agentblueprint.ai/settings/api-tokens
- Documented for developers at agentblueprint.ai/developers
- GitHub source: agent-blueprint/mcp-server
- Package version 0.7.15
- npm identifier agentblueprint with npx runtime hint
- stdio MCP transport
Community signal: 1 GitHub stars.
What problem does it solve?
You waste build sprints retyping agent workflows that already exist as curated blueprints elsewhere.
Who is it for?
Solo builders standardizing on Agent Blueprint who want MCP-driven skill drops into Claude Code or Cursor.
Skip if: Builders who only need the no-key free blueprint slice or who do not want to manage another API token.
What do I get? / Deliverables
After you add your API key and MCP config, your agent can fetch blueprint-backed Skills directories ready to adapt in the repo.
- Configured Agent Blueprint MCP server with secret API key
- Downloaded blueprint artifacts as Agent Skills directory layouts
- Faster agent capability rollout from catalogued blueprints
Recommended MCP Servers
Journey fit
Downloading skills-shaped blueprints is a build-time step that equips Claude Code-style agents with reusable capability folders. Agent-tooling is the right shelf because outputs are SKILL-style directories meant to plug into coding agents.
How it compares
Paid-token blueprint-to-skills MCP bridge, not the free blueprints server or a generic skills.sh mirror.
Common Questions / FAQ
Who is Agent Blueprint MCP Server for?
It is for developers who already use or plan to use Agent Blueprint and want blueprint discovery and Skills-directory downloads inside their MCP agent.
When should I use Agent Blueprint MCP Server?
Use it during build and agent-tooling work when you are assembling SKILL.md-style folders from vetted blueprints instead of writing every skill manually.
How do I add Agent Blueprint MCP Server to my agent?
Create an API token at app.agentblueprint.ai/settings/api-tokens, set AGENT_BLUEPRINT_API_KEY, and configure npx agentblueprint with stdio MCP per your client’s instructions.