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.3
to
1.0.4
+1
-1
package.json
{
"name": "wpmcp",
"version": "1.0.3",
"version": "1.0.4",
"description": "MCP server for WordPress with 49+ tools for complete site management through AI",

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

# WordPress MCP Server
A Model Context Protocol server that provides 49+ tools for complete WordPress site management through AI.
A MCP server that provides 49+ tools for complete WordPress site management through AI.

@@ -37,3 +37,15 @@ [![GitHub](https://img.shields.io/badge/GitHub-wordpress--mcp--server-blue?logo=github)](https://github.com/RaheesAhmed/wordpress-mcp-server)

### Option 1: Install from npm (Recommended)
```bash
# Install globally
npm i -g wpmcp
# Or use with npx
npx wpmcp
```
### Option 2: Clone from GitHub
```bash
# Clone repository

@@ -85,4 +97,4 @@ git clone https://github.com/RaheesAhmed/wordpress-mcp-server.git

"wordpress": {
"command": "node",
"args": ["/path/to/wordpress-mcp-server/dist/index.js"],
"command": "npx",
"args": ["-y", "wpmcp"],
"env": {

@@ -166,7 +178,2 @@ "WORDPRESS_URL": "https://yourblog.com",

# Run tests
npm test
# Lint
npm run lint
```

@@ -173,0 +180,0 @@