# Install llms.txt and MCP on WordPress

Source: https://plugster.ai/en/install/wordpress

## Install Plugster on WordPress

Plugster reads your public pages and publishes them for AI assistants: an llms.txt, a markdown version of every page and an MCP server. On your side, two things to do, and nothing else in your pages changes.

## 1. Two lines in the <head>

They tell assistants where your site’s markdown lives, and load the script that offers them its tools. Your dashboard gives you the exact lines, with your site’s address in place of <your-site>.

```
<link rel="describedby" href="https://plugster.ai/<your-site>/llms.txt?via=link">
<script src="https://plugster.ai/<your-site>/plugster.js" async></script>
```

1. Install a code snippet plugin (for example "Insert Headers and Footers"), or edit your theme.
2. Paste the two lines in the site-wide header field, or just before </head> in header.php.
3. Save.
4. On WordPress.com (and not on your own hosting), installing a plugin needs the Business plan.

## 2. A redirect of /llms.txt (recommended)

Assistants look for /llms.txt at the root of a domain. A redirect sends them to the one Plugster keeps up to date for you.

1. Install a redirection plugin (for example "Redirection"), or edit your server configuration.
2. Add a redirect from /llms.txt to the address your dashboard gives, https://plugster.ai/<your-site>/llms.txt.

## Then

Plugster checks the install from your dashboard, crawls the site, and shows you what AI assistants read and search for on it.

[Create a free account](https://plugster.ai/signup)

---

Agent-ready by Plugster. Any site, readable and actionable by AI agents: https://plugster.ai
