Created
June 24, 2026 09:41
-
-
Save webtoffee-git/9e98a68c5a767d5517ec9400800e2e31 to your computer and use it in GitHub Desktop.
Gist - By WebToffee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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