DevHub CMS MCP
@devhub
DevHub CMS MCP について
DevHub CMS LLM integration through the Model Context Protocol
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"devhub-cms-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@devhub/devhub-cms-mcp",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Servers
modelcontextprotocolModel Context Protocol Servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
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!
ghidraMCP
LaurieWiredMCP Server for Ghidra
コメント