Blockforge

Command Palette

Search for a command to run...

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 license
search_blocksKeyword search across names, descriptions and categories
get_categoriesCategories with live block counts
get_block_codeFull TypeScript source — pro blocks need your registry token
get_install_commandThe shadcn CLI command for any block
list_starter_pagesReady-made page compositions
get_starter_pageA page's blocks, install commands and builder link

Pro 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.”