MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/DevHub
Code ExecutionOfficial
D

DevHub

Manage and utilize website content within the DevHub CMS platform

9 starsUpdated Mar 24, 2025
View on GitHub

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

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago