MCP Server — AI Design Template Integration
Integrate MarketPulse Design templates with your AI assistant using the Model Context Protocol (MCP) server. Direct access to 500+ prompts from Claude, Cursor, and more.
What is MCP?
The Model Context Protocol (MCP) is an open standard that allows AI assistants to directly access external tools and data sources. Our MCP server lets your AI assistant (Claude, Cursor, etc.) directly search and retrieve design templates, section blocks, and prompts — no copy-pasting needed.
Quick Start
// Add to your MCP client config (e.g. Claude Desktop)
{
"mcpServers": {
"marketpulse-design": {
"url": "https://xgdzyqfalbibzelpdpvr.supabase.co/functions/v1/mcp",
"transport": "http"
}
}
}Once configured, your AI assistant can search templates, get prompts, and list categories directly in conversation.
Available MCP Tools
search_templates
Search templates by keyword, category, or tag
search_templates(query: "landing page", category: "saas")get_template
Get full template details including prompt
get_template(slug: "planetary-pulse")list_categories
List all template categories
list_categories()get_section_blocks
Get section blocks by category
get_section_blocks(category: "hero")get_prompt
Get the AI prompt for a specific template
get_prompt(slug: "velorah")list_sections
List all section block categories
list_sections()get_academy
Get academy tutorial list
get_academy()recommend
Get template recommendations
recommend(type: "ecommerce", style: "minimal")Supported AI Assistants
Claude Desktop
✓ SupportedCursor
✓ SupportedWindsurf
✓ SupportedVS Code (Cline)
✓ SupportedContinue.dev
✓ SupportedZed
✓ SupportedExample Usage in Claude
User: Find me a SaaS landing page template with a dark theme Claude: I'll search for SaaS landing page templates with dark themes. [Uses search_templates tool] I found 12 matching templates. Here are the top 3: 1. **Forma.co** — Professional SaaS with feature tabs and blue palette 2. **Strat** — Strategy platform with dashboard preview and ROI calculator 3. **Platform Rocket** — Dynamic SaaS with rocket launch hero animation Would you like the full prompt for any of these? User: Yes, give me Forma.co Claude: [Uses get_prompt tool] Here's the Forma.co prompt: "Create a SaaS website for Forma.co with hero with product screenshot, feature tabs, integration logos, pricing tiers, and FAQ accordion. Blue and white corporate palette..."
Start Building with MCP
Configure your AI assistant and get instant access to 500+ design templates.
View Pricing Plans →