Access the Notra API for managing posts, brand identities, and integrations.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-usenotra-notra": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing / marketing
A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
DataForSEO API modelcontextprotocol server
Define task-specific AI sub-agents in Markdown for any MCP-compatible tool.
MCP Security Weekly
Get CVE alerts and security updates for io.github.usenotra/notra and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
You can generate an API key from your Notra workspace dashboard under Developer > API Keys.
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 mcp add notra -- npx -y @usenotra/mcp
Then set the NOTRA_API_KEY environment variable in your shell before launching Claude Code.
| Tool | Description |
|---|---|
list_posts | List posts with optional filters for sorting, pagination, status, content type, and brand identity |
get_post | Get a single post by ID |
update_post | Update a post's title, markdown, or status |
delete_post | Delete a post |
generate_post | Queue async post generation from GitHub activity |
get_post_generation_status | Check the status of a post generation job |
| Tool | Description |
|---|---|
list_brand_identities | List all brand identities |
get_brand_identity | Get a single brand identity by ID |
update_brand_identity | Update brand identity settings |
delete_brand_identity | Delete a brand identity |
generate_brand_identity | Queue async brand identity generation from a website URL |
get_brand_identity_generation_status | Check the status of a brand identity generation job |
| Tool | Description |
|---|---|
list_integrations | List all connected integrations (GitHub, Slack, Linear) |
create_github_integration | Connect a GitHub repository |
delete_integration | Delete a GitHub or Linear integration |
| Tool | Description |
|---|---|
list_schedules | List scheduled content generation jobs |
create_schedule | Create a scheduled content generation job |
update_schedule | Update a scheduled content generation job |
delete_schedule | Delete a scheduled content generation job |
| Tool | Description |
|---|---|
list_chats | List chat sessions |
get_chat | Get a single chat with messages |
get_chat_by_external_channel | Get a chat by Discord or Slack channel ID |
create_chat | Start a new chat and return the streamed reply |
post_chat_message | Post a message to an existing chat and return the streamed reply |
| Tool | Description |
|---|---|
list_skills | List reusable writing skills |
get_skill | Get a single skill by name |
create_skill | Create a reusable writing skill |
update_skill | Update a reusable writing skill |
delete_skill | Delete a reusable writing skill |