canopy-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@canopy-mcpWhat ACF blocks are used on the homepage?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Canopy MCP
MCP (Model Context Protocol) server for the Get Canopy WordPress site. Gives Cursor agents full context over ACF blocks, content, Yoast SEO, menus, HubSpot tooling, and the running change journal.
What’s included
Area | Path | Notes |
MCP server |
| Tools + resources registered with the MCP SDK |
Change journal |
| Persistent log of site changes ( |
One-off ops scripts |
| HubSpot/GTM/import helpers — require |
Env template |
| Copy to |
Related MCP server: TanukiMCP
Setup
cp .env.example .env
# edit .env — WP_URL, WP_USER, WP_APP_PASSWORD, THEME_PATH, optional HubSpot/GTM
npm install
npm startPoint Cursor at this folder via .cursor/mcp.json (or your global MCP config):
{
"mcpServers": {
"get-canopy-wordpress": {
"command": "npm",
"args": ["start"],
"cwd": "/absolute/path/to/canopy-mcp"
}
}
}Security
Never commit
.env. It is gitignored.One-off scripts read
WP_APP_PASSWORD/HUBSPOT_PRIVATE_APP_TOKENfrom.envonly.This repo is intended for the Canopy engineering team; treat application passwords and HubSpot tokens as secrets.
Related
Lives alongside the WordPress theme at wp-content/themes/get-canopy (theme files, ACF JSON, blocks). The MCP THEME_PATH env var should point at that theme’s theme/ directory.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA Model Context Protocol server that turns WordPress sites into AI-operable surfaces by exposing CRUD primitives for posts, users, comments, and settings. It supports both local STDIO and remote HTTP transports, allowing AI assistants to manage content and site configuration directly.519MIT
- Alicense-qualityDmaintenanceA comprehensive MCP server for WordPress automation that enables users to manage content, themes, and site configurations using AI-driven workflows and the WordPress REST API. It provides a wide array of tools for site planning, management, and optimization compatible with tools like Cursor and Claude.321ISC
- FlicenseBqualityCmaintenanceLocal MCP server for Codex/Claude to query and edit WordPress content through the WordPress REST API.26
- AlicenseAqualityBmaintenanceA Model Context Protocol server that gives Claude (or any MCP-compatible LLM) direct access to a self-hosted WordPress site over its REST API.73MIT
Related MCP Connectors
WordPress MCP server: generate SEO posts, AI images, autoblog & WooCommerce on your self-hosted site
WordPress MCP server: publish posts, AI images, SEO and full site management, self-hosted
Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/falmiron-strsdev/canopy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server