+1
-1
| { | ||
| "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", |
+15
-8
| # 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 @@ [](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 @@ |
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
110471
0.06%194
3.74%