Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# WordPress MCP Server

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![smithery badge](https://smithery.ai/badge/wordpress-server)](https://smithery.ai/server/wordpress-server)

A Model Context Protocol (MCP) server for WordPress integration, compatible with Windows, macOS, and Linux.

## Overview
Expand All @@ -8,7 +11,21 @@ This MCP server enables interaction with WordPress sites through the WordPress R

## Installation

1. Clone the repository
### Installing via Smithery

To install WordPress Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/wordpress-server):

```bash
npx -y @smithery/cli install wordpress-server --client claude
```

### Manual Installation
1. Clone this repository:
```bash
git clone https://github.com/stefans71/wordpress-mcp-server.git
cd wordpress-server
```

2. Install dependencies:
```bash
npm install
Expand Down