wppaste

MCP server for WordPress

An assistant answering a WordPress question can look up the real signature from parsed core source, build an example against a populated site, and hand you a link you can run. This page is how you connect one.

Connect

Add the server to your client. There is no key, and the reference tools are read-only.

Your OS

Run this in a terminal. Add --scope user to connect it in every project instead of just this one. Identical on macOS, Windows and Linux.

claude mcp add --transport http wppaste https://wppaste.com/api/mcp

Tools

Sandbox environments

An example is only reproducible if the data it needs exists. These are the environments a paste can boot into, and what each one already contains.

Scope

The corpus is WordPress core, parsed from its own release tags across the five most recent release lines. A tool call returns what a page like get_post() shows. Plugin and theme functions are not in it: a WooCommerce function will not resolve, even though the store environment can run one.