
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@luminarylane/wordpress-mcp-server
Advanced tools
WordPress MCP Server — blog publishing via REST API + Application Passwords
A Model Context Protocol (MCP) server that connects Claude Desktop (and other MCP clients) to self-hosted WordPress sites via the REST API and Application Passwords — list posts, create drafts, publish, upload media, and manage comments.
SENSE (read-only):
| Tool | Description |
|---|---|
wp_get_site_info | Site information — name, URL, description, namespaces, auth status |
wp_list_posts | List posts filtered by status, keyword search |
wp_get_post | Full post content, title, status, categories, tags, metadata |
wp_list_comments | Comments on posts, optionally filtered by post ID |
wp_list_categories | List categories (find IDs before creating posts) |
wp_list_tags | List tags (find IDs before creating posts) |
ACT (write):
| Tool | Description |
|---|---|
wp_create_post | Create a new post (defaults to draft — human review before publish) |
wp_update_post | Update an existing post (also how you publish a draft) |
wp_delete_post | Delete a post by ID (irreversible) |
wp_create_comment | Create a comment on a post |
wp_upload_media | Upload an image from URL to the media library |
Run directly with npx (pin a version in production):
npx --yes @luminarylane/wordpress-mcp-server@1.0.3
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": ["--yes", "@luminarylane/wordpress-mcp-server@1.0.3"],
"env": {
"WORDPRESS_URL": "https://your-site.com",
"WORDPRESS_USERNAME": "admin",
"WORDPRESS_APP_PASSWORD": "xxxx xxxx xxxx xxxx xxxx xxxx"
}
}
}
}
Environment variables:
| Variable | Required | Description |
|---|---|---|
WORDPRESS_URL | Yes | Your WordPress site URL (e.g., https://example.com) |
WORDPRESS_USERNAME | Yes | WordPress username |
WORDPRESS_APP_PASSWORD | Yes | Application Password (spaces are stripped automatically) |
LOG_LEVEL | No | Logging level (default: info) |
Once configured, ask Claude to:
The Application Password inherits the WordPress user's role. For full functionality:
edit_posts, publish_posts, upload_files, and moderate_comments capabilitiesgit checkout -b feat/my-feature)MIT License — see LICENSE for details.
FAQs
WordPress MCP Server — blog publishing via REST API + Application Passwords
The npm package @luminarylane/wordpress-mcp-server receives a total of 96 weekly downloads. As such, @luminarylane/wordpress-mcp-server popularity was classified as not popular.
We found that @luminarylane/wordpress-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.