diff --git a/README.md b/README.md index 352100e..f6c3a4e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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