DevHub
Manage and utilize website content within the DevHub CMS platform
Ads
Overview
A Model Context Protocol (MCP) integration for managing content in the DevHub CMS system. You will need the uv package manager installed on your local system. To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json: After updating the config, restart Claude Desktop. This MCP can also be used in cursor with a similar configuration from above added to your Cursor global environment or to individual projects. Claude Code's command line supports MCP installs.
Installation
uvx devhub-cms-mcp
Configuration
{
"mcpServers": {
"devhub_cms_mcp": {
"command": "uvx",
"args": [
"devhub-cms-mcp"
],
"env": {
"DEVHUB_API_KEY": "YOUR_KEY_HERE",
"DEVHUB_API_SECRET": "YOUR_SECRET_HERE",
"DEVHUB_BASE_URL": "https://yourbrand.cloudfrontend.net"
}
}
}
}Capabilities
- List businesses and locations
Retrieve all businesses in your account with `get_businesses` and their locations with `get_locations`.
- Find the nearest location
Use `get_nearest_location` with coordinates to identify the closest store or office.
- Manage hours of operation
View current hours via `get_hours_of_operation` and update them with `update_hours`.
- Create and update blog posts
Publish new posts with `create_blog_post` or edit existing ones using `update_blog_post`.
- Upload images to the media gallery
Add webp, jpeg, or png images by passing base64 content to `upload_image`.
Tags
- wordpress
- cms
- content-creation
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.