# StoryPress > Content from https://storypress.app ## Pages - [Home](https://storypress.app/.md) - [Cookie Policy](https://storypress.app/cookie-policy.md) - [Terms of Service](https://storypress.app/terms-of-service.md) - [Dash](https://storypress.app/dash.md) - [Subscriptions](https://storypress.app/subscriptions.md) - [Showcase](https://storypress.app/showcase.md) - [Blog](https://storypress.app/blog.md) - [Get Started](https://storypress.app/get-started.md) - [Privacy Policy](https://storypress.app/privacy-policy.md) - [Presentation](https://storypress.app/presentation.md) ## Blog - [Why Small Businesses Choose StoryPress: 3 Things That Actually Matter When Building a Website](https://storypress.app/blog/why-small-businesses-choose-storypress.md) - ['Crawled - Currently Not Indexed': What It Really Means](https://storypress.app/blog/crawled-currently-not-indexed.md) - [The Favicon Fix: The 5-Minute Branding Upgrade Most Sites Miss](https://storypress.app/blog/favicon-fix.md) - [Why Your Site Says 'Not Secure' (4 Fixes)](https://storypress.app/blog/website-not-secure-warning-fix.md) - [Title Tags & Meta Descriptions: The Step-by-Step Guide to Winning the Click](https://storypress.app/blog/title-tags-meta-descriptions-guide.md) - [Google Business Profile + Your Website: Stop Wasting the Click](https://storypress.app/blog/google-business-profile-website.md) - [5 Homepage Headline Formulas That Convert](https://storypress.app/blog/homepage-headline-formula.md) - [Sitemaps and Robots.txt: A 5-Minute Check](https://storypress.app/blog/sitemap-robots-txt-guide.md) - [The Matrix Had Bullet Time. Your Website Has 1 Second](https://storypress.app/blog/the-matrix-had-bullet-time-your-website-has-1-second.md) - [Fixing Duplicate Content With Canonical Tags — The Overlooked SEO Essential](https://storypress.app/blog/fixing-duplicate-content-with-canonical-tags.md) - [Alt Text, Done Right: The Overlooked SEO + Accessibility Win](https://storypress.app/blog/alt-text-the-overlooked-seo-accessibility-win.md) - [GDPR for Small Business Websites: What You Actually Need](https://storypress.app/blog/gdpr-small-business-website.md) - [Open Graph Errors Decoded: What Your SEO Audit Is Actually Telling You](https://storypress.app/blog/open-graph-errors-explained.md) - [Your Website Just Got an AI Co-Pilot: The StoryPress MCP Server](https://storypress.app/blog/storypress-mcp-server-ai-co-pilot.md) - [Entering the Upside Down: What “Stranger Things” Teaches Us About Branding](https://storypress.app/blog/what-stranger-things-teaches-us-about-branding.md) - [Your Social Links Look Broken: Fix Your Open Graph Image](https://storypress.app/blog/fix-your-open-graph-image.md) - [The Client Handoff That Stops Late-Night Edits](https://storypress.app/blog/website-handoff-clients-can-edit.md) - [The Real Cost of a 'Free' Website Builder](https://storypress.app/blog/free-website-builder-real-cost.md) - [The 5 Best Website Builders of 2026](https://storypress.app/blog/best-website-builders.md) - [Contact Forms That Get Replies](https://storypress.app/blog/contact-form-guide.md) - [Structured Data & Schema: The Missing Link Between SEO and AI Discovery](https://storypress.app/blog/schema-ai-discovery.md) ## Showcase - [Navillus Design](https://storypress.app/showcase/navillus-design.md) - [AuResources](https://storypress.app/showcase/auresources.md) - [make3](https://storypress.app/showcase/make3.md) - [Barbers Blueprint](https://storypress.app/showcase/barbers-blueprint.md) - [Kworq](https://storypress.app/showcase/kworq.md) ## MCP Connect your AI assistant to this site's CMS via the StoryPress MCP server. **Server URL:** `https://mcp.storypress.app/mcp` (streamable HTTP) or `https://mcp.storypress.app/sse` (SSE) ### Setup **Claude Desktop** — edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `~/.config/claude/claude_desktop_config.json` (Linux): ```json { "mcpServers": { "storypress": { "type": "http", "url": "https://mcp.storypress.app/mcp" } } } ``` **Claude Code** — add to `.mcp.json` in your project root: ```json { "mcpServers": { "storypress": { "type": "http", "url": "https://mcp.storypress.app/mcp" } } } ``` **Cursor** — add to `.cursor/mcp.json`: ```json { "mcpServers": { "storypress": { "type": "http", "url": "https://mcp.storypress.app/sse" } } } ``` On first use, you'll be prompted to sign in with your StoryPress account.