Agent Blueprint
Rank #32,294io.github.agent-blueprint/mcp-server
Explore and download AI agent blueprints as Agent Skills directories for coding agents
Agent Blueprint is a Model Context Protocol (MCP) server published by agent-blueprint. It ranks #32,294 of 132,113 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Agent Blueprint is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Apr 3, 2026 and most recently updated on Apr 19, 2026.
Ranks ahead of 99,819 of 132,113 servers on MCP Toplist.
Use Agent Blueprint
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-blueprint -e "AGENT_BLUEPRINT_API_KEY=<your AGENT_BLUEPRINT_API_KEY>" -- npx -y agentblueprintReplace each placeholder with your own value before saving.
[mcp_servers.agent-blueprint]
command = "npx"
args = ["-y", "agentblueprint"]
[mcp_servers.agent-blueprint.env]
AGENT_BLUEPRINT_API_KEY = "<your AGENT_BLUEPRINT_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-blueprint": {
"command": "npx",
"args": [
"-y",
"agentblueprint"
],
"env": {
"AGENT_BLUEPRINT_API_KEY": "<your AGENT_BLUEPRINT_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-blueprint": {
"command": "npx",
"args": [
"-y",
"agentblueprint"
],
"env": {
"AGENT_BLUEPRINT_API_KEY": "<your AGENT_BLUEPRINT_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent-blueprint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentblueprint"
],
"env": {
"AGENT_BLUEPRINT_API_KEY": "<your AGENT_BLUEPRINT_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-blueprint": {
"command": "npx",
"args": [
"-y",
"agentblueprint"
],
"env": {
"AGENT_BLUEPRINT_API_KEY": "<your AGENT_BLUEPRINT_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-blueprint": {
"command": "npx",
"args": [
"-y",
"agentblueprint"
],
"env": {
"AGENT_BLUEPRINT_API_KEY": "<your AGENT_BLUEPRINT_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.agent-blueprint%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.agent-blueprint%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.agent-blueprint%2Fmcp-server.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
agent-blueprint
Other servers by agent-blueprint
View all agent-blueprint servers →Available versions (2)
| Version | Published |
|---|---|
| 0.7.15 | Apr 19, 2026 |
| 0.7.14 | Apr 3, 2026 |
Frequently asked questions
- Who maintains Agent Blueprint?
- Agent Blueprint is maintained by agent-blueprint, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Agent Blueprint listed on the Official MCP Registry?
- Yes — Agent Blueprint is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Agent Blueprint have?
- MCP Toplist tracks 2 versions of Agent Blueprint, most recently published on Apr 19, 2026.
- Where can I find the source code for Agent Blueprint?
- The source code for Agent Blueprint is hosted at github.com/agent-blueprint/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.