Claude Integration

The Claude integration lets you manage your Pixelesq website directly from Claude — create pages, edit content, monitor SEO, manage collections, and publish updates through natural conversation.
Works with Claude.ai, Claude Desktop, Claude Code, and the Claude API. Also compatible with ChatGPT.
Connect Claude
To connect your Pixelesq account:
1. In Claude, go to Settings → Connectors
2. Click Add Connector
3. Enter the server URL: https://pixelesq-mcp.pixelesq.workers.dev/mcp
4. Choose your sign-in method:
- Google — Use the same Google account you use for Pixelesq
- Email — Enter your Pixelesq email, receive a 6-digit code, and verify
5. Select which project to work with when Claude asks
Once connected, all 38 tools are available in your conversations.
Authentication
Two authentication methods are supported:
Google sign-in: Click "Continue with Google" on the login screen. Use the same Google account linked to your Pixelesq account.
Email/OTP: Enter your Pixelesq email address. Check your inbox for a 6-digit verification code. Enter the code to complete sign-in.
Both methods require an existing Pixelesq account. Sign up at app.pixelesq.ai if you don't have one.
What You Can Do
Pages
Create new pages by describing what you need. Browse 60+ section types with preview images to pick the right layout. Claude generates content using the section's default structure and saves complete pages ready to publish.
Edit existing pages by reading the current section content — titles, descriptions, CTAs, images, and items — making changes, and saving back. Publish, unpublish, or delete pages.
Update SEO metadata including meta titles, descriptions, Open Graph images, JSON-LD structured data, and indexing preferences.
Collections and Entries
List all content collections and view their field schemas. Create entries in any collection — blog posts, team members, case studies, products — with content that matches the schema fields.
Save and update entry content, publish entries, or delete them. Claude reads the collection schema first to ensure the content structure is valid.
Section Catalog
Browse all available section types grouped by category: hero, features, content, FAQs, testimonials, pricing, forms, stats, logos, headers, footers.
Each section type includes a title, description, use cases, the content fields it uses, and a preview image URL. Get the full default structure for any section type to use as a template when building pages.
SEO/GEO and Google Search Console
Requires GSC to be connected in your Pixelesq dashboard.
- Search performance: Clicks, impressions, CTR, and position broken down by query, page, device, and country. Includes period-over-period change with trends.
- Page indexing status: Check which pages are indexed, their verdict, coverage state, last crawl time, and Core Web Vitals category.
- URL inspection: Deep inspection of any URL — indexing state, page fetch state, robots.txt status, canonical URL, and rich result types.
- Sitemaps: View submitted sitemaps and their status.
Analytics
View site traffic over configurable time periods (7, 30, or 90 days):
- Visits, pageviews, bounce rate, average session duration with period-over-period changes
- Top pages, referral sources, browsers, devices, and locations
Forms
List all forms and view their field schemas. Pull submission data for any form with pagination.
Assets and Themes
Browse media assets with search and tag filtering. View the current theme including appearance mode, accent color, gray palette, font families, font sizes, spacing scale, radius, and other design tokens. Update any theme variable.
Redirects
List all URL redirects. Create new permanent (301) or temporary (302) redirects with source path, destination, and optional description.
Partials
List all partials (headers, footers, and other reusable sections). View their content including navigation menus, logos, social links, and legal links.
Examples
Create a landing page from a description
Prompt: "Create a landing page for my agency. Add a hero with a headline and CTA, a section showing our 3 core services with icons, client testimonials, and a contact form."
Claude creates the page, browses the section catalog to pick HeroWithMedia, CardsWithIcons, TestimonialGrid, and SimpleForm, generates all the content, and saves it as a complete page.
Audit SEO across your entire site
Prompt: "Run a full SEO audit. Check which pages aren't indexed, show me my top queries, and create redirects for any broken URLs."
Claude pulls GSC data — indexing status for every page, search performance by query, and identifies pages with issues. Creates redirects for problem URLs and suggests improvements.
Bulk-manage blog content
Prompt: "Show me all draft blog posts. Update the meta descriptions to be more compelling and publish them."
Claude lists draft entries, reads each one's content, generates improved meta descriptions, updates and publishes each entry in one conversation.
Build a page by browsing section previews
Prompt: "I want to add a pricing section to my landing page. Show me what options are available."
Claude lists pricing section types with names, descriptions, use cases, and preview images. After you choose, it gets the default structure, fills in your pricing data, and adds it to the page.
Monitor form submissions
Prompt: "Show me the latest contact form submissions and summarize what people are asking about."
Claude retrieves submissions, analyzes the content, and provides a categorized summary of inquiries.
Manage redirects after a site restructure
Prompt: "Create redirects from /services to /solutions, /about-us to /about, and /blog/old-post to /blog/updated-post."
Claude creates 301 redirects for each pair and lists all active redirects for verification.
Tools Reference
### Projects (3 tools)
- list_projects — List all your Pixelesq projects (read)
- get_project — Get project details, settings, and content counts (read)
- list_domains — List custom domains (read)
### Pages (9 tools)
- list_pages — List pages with filtering and pagination (read)
- get_page — Get page metadata and revision info (read)
- get_page_content — Get full section content of a page (read)
- create_page — Create a new page (write)
- update_page_meta — Update SEO metadata (write)
- save_page_content — Save sections to a page (write)
- publish_page — Publish a page (write)
- unpublish_page — Take a page offline (write)
- delete_page — Delete a page permanently (write)
### Collections and Entries (9 tools)
- list_collections — List collections with field schemas (read)
- get_collection — Get collection details and schema (read)
- list_entries — List entries in a collection (read)
- get_entry — Get entry content and metadata (read)
- create_entry — Create a new entry (write)
- update_entry — Update entry name or slug (write)
- save_entry_content — Save field values to an entry (write)
- publish_entry — Publish an entry (write)
- delete_entry — Delete an entry permanently (write)
### Section Catalog (2 tools)
- list_section_types — Browse section types with previews, filterable by group (read)
- get_section_defaults — Get default structure for a section type (read)
### SEO and Analytics (8 tools)
- get_search_performance — GSC search analytics by query, page, device, country (read)
- get_page_index_status — Indexing status for a specific page (read)
- get_all_page_statuses — Indexing status for all pages (read)
- inspect_url — Deep URL inspection in GSC (read)
- get_gsc_connection_status — Check GSC connection (read)
- get_site_analytics — Site traffic analytics (read)
- list_redirects — List URL redirects (read)
- create_redirect — Create a redirect (write)
### Forms (2 tools)
- list_forms — List forms and schemas (read)
- get_form_submissions — Get submission data (read)
### Assets and Themes (3 tools)
- list_assets — Browse media assets (read)
- get_theme — Get current theme variables (read)
- update_theme — Update theme variables (write)
### Partials (2 tools)
- list_partials — List headers, footers, reusable sections (read)
- get_partial_content — Get partial content and navigation (read)
Best Practices
Be specific with your requests. Instead of "create a page," describe the sections, messaging, and calls to action you want. The more detail you provide, the better the result.
Use follow-ups. If the first result isn't perfect, tell Claude what to change. It maintains context within the conversation and can iterate on any page or entry.
Review before publishing. Claude can create and save content in draft mode. Check changes in your Pixelesq dashboard before going live, or ask Claude to publish when you're confident.
Start with list commands. If you're not sure what projects, pages, or collections you have, ask Claude to list them first. This gives both you and Claude the IDs needed for subsequent operations.
Troubleshooting
"No Pixelesq account found" — The email you signed in with doesn't match any Pixelesq account. Sign up at app.pixelesq.ai first, then reconnect.
GSC tools returning empty data — Google Search Console must be connected in your Pixelesq dashboard (Settings → App Integrations → Google Search Console) before the SEO tools work.
"Missing projectId" — Most tools require a project ID. Call list_projects first to get your project IDs, then pass the ID to subsequent tools.
Content not appearing on site — Pages and entries are saved in draft by default. Use publish_page or publish_entry to make them live.
For any other issues, reach out to hello@pixelesq.com.