
What is GetMCP?
GetMCP is a WordPress plugin that turns any REST API into a fully compliant Model Context Protocol (MCP) server. Instead of writing protocol handlers, transport layers, and tool schemas by hand, you configure everything through a visual admin interface. Your WordPress site becomes the MCP server. AI clients like Claude Desktop, Cursor, and Windsurf connect to it over HTTP and call your configured tools, which proxy requests to the underlying APIs and return structured results.Quick Start
Create your first MCP server in minutes
Installation
Install and activate the plugin
Concepts
Understand servers, tools, resources & prompts
API Reference
Explore the full REST API
How It Works
- Create a server in the GetMCP admin panel
- Add tools by specifying an API endpoint, HTTP method, parameters, and authentication
- Copy the server URL into your AI client’s MCP configuration
- AI clients can now discover and call your tools via the MCP protocol
Who Is GetMCP For?
SaaS Creators
SaaS Creators
SaaS companies need MCP support because AI agents (Claude, ChatGPT, Gemini) can only interact with services that expose MCP servers. Building an MCP server is an engineering project — protocol spec, JSON-RPC 2.0, OAuth 2.1, transport layers. GetMCP turns this into: install plugin → point at your API → configure tools visually → done.
End Users & Power Users
End Users & Power Users
Non-developers who want to expose custom APIs, WooCommerce stores, WordPress content, or internal tools to AI agents. One-click MCP servers for popular services via pre-built templates.
WordPress Agencies & Developers
WordPress Agencies & Developers
Build MCP servers for clients without custom development. White-label MCP infrastructure that runs entirely on WordPress.
Supported AI Clients
GetMCP works with any client that supports the Model Context Protocol:| Client | Transport | Status |
|---|---|---|
| Claude Desktop | Streamable HTTP | Supported |
| Claude Code | Streamable HTTP | Supported |
| Cursor | Streamable HTTP | Supported |
| Windsurf | Streamable HTTP | Supported |
| ChatGPT | Streamable HTTP | Supported |
| Any MCP Client | Streamable HTTP | Supported |
Requirements
| Requirement | Minimum |
|---|---|
| WordPress | 6.2+ |
| PHP | 8.0+ |
| MySQL | 5.7+ / MariaDB 10.3+ |
| HTTPS | Required for production |
