msp
by andreynamaste
Overview
Manages WordPress posts (create, update, retrieve, delete) via the Model Context Protocol (MCP) for integration with AI assistants like ChatGPT.
Installation
python3 mcp_sse_server.pyEnvironment Variables
- WP_ENCRYPTION_KEY
Security Notes
Critical security risks identified: 1. Hardcoded WordPress application passwords for multiple default sites in `mcp_sse_server.py`, allowing unauthorized access if the server code is compromised. 2. `systemd` services are configured to run as `root` user, which escalates potential impact of any vulnerability. 3. While user-added WordPress credentials are encrypted, the key is stored on disk and could be compromised if the server is breached.
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
A Python framework for building conversational AI servers (MCP servers) by defining tools, resources, and prompts as modular Python files, with integrated authentication, telemetry, and LLM interaction utilities.
meds-mcp
A Medical Context Protocol (MCP) server for retrieving and analyzing de-identified patient EHR data, facilitating LLM-powered chat interaction and evidence review with medical ontologies and faceted search.
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.