AgentStack
MCP verified MIT Self-run

Wp Mcp

mcp-adi-ty-wp-mcp · by Adi-ty

A MCP server that connects WordPress sites to AI agents. Enable Claude Desktop, Cursor, VS Code, and other MCP-compatible AI clients to manage your WordPress content through natural language commands.

No reviews yet
0 installs
7 views
0.0% view→install

Install

$ agentstack add mcp-adi-ty-wp-mcp

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Wp Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

WordPress MCP Server

[](https://badge.fury.io/js/@adi.lib%2Fwp-mcp) [](https://opensource.org/licenses/MIT)

A MCP server that connects WordPress sites to AI agents. Enable Claude Desktop, Cursor, VS Code, and other MCP-compatible AI clients to manage your WordPress content through natural language commands.

✨ Features

  • 🔗 Direct WordPress Integration - Connect to any WordPress site via REST API
  • 🛠 Comprehensive Content Management - Create, read, update, and delete posts, pages, taxonomies, users and media
  • 🔒 Secure Authentication - Uses WordPress Application Passwords

🎥 Demo

Demo Video on GitHub

🚀 Installation

npm install @adi.lib/wp-mcp

Requirements

  • Node.js v18 or higher
  • WordPress site with REST API enabled
  • WordPress Application Password

🔧 Configuration

Environment Variables

| Variable | Description | Example | | ----------------- | -------------------- | --------------------- | | WP_BASE_URL | WordPress site URL | https://mysite.com | | WP_USERNAME | WordPress username | admin | | WP_APP_PASSWORD | Application password | abc1 def2 ghi3 jkl4 |

Setup WordPress Application Password

  1. Go to your WordPress Admin Dashboard
  2. Navigate to Users → Your Profile
  3. Scroll down to Application Passwords
  4. Enter a name for your application (e.g., "MCP Server")
  5. Click Add New Application Password
  6. Copy the generated password and use it as WP_APP_PASSWORD

Adding MCP config to your client:

{
  "servers": {
    "wp-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@adi.lib/wp-mcp"],
      "env": {
        "WP_BASE_URL": "https://your-site.com",
        "WP_USERNAME": "admin",
        "WP_APP_PASSWORD": "abc1 def2 ghi3 jkl4"
      }
    }
  }
}

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Add your improvements
  4. Test thoroughly with a WordPress site
  5. Submit a pull request

📝 License

[MIT License](LICENSE)


Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.