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, integrations, and schedules. Its 30 documented tools cover brand, identity, chat, skill. It is available as a remote MCP endpoint.

Teams that want a hosted API integration endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 2 · #212 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Notra

before you install - you'll need

Set NOTRA_API_KEY, WORKOS_AUTHKIT_DOMAIN, WORKOS_CLIENT_ID, NOTRA_MCP_RESOURCE before connecting.

Claude Code

claude mcp add usenotra-notra-mcp --transport http https://mcp.usenotra.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "usenotra-notra-mcp": {
      "url": "https://mcp.usenotra.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.usenotra.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.usenotra.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry namespace io.github.usenotra is GitHub-verified and matches the repo owner

03 · What Notra can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list posts with optional filters for sorting, pagination, status, content type, and brand identity, get a single post by ID, update a post's title, markdown, or status, and delete a post.

Capability map

Tools grouped from the project's README - what Notra lets an agent do.

read & search

7 tools - e.g. List posts with optional filters for sorting, pagination, status, content type, and brand identity; Get a single post by ID; Check the status of a post generation job

list_posts · get_post · get_post_generation_status · list_integrations · list_schedules · list_chats…

Brand

5 tools - e.g. List all brand identities; Get a single brand identity by ID; Update brand identity settings

list_brand_identities · get_brand_identity · update_brand_identity · delete_brand_identity · get_brand_identity_generation_status

Chat

4 tools - e.g. Get a single chat with messages; Get a chat by Discord or Slack channel ID; Start a new chat and return the streamed reply

get_chat · get_chat_by_external_channel · create_chat · post_chat_message

Skill

4 tools - e.g. Get a single skill by name; Create a reusable writing skill; Update a reusable writing skill

get_skill · create_skill · update_skill · delete_skill

Schedule

3 tools - e.g. Create a scheduled content generation job; Update a scheduled content generation job; Delete a scheduled content generation job

create_schedule · update_schedule · delete_schedule

delete

2 tools - e.g. Delete a post; Delete a GitHub or Linear integration

delete_post · delete_integration

Generate

2 tools - e.g. Queue async post generation from GitHub activity; Queue async brand identity generation from a website URL

generate_post · generate_brand_identity

update

1 tool - e.g. Update a post's title, markdown, or status

update_post

04 · Who maintains Notra

Notra is maintained by usenotra. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
API integration - ranked #212 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.usenotra/notra (active, first published 2026-04-07 · 8 versions)

06 · Notra FAQ

Is Notra still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18. We re-verify nightly.

What can Notra do?

With this server connected, an agent can list posts with optional filters for sorting, pagination, status, content type, and brand identity, get a single post by ID, update a post's title, markdown, or status, and delete a post.

How do I install Notra?

Run `claude mcp add usenotra-notra-mcp --transport http https://mcp.usenotra.com/mcp`. The README documents 4 environment variables (NOTRA_API_KEY, WORKOS_AUTHKIT_DOMAIN, WORKOS_CLIENT_ID…) to set first. Set NOTRA_API_KEY, WORKOS_AUTHKIT_DOMAIN, WORKOS_CLIENT_ID, NOTRA_MCP_RESOURCE before connecting. You can also paste the ready-made client config above.

Does Notra require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Notra