mcp-adapter
Converts WordPress plugins, themes, and core functionalities into MCP tools for AI agent invocation.
- Type
- MCP
- Open source
- Yes
- GitHub Stars
- ★ 1.3k
- Source
- mcp-github
- Repository
- github.com/WordPress/mcp-adapter
Overview
mcp-adapter is an MCP adapter that bridges the WordPress Abilities API to the Model Context Protocol (MCP), enabling MCP clients to programmatically discover and invoke WordPress plugins, themes, and core features. The adapter supports HTTP and STDIO transport and provides comprehensive error handling and an extensible architecture. With this adapter, AI agents can seamlessly interact with WordPress functionalities, making it ideal for AI applications requiring WordPress integration.
Capabilities
- ▪Automatically converts WordPress abilities into MCP tools
- ▪Multi-server management
- ▪Supports HTTP and STDIO transport
- ▪Flexible error handling
- ▪Built-in observability
- ▪Permission control
Use cases
Setup
Recommended as a WordPress plugin installation: ```bash wp plugin install https://github.com/WordPress/mcp-adapter/releases/latest/download/mcp-adapter.zip --activate ```
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How can I install mcp-adapter?
It can be installed via WP-CLI or Composer. Recommended method using WP-CLI: `wp plugin install https://github.com/WordPress/mcp-adapter/releases/latest/download/mcp-adapter.zip --activate`.
What transport protocols does mcp-adapter support?
Supports HTTP and STDIO transport protocols.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.