Docs
MCP server
Your AI editor can browse the whole catalog, read source and fetch install commands — without you leaving the conversation.
Connect
Claude Code
claude mcp add --transport http blockforge https://blockforge.terravidhal.me/mcp
Cursor — ~/.cursor/mcp.json
{
"mcpServers": {
"blockforge": { "url": "https://blockforge.terravidhal.me/mcp" }
}
}VS Code — .vscode/mcp.json
{
"servers": {
"blockforge": { "type": "http", "url": "https://blockforge.terravidhal.me/mcp" }
}
}The seven tools
list_blocksEvery block, filterable by category or licensesearch_blocksKeyword search across names, descriptions and categoriesget_categoriesCategories with live block countsget_block_codeFull TypeScript source — pro blocks need your registry tokenget_install_commandThe shadcn CLI command for any blocklist_starter_pagesReady-made page compositionsget_starter_pageA page's blocks, install commands and builder linkPro blocks
get_block_code returns pro source when you pass your registry token (find it on your account page) as the token argument. Blocks that rely on Blockforge CSS utilities include them in the response, ready to append to your stylesheet.
Try these prompts
- “Find me a pricing section with a comparison table and install it.”
- “What starter pages does Blockforge have for a SaaS launch?”
- “Install the saas-landing page into my project.”