+1
-1
| { | ||
| "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 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
110475
0196
1.03%