WordPress isn’t just a blog engine anymore. It runs your store, your chatbot, your MCP server, your image pipeline. Your host quietly decides whether half of that even works. 😺
Here are the hosting services I actually recommend in 2026, the cheap options worth considering, and the ones to avoid if you run anything modern on WordPress.
In short: choose Kinsta if you can afford it. Need cheaper but still serious? Flywheel. Want to play with your first sites without spending much? HostGator. Avoid SiteGround and WordPress.com if you run any AI, MCP, or OAuth-flavored plugins — see the warnings below.

The Good Ones
By order of preference, as of 2026.
Kinsta (~$35 / month)
What Meow Apps runs on, and what my own Offbeat Japan site runs on too. Google Cloud Platform underneath, genuinely fast everywhere in the world, and the support team actually reads what you write to them. After three years on Kinsta I have nothing serious to complain about.
One thing worth knowing: the edge cache is aggressive. When you deploy CSS or JS, bump your version constants or visitors will see stale assets for a few minutes. Not a flaw, just the trade-off for the speed you’re paying for.
Flywheel (~$15 / month)
Owned by WP Engine, but with a much friendlier UI and a real entry-level price point. The interface is calm, everything you need is one or two clicks away. Performance is solid.
The bonus is Local, their free desktop tool for developing WordPress sites on your own machine and then syncing them up to production. It’s the tool I personally use for local development. If your monthly budget is closer to $15 than $35, this is where I’d point you. 💙
WP Engine (~$25 / month)
Used to be my reference for managed WordPress, until 2023 or so. Still solid: well-engineered, real staging environments, good backups. Kinsta has overtaken them on speed and developer experience, but WP Engine remains a reasonable choice.
⚠️ AI Engine / MCP caveat: WP Engine’s built-in WAF blocks any request whose User-Agent contains python on /wp-json/mcp/v1/* and /.well-known/oauth-* paths. Anthropic’s backend uses python-httpx, so claude.ai custom connectors fail to discover the MCP server. A one-rule Cloudflare workaround exists — see Issue 3 of our MCP troubleshooting guide. If you don’t use MCP, you’ll never notice.
For Tinkerers and First Sites
HostGator (~$3 / month)
If you’re spinning up your first sites, not sure where you’re going, and just want unlimited space and many installs to play with, HostGator is fine. It’s cheap, you can do almost anything, and there’s a certain freedom to it.
Just be honest about what you’re getting: slower servers, security and backups are on you, and you’ll spend more time on infrastructure than on your actual site. Great for learning. Not where I’d run a business.
Avoid for Serious WordPress

SiteGround
I’m going to be direct: don’t pick SiteGround if you run anything modern on WordPress in 2026.
SiteGround’s nginx config intercepts the entire /.well-known/ URL prefix at the edge, before requests ever reach PHP. That breaks the standard OAuth 2.1 / RFC 8414 discovery flow used by AI Engine’s MCP server and by any modern plugin implementing OAuth properly. The handler in the plugin is registered correctly — PHP simply never gets to run.
One of our users, @paddyv, asked SiteGround support to scope this rewrite per-site so that legitimate OAuth discovery could complete. They refused: it’s a fleet-wide configuration they will not adjust for individual customers. The full exchange is on the AI Engine support forum.
A Cloudflare URL Rewrite workaround exists (we wrote it up as Option B of Issue 2 in the MCP guide), but you genuinely shouldn’t have to fight your own host to run a standards-compliant plugin. If you’re choosing a host today, pick literally anything else above.
WordPress.com
WordPress.org and WordPress.com get confused constantly because of the name. They are different things:
- WordPress.org is the free, open-source CMS you can install anywhere. It’s what every host above runs.
- WordPress.com is a commercial hosting platform run by Automattic, the company founded by Matt Mullenweg (who also created WordPress.org).
WordPress.com gives you a streamlined hosted experience, but the lower-tier plans don’t let you install arbitrary plugins, which is the entire point of WordPress for most of us. If you want a managed WordPress experience, any of the recommended hosts above will give you more freedom for similar money.
A Final Note
The short version: spend money on hosting if you spend money on your time. The hosts that save you $20 a month usually cost you that back in support tickets and CDN-layer mysteries within the first quarter.
And if you’re building with AI Engine or any plugin that touches OAuth or MCP, the host choice matters more than ever. Pick one that doesn’t fight you. 😺