MCP Hub
Back to servers

Notra

Access the Notra API for managing posts, brand identities, and integrations.

Registry
Updated
Apr 7, 2026

Notra MCP Server

An MCP (Model Context Protocol) server that provides LLM clients with full access to the Notra API for managing posts, brand identities, and integrations.

Setup

You can generate an API key from your Notra workspace dashboard under Developer > API Keys.

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "notra": {
      "command": "npx",
      "args": ["-y", "@usenotra/mcp"],
      "env": {
        "NOTRA_API_KEY": "your-api-key"
      }
    }
  }
}

Claude Code

claude mcp add notra -- npx -y @usenotra/mcp

Then set the NOTRA_API_KEY environment variable in your shell before launching Claude Code.

Tools

Posts

ToolDescription
list_postsList posts with optional filters for sorting, pagination, status, and content type
get_postGet a single post by ID
update_postUpdate a post's title, markdown, or status
delete_postDelete a post
generate_postQueue async post generation from GitHub activity
get_post_generation_statusCheck the status of a post generation job

Brand Identities

ToolDescription
list_brand_identitiesList all brand identities
get_brand_identityGet a single brand identity by ID
update_brand_identityUpdate brand identity settings
delete_brand_identityDelete a brand identity
generate_brand_identityQueue async brand identity generation from a website URL
get_brand_identity_generation_statusCheck the status of a brand identity generation job

Integrations

ToolDescription
list_integrationsList all connected integrations (GitHub, Slack, Linear)
create_github_integrationConnect a GitHub repository

Reviews

No reviews yet

Sign in to write a review