MCP server for VeloCMS — publish and manage your blog from Claude Code, Claude Desktop, or Cursor
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"velocms-mcp": {
"command": "npx",
"args": [
"-y",
"VeloCMS/velocms-mcp"
]
}
}
}
Run in terminal:
claude mcp add velocms-mcp npx -y VeloCMS/velocms-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"velocms-mcp": {
"command": "npx",
"args": [
"-y",
"VeloCMS/velocms-mcp"
]
}
}
}