msp
by andreynamaste
Overview
Provides a Model Context Protocol (MCP) server for ChatGPT to manage WordPress posts (create, update, get, delete) on multiple sites.
Installation
python3 mcp_sse_server.pyEnvironment Variables
- WP_ENCRYPTION_KEY
Security Notes
Critical security risk: The `mcp_sse_server.py` file contains hardcoded WordPress administrator usernames and application passwords for multiple default sites (`WORDPRESS_SITES`). If this code is deployed as-is, or if the repository is public, these credentials are exposed, potentially compromising several WordPress instances. While user-added connections use encryption, the default sites do not. `sudo` is used extensively in setup scripts, which requires careful review. No `eval` or obvious malicious patterns found.
Similar Servers
zenfeed
An AI-powered information hub that acts as an intelligent RSS reader, real-time news knowledge base, and personal assistant for monitoring events and delivering analysis reports.
golf
Golf is a Python framework for building MCP (Model Context Protocol) servers, allowing developers to define tools, resources, and prompts as Python files to create runnable AI agent backends.
meds-mcp
Provides a medical context protocol (MCP) server and a React-based chat interface for interacting with patient records via LLMs and medical ontologies, facilitating evidence review and patient data exploration.
dotbox-mcp
An MCP server that enables LLMs to execute .NET workloads in isolated Docker containers for C# code execution, project management, and web API hosting.