Plugin Mcp

@payloadcms/plugin-mcp

MCP (Model Context Protocol) capabilities with Payload

0 downloads
v3.79.0

Capabilities

tools

Installation

Quick Install

Install using the MCPSearch CLI (recommended)

mcp install @payloadcms/plugin-mcp

Don't have the CLI? Install it first

Run with npx

Run directly without installing

npx -y @payloadcms/plugin-mcp

Manual Configuration

Add to your MCP client configuration file

CClaude Code / Claude Desktop

Add to ~/.claude/claude_desktop_config.json

{
  "mcpServers": {
    "plugin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@payloadcms/plugin-mcp"
      ]
    }
  }
}

CuCursor

Add to ~/.cursor/mcp.json

{
  "mcp": {
    "servers": {
      "plugin-mcp": {
        "command": "npx",
        "args": [
          "-y",
          "@payloadcms/plugin-mcp"
        ]
      }
    }
  }
}

VSVS Code / Continue.dev

Add to .vscode/mcp.json or Continue settings

{
  "mcpServers": {
    "plugin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@payloadcms/plugin-mcp"
      ]
    }
  }
}

About

MCP (Model Context Protocol) capabilities with Payload

Reviews

No reviews yet. Be the first to review this package!

Compatible With

Claude CodeCursorWindsurfContinue.dev

Details

Version
3.79.0
License
MIT
Category
memory
MCP Version
1.0
Published
10/23/2025
Updated
3/7/2026