From c1b8e5a1dada774324d1fd065a6cad80e4912c30 Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:31:29 +0700 Subject: [PATCH] Add Smithery CLI installation instructions and badge --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 19e569c..09fdf53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 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 that enables AI assistants to interact with WordPress sites through the WordPress REST API. This server provides tools for managing WordPress content programmatically, including creating, retrieving, and updating posts. @@ -20,6 +21,15 @@ A Model Context Protocol (MCP) server that enables AI assistants to interact wit ## Installation +### 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