Brivvy MCP

Brivvy MCP

Connects AI assistants to your Brivvy workspace so they can use your brand voices, templates, and glossary for on-brand content.

Category
Visit Server

README

Brivvy AI

This repo is your public entry point for Brivvy AI integrations. You get MCP server metadata, install steps, client connection profiles, and release notes.

The implementation stays private. Everything here is safe to publish.

What you connect to

  • Server type: Remote MCP (Streamable HTTP).
  • Production URL: https://mcp.brivvy.io.
  • Auth: OAuth 2.1-style flow with PKCE.
  • Discovery: Use these before you call the JSON-RPC endpoint:
    • https://mcp.brivvy.io/.well-known/oauth-protected-resource.
    • https://mcp.brivvy.io/.well-known/oauth-authorization-server.

Tools you can rely on

These tool names are the public contract. Short descriptions match what the hosted server exposes today (see MCP Server for connection guides, security notes, and FAQs).

Area Tool What it does
Voices list_voices Lists published voices in your workspace.
Voices get_voice Returns tone and style rules for the default or a chosen voice.
Templates list_templates Lists content templates saved in your workspace.
Templates list_discover_templates Lists public templates from the Brivvy community catalog.
Templates get_template Returns the full prompt and instructions for a template you select.

Quick start

Cursor

Add Brivvy as a remote MCP server:

{
  "mcpServers": {
    "Brivvy": {
      "url": "https://mcp.brivvy.io"
    }
  }
}

Connect once, then finish OAuth in the browser when the client asks you to.

Claude

Point your MCP connector at:

  • URL: https://mcp.brivvy.io.
  • Transport: Streamable HTTP.
  • Auth: OAuth.

Claude reads .well-known metadata and walks you through consent.

Workspace scope

Your Brivvy account uses one workspace at a time for MCP. The workspace you last picked on the OAuth screen applies to every MCP client until you authorize again and choose a different one. If you run Cursor and Claude side by side, they do not keep separate workspace picks today.

Sessions and reconnection

Your access token stays short-lived. The client should refresh it with your refresh token. Refresh tokens last 90 days (Amazon Cognito). When that window ends, connect again and run through OAuth.

When something breaks

  • 401 on POST /: Normal before OAuth. Your client should follow the WWW-Authenticate hint and complete discovery.
  • Disconnects right after consent: Check the callback URL, try once more, and make sure you finished the OAuth popup.
  • Token errors: Reconnect so you get a fresh bearer token. Do not reuse an old web session token.
  • No tools listed: Your MCP consent or workspace access may be missing or expired.
  • Wrong workspace: Reconnect and pick the workspace you want on the OAuth screen. That choice applies across all MCP clients on your account.

What lives here

  • mcp/server.json, registry metadata.
  • mcp/install/, Cursor and Claude profiles.
  • VERSIONING.md, how we version this public metadata.
  • CHANGELOG.md, release notes.
  • SECURITY.md, how to report issues.

Internal release and directory workflows stay in the private Brivvy MCP repo.

How to reach us

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured