Loading MCP server directory, please wait...
Draft, publish, and manage your VeloCMS blog from Claude, Cursor, or any MCP client.
npx @getmcp/cli add org.velocms/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
VELOCMS_SITE_URLYour blog's base URL, e.g. https://myblog.velocms.org or a bound custom domain
VELOCMS_API_KEYAPI key from your VeloCMS dashboard (Settings -> API Keys, Pro plan or higher)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"org.velocms/mcp": {
"command": "npx",
"args": [
"-y",
"@velocms/mcp"
],
"env": {
"VELOCMS_SITE_URL": "",
"VELOCMS_API_KEY": ""
}
}
}
}