You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

wpmcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wpmcp - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+1
-1
package.json
{
"name": "wpmcp",
"version": "1.0.4",
"version": "1.0.5",
"description": "MCP server for WordPress with 49+ tools for complete site management through AI",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

+20
-18

@@ -47,2 +47,22 @@ # WordPress MCP Server

### MCP Client Setup
Add to your MCP client configuration (e.g., Claude Desktop, Cline):
```json
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": ["-y", "wpmcp"],
"env": {
"WORDPRESS_URL": "https://yourblog.com",
"WORDPRESS_USERNAME": "admin",
"WORDPRESS_PASSWORD": "your-password"
}
}
}
}
```
### Option 2: Clone from GitHub

@@ -89,22 +109,4 @@

### MCP Client Setup
Add to your MCP client configuration (e.g., Claude Desktop, Cline):
```json
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": ["-y", "wpmcp"],
"env": {
"WORDPRESS_URL": "https://yourblog.com",
"WORDPRESS_USERNAME": "admin",
"WORDPRESS_PASSWORD": "your-password"
}
}
}
}
```
## Usage

@@ -111,0 +113,0 @@