Skip to content

Instantly share code, notes, and snippets.

@webtoffee-git
Created June 24, 2026 09:41
Show Gist options
  • Select an option

  • Save webtoffee-git/9e98a68c5a767d5517ec9400800e2e31 to your computer and use it in GitHub Desktop.

Select an option

Save webtoffee-git/9e98a68c5a767d5517ec9400800e2e31 to your computer and use it in GitHub Desktop.
Gist - By WebToffee
{
"mcpServers": {
"webtoffee-ai": {
"command": "npx",
"args": ["-y", "@automattic/mcp-wordpress-remote@latest"],
"env": {
"WP_API_URL": "https://yoursite.example/wp-json/mcp/mcp-adapter-default-server",
"WP_API_USERNAME": "{admin_user}",
"WP_API_PASSWORD": "{application-password}"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment