Marcora MCP Server
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., "@Marcora MCP Servercreate a product launch email using our brand voice"
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.
Marcora MCP Server
The context layer for GTM teams — one source of truth for brand and company context, so your whole team produces consistent, on-brand content in any AI tool. Connect your AI tools to Marcora through the Model Context Protocol.
Learn more: marcora.ai · Smithery: smithery.ai/servers/chris-2acp/marcora
About
This is the public documentation repository for Marcora's hosted MCP server. The server itself is a commercial, closed-source remote service. This repo provides metadata, connection instructions, tool documentation, and support resources.
Type | Hosted remote MCP server |
Implementation | Closed-source (commercial) |
Transport | Streamable HTTP |
Authentication | OAuth 2.0 or API token |
Status | Production |
Related MCP server: booklib
What It Does
Marcora is the context layer for go-to-market teams — one source of truth for your brand and company context, so your whole team produces consistent, on-brand content in any AI tool. It stores your brand context, manages reusable content templates (blueprints), and generates marketing documents informed by your full company context. The MCP server brings all of this into your AI assistant — create content, manage context, browse community templates, and organize projects without leaving your chat.
Marcora's MCP server enables AI clients to:
Manage brand and company context and reference materials
Create and manage blueprints for content generation
Generate marketing content from context and blueprints
Organize work with projects and collections
Browse and import community blueprints and templates
Plan content on the plans board and produce it, individually or from reusable playbooks
Automate recurring work with reusable, multi-step workflows
Share content externally and export to Word
Connection
Server URL (OAuth): https://mcp.marcora.ai
Authentication options:
OAuth 2.0 (recommended for interactive clients) — connect using
https://mcp.marcora.aiAPI Token (for non-interactive environments) — generate a key at Integration Settings and connect to the same URL (
https://mcp.marcora.ai), passing the key in anAuthorization: Bearer <your-api-key>header. The server negotiates the right transport automatically.
Quickstart
Add to your MCP client config:
{
"mcpServers": {
"marcora": {
"url": "https://mcp.marcora.ai"
}
}
}See docs/quickstart.md for setup instructions for Claude, ChatGPT, Claude Desktop, Cursor, and VS Code.
Companion Anthropic Skill (recommended)
One companion Anthropic Skill ships alongside this server. It teaches your AI client Marcora's mental model, the right tool sequencing, the questions to ask the user before acting, and the pitfalls to avoid — so the agent stops misfiring on tasks that look ambiguous from tool descriptions alone.
Skill | What it covers | Source |
Marcora AI Workflows ( | Object model (content, blueprints, projects, context items); content-generation patterns; the 4-layer context model; project-brief mechanics; the content plans board and playbooks; building reusable multi-step workflows; and choosing between similar tools |
Your AI client picks the skill up on demand based on the task.
Download
Get the .skill file from the latest release:
marcora-mcp.skill— the Marcora skill (a zip archive containingSKILL.mdand its bundled reference files).
Install
Claude Code:
# Download and unzip into your skills directory
mkdir -p ~/.claude/skills
unzip ~/Downloads/marcora-mcp.skill -d ~/.claude/skills/Restart Claude Code. The skill loads automatically on any matching task.
Claude Desktop:
Import the .skill file via Claude Desktop's Skills folder. See Anthropic's Skills documentation for the current path on your platform.
ChatGPT, Cursor, and other non-Anthropic clients:
These clients don't directly support Anthropic Skills (yet). Workaround: unzip the .skill file and paste the contents of SKILL.md into your client's custom instructions or system-prompt slot. Bundled reference files can be pasted in too if your client supports longer context.
Power-user install (clone and symlink)
If you'd rather track main directly:
git clone https://github.com/ccromp/marcora-mcp.git
ln -s "$(pwd)/marcora-mcp/skill/marcora-mcp" ~/.claude/skills/marcora-mcpThe unbundled skill source lives under skill/.
Releases
Releases are tagged marcora-vX.Y.Z — see Releases. Each release attaches the bundled skill as marcora-mcp.skill. The skill's own version is the metadata.version field in its SKILL.md, and it moves independently of the release tag.
Available Tools
Category | Tool | Description |
Account |
| Get profile, subscription, and usage info |
Account |
| List every team you belong to + each team's members (numeric user_ids for assignment) |
Account |
| Switch your active team (returns |
Context & Resources |
| Get team's Brand Foundation (company overview, voice, style, examples) |
Context & Resources |
| Overwrite one Brand Foundation element |
Context & Resources |
| List context collections |
Context & Resources |
| Create a new context collection |
Context & Resources |
| Add a context item to your library |
Context & Resources |
| Update an existing context item |
Context & Resources |
| List context items in your library (optional semantic |
Context & Resources |
| Get a context item's full markdown content |
Context & Resources |
| Search context library by prompt |
Context Intelligence |
| List findings from automated context-library scans |
Context Intelligence |
| Get one finding in full detail by UUID |
Context Intelligence |
| Acknowledge, dismiss, or resolve a finding |
Context Intelligence |
| Start a library-wide context health audit |
Content Grounding |
| Check a document's claims against your context library |
Content Grounding |
| Read a grounding scan's result (poll with |
Content Grounding |
| Apply a finding's recommended fix by id |
Reference |
| List content categories |
Reference |
| List targeting dimensions and options |
Blueprints |
| List all blueprints |
Blueprints |
| Get blueprint details by UUID |
Blueprints |
| Create a reusable content template |
Blueprints |
| Create an AI-assisted blueprint draft |
Blueprints |
| Publish a blueprint draft |
Community Blueprints |
| Browse community templates |
Community Blueprints |
| Get community blueprint details |
Community Blueprints |
| Import a community blueprint |
Content |
| Generate content (with or without blueprint) |
Content |
| Check async generation status |
Content |
| List all content (optional semantic |
Content |
| Get full content by ID |
Content |
| Update a content document |
Content |
| Run the in-document Content Assistant on a document |
Sharing & Export |
| Create a public share link |
Sharing & Export |
| Export markdown as Word doc |
Projects |
| List all projects |
Projects |
| Get project details |
Projects |
| Create a new project |
Projects |
| Update mutable fields on a project |
Plans & Playbooks |
| List content plans (with filters) |
Plans & Playbooks |
| Get plan details by UUID |
Plans & Playbooks |
| Create a new content plan |
Plans & Playbooks |
| Update a plan or transition its stage |
Plans & Playbooks |
| Produce (generate) the content a plan describes |
Plans & Playbooks |
| List content playbooks |
Plans & Playbooks |
| Get a playbook and its ordered items |
Plans & Playbooks |
| Author a reusable playbook of plan items |
Plans & Playbooks |
| Capture existing plans as a playbook |
Plans & Playbooks |
| Rename, re-describe, or restructure a playbook |
Plans & Playbooks |
| Run a playbook into a batch of plans (optionally anchored to a date) |
Workflows |
| List workflows |
Workflows |
| Get a workflow's full definition |
Workflows |
| Create a new workflow template |
Workflows |
| Update, activate, or archive a workflow |
Workflows |
| Run a workflow now |
Workflows |
| Inspect workflow run history |
See docs/tools.md for the complete tool reference.
Documentation
Security & Privacy
See docs/security.md for details on data handling, permissions, and responsible disclosure.
Support
Bug reports & feature requests: GitHub Issues
Website: marcora.ai
License
This repository contains documentation and metadata only. The Marcora MCP server implementation is proprietary and not included.
Documentation is licensed under CC BY 4.0.
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.
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/ccromp/marcora-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server