Agent Blueprint MCP Server

CLI and MCP server for Agent Blueprint - 23 MCP tools for creating structured business profiles, generating pipeline artifacts, exploring blueprint data, syncing implementation state, and downloading full Agent Skills directories. Vendor-agnostic output works with ServiceNow, Salesforce, OpenClaw, or any platform. Its 13 documented tools cover business, blueprint, profile, generate.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-10 · ★ 3 · #113 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Agent Blueprint

before you install - you'll need

Set AGENT_BLUEPRINT_API_KEY before connecting.

Claude Code

claude mcp add agent-blueprint-mcp-server -- npx -y agentblueprint

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "agent-blueprint-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "agentblueprint"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package agentblueprint - unscoped; check the name against the project README before installing

registry namespace io.github.agent-blueprint is GitHub-verified and matches the repo owner

03 · What Agent Blueprint can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create or upsert a structured business profile for an existing organization, generate normalized use cases from the current business profile and readiness assessment, start blueprint generation for a chosen use case and return an auditId, and start the full pipeline for an existing business profile and return a jobId.

Capability map

Tools grouped from the project's README - what Agent Blueprint lets an agent do.

read & search

4 tools - e.g. Poll either blueprint generation or full-pipeline generation status; List all blueprints (summaries); Blueprint summary - title, agents, phases, pattern

get_generation_status · list_blueprints · get_blueprint · get_use_case

Business

3 tools - e.g. Create or upsert a structured business profile for an existing organization; Business case summary - ROI, pilot economics, recommendation; Organization business profile

create_business_profile · get_business_case · get_business_profile

Generate

2 tools - e.g. Generate normalized use cases from the current business profile and readiness assessment; Start blueprint generation for a chosen use case and return an auditId

generate_use_cases · generate_blueprint

Implementation

2 tools - e.g. Implementation plan summary - epics, timeline, story counts; Implementation spec metadata

get_implementation_plan · get_implementation_spec

run & execute

1 tool - e.g. Start the full pipeline for an existing business profile and return a jobId

trigger_full_pipeline

Download

1 tool - e.g. Download full blueprint as Agent Skills file manifest

download_blueprint

04 · Who maintains Agent Blueprint

Agent Blueprint is maintained by agent-blueprint. We track 2 MCP servers from agent-blueprint - 2 actively maintained, 3 combined GitHub stars, oldest repo from Mar 2026.

05 · Facts

category
coding agent - ranked #113 of 194 actively-maintained coding agent servers as of 2026-08-25.
registry
io.github.agent-blueprint/mcp-server (active, first published 2026-04-03 · 2 versions)
packages
npm:agentblueprint

06 · Agent Blueprint FAQ

Is Agent Blueprint still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-10. We re-verify nightly.

What can Agent Blueprint do?

With this server connected, an agent can create or upsert a structured business profile for an existing organization, generate normalized use cases from the current business profile and readiness assessment, start blueprint generation for a chosen use case and return an auditId, and start the full pipeline for an existing business profile and return a jobId.

How do I install Agent Blueprint?

Run `npx -y agentblueprint`. The README documents one environment variable (AGENT_BLUEPRINT_API_KEY) to set first. Set AGENT_BLUEPRINT_API_KEY before connecting. You can also paste the ready-made client config above.

Does Agent Blueprint run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agent Blueprint

More coding agent MCP servers · AgentsKit Registry · Coldstart · Palace · Anima MCP Server · Cartograph

More TypeScript MCP servers · Axint · Agenticmail MCP Server · Agent Fund · Agent Gate · Agent Lens · see all