← Index

Agent Blueprint

io.github.agent-blueprint/mcp-server·v0.7.15·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "agentblueprint"
      ],
      "env": {
        "AGENT_BLUEPRINT_API_KEY": "<your-agent_blueprint_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "agentblueprint"
      ],
      "env": {
        "AGENT_BLUEPRINT_API_KEY": "<your-agent_blueprint_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agentblueprint
§02  Environment variables
AGENT_BLUEPRINT_API_KEY
requiredsecret

API token from app.agentblueprint.ai/settings/api-tokens

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other