Build your app
with AI that
knows Blockli.
Blockli AI is the built-in chat client on your dashboard — powered by the Blockli MCP server. It knows every component, data hook, theme token, and integration pattern. Your AI stops guessing and starts building.
Mapped 4 Figma components → Blockli equivalents. Wired to useActivityFeed() hook from your BuddyBoss install.
// Generated by Claude using Blockli MCP
import { useActivityFeed } from '@blockli/hooks'
import { ScreenLayout, Post, Avatar } from '@blockli/ui'
export function CommunityFeed() {
const { posts, loading } = useActivityFeed()
return (
<ScreenLayout title="Community">
{posts.map(post => (
<Post
key={post.id}
author={post.author}
content={post.content}
onReact={type => post.react(type)}
/>
}
</ScreenLayout>
)
}Capabilities
What you can
build with AI.
Figma → React Native
Paste a Figma frame URL. The MCP reads the design, maps every element to a Blockli component, and generates production-ready React Native code wired to your community data — auth, feed, groups, courses.
Build from scratch
Describe a screen or feature in plain English. The AI knows every component in the Blockli library, every data hook, and every integration pattern — and generates a working implementation.
Wire any UI
Already have a custom design or existing component? The MCP exposes exactly how to connect it to activity feeds, group membership, LearnDash progress, in-app purchases, and push notifications.
Tools
58+ tools exposed
to AI clients.
Return all valid string arguments accepted by theme MCP inspection tools so agents never guess enum-like values.
Return recommended ordered tool calls for a target theme-building workflow and the source of each next argument.
List Blockli SDK collections supported by useCollection and the TypeScript item type each collection maps to.
Return the typed useCollection signature, result type, and items type for a Blockli collection screen.
Inspect block.data fields and item fields used by the current app for a Blockli app page block type.
Generate the import and typed useCollection snippet for a Blockli collection screen.
Resources
Full platform docs
embedded as context.
Component library
60+ UI components with full API docs
Data hooks reference
All data hooks, types, and usage patterns
Theme token system
Semantic token architecture and generation
Integration guides
BuddyBoss, Fluent Community, BuddyPress APIs
Screen templates
Navigation patterns, layouts, screen types
On-Air Release patterns
Deployment, rollback, and versioning guides
How the MCP server works
The MCP server exposes live Blockli contracts — hook signatures, screen mappings, validation rules, and build workflows. Your AI client calls these tools over the Model Context Protocol so the agent can wire collections, themes, app pages, and shell flows into a full, functional app end to end — not guessed work.
Built-in AI client
Blockli AI is your main AI client.
Blockli AI lives right inside your dashboard. No setup, no API keys, no config files. It's connected to the MCP server by default and has full context of your community from day one.
Blockli AI
Built-inThe primary AI chat on your Blockli dashboard. Ask it to build screens, generate themes, wire up data, or explain any platform feature — it already has full MCP context.
Or connect your preferred AI tool
Claude
Claude Desktop + Claude Code
Cursor
Native MCP support
Windsurf
Native MCP support
Cline
VS Code extension
Any client
MCP protocol compatible
The MCP server is open protocol — connect Claude, Cursor, Windsurf, or any compatible client.
Connect an external AI client
Prefer Claude or Cursor?
Connect them in 30 seconds.
One config block. No API keys. Blockli AI is already built in — this is just for external tools.
Add to claude_desktop_config.json
{
"mcpServers": {
"blockli": {
"command": "npx",
"args": ["-y", "@blockli/mcp"]
},
},
}Add to your .cursor/mcp.json or MCP settings
{
"mcpServers": {
"blockli": {
"command": "npx",
"args": ["-y", "@blockli/mcp"],
"env": { "BLOCKLI_SITE_URL": "https://yoursite.com" }
},
},
}Or run it directly
Start the MCP server standalone — useful for testing or CI environments.
Build with AI.
Ship with Blockli.
Blockli AI is included with every plan — no setup, no extra costs. Join the waitlist for early access to the platform, the built-in AI client, and the theme SDK.