Stats
Actions
Tags
From payloadcms-payload
MCP server connecting to a local HTTP endpoint at localhost:3000. The 'payload' key suggests it may integrate with a Payload CMS or custom payload service, but purpose is unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"payload": {
"type": "http",
"url": "http://localhost:3000/api/mcp?overrideAccess=true"
}
}
}Server configuration and connection parameters
http://localhost:3000/api/mcp?overrideAccess=truenpx claudepluginhub payloadcms/payload