← Back to Plugins
MCP Server MCP

org.velocms/mcp

github By github 👁 3 views ▲ 0 votes

Draft, publish, and manage your VeloCMS blog from Claude, Cursor, or any MCP client.

Homepage Verified source GitHub

Install

npx -y @velocms/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@velocms/mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your blog's base URL, e.g. https://myblog.velocms.org or a bound custom domain",
          "isRequired": true,
          "format": "string",
          "name": "VELOCMS_SITE_URL"
        },
        {
          "description": "API key from your VeloCMS dashboard (Settings -> API Keys, Pro plan or higher)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "VELOCMS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...