DevHub CMS MCP
@devhub
About DevHub CMS MCP
DevHub CMS LLM integration through the Model Context Protocol
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"devhub-cms-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@devhub/devhub-cms-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is DevHub CMS MCP?
DevHub CMS MCP is a Model Context Protocol (MCP) integration for managing content in the DevHub CMS system. It allows large language models (LLMs) to create, read, update, and delete content—such as blog posts and business locations—without requiring direct API access integrated into the LLM natively.
How to use DevHub CMS MCP?
Install the uv package manager, then configure the MCP in your LLM client (e.g., Claude Desktop, Cursor, or Claude Code). You must set three environment variables: DEVHUB_API_KEY, DEVHUB_API_SECRET, and DEVHUB_BASE_URL. For Claude Desktop, add the devhub_cms_mcp entry to the mcpServers section of your claude_desktop_config.json using the command uvx devhub-cms-mcp. Alternatively, install automatically via Smithery or run locally with uv run main.py.
Key features of DevHub CMS MCP
- Retrieve all businesses and their locations.
- Get and update hours of operation for a location.
- Find the nearest location by geographic coordinates.
- Create, read, and update blog posts.
- Upload images (webp, jpeg, png) to the media gallery.
Use cases of DevHub CMS MCP
- An LLM-powered assistant can update store hours for all locations in a chain.
- A content manager can draft and publish blog posts through a chat interface.
- A customer‑support bot can find the nearest store given a user’s coordinates.
- A marketer can upload new images to the DevHub media gallery without leaving the conversation.
FAQ from DevHub CMS MCP
What are the prerequisites for using this server?
You need the uv package manager installed on your system, and valid DevHub API credentials (DEVHUB_API_KEY, DEVHUB_API_SECRET, and DEVHUB_BASE_URL).
How do I configure DevHub CMS MCP for Claude Desktop?
Add the server configuration to the mcpServers section of your claude_desktop_config.json with the command uvx devhub-cms-mcp and the required environment variables. Restart Claude Desktop after updating the config.
Which LLM clients are supported?
The README shows configurations for Claude Desktop, Cursor, and Claude Code. It can also be installed via Smithery for Claude Desktop.
What environment variables are required?
DEVHUB_API_KEY, DEVHUB_API_SECRET, and DEVHUB_BASE_URL must all be set. The base URL should point to your brand's DevHub CMS frontend (e.g., https://yourbrand.cloudfrontend.net).
How can I run the tests included with this server?
Install test dependencies with uv pip install -e ".[test]", then run uv run pytest. For coverage, use uv run pytest -v --cov=devhub_cms_mcp. The tests use mocked API requests.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ICSS
chokcoco不止于 CSS
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments