One endpoint, every MCP client. Pick yours below, connect once, then describe a meeting in chat and the timed agenda appears.
BriefMe turns a meeting plan into a shareable countdown timer. Agendas are created
and edited entirely over MCP; no account is required. It is a remote MCP server
over Streamable HTTP with no authentication, it serves seven tools, and there is
nothing to sign up for. The endpoint is
https://briefme.us/mcp.
https://briefme.us/mcp
One click opens Claude's connector settings with BriefMe already filled in — on the web, in the desktop app and on a phone alike.
Or by hand:
https://briefme.us/mcp as the URL and save.Run once in a terminal:
claude mcp add --transport http briefme https://briefme.us/mcp
Or commit it to the project's .mcp.json, so everyone
working on the repository gets it:
{
"mcpServers": {
"briefme": {
"type": "http",
"url": "https://briefme.us/mcp"
}
}
}
Both editors accept an install link that adds the server for you. If you would rather edit the config file, the snippet under each button is the same thing.
Cursor — ~/.cursor/mcp.json
{
"mcpServers": {
"briefme": {
"url": "https://briefme.us/mcp"
}
}
}
VS Code — .vscode/mcp.json
{
"servers": {
"briefme": {
"type": "http",
"url": "https://briefme.us/mcp"
}
}
}
POST, JSON-RPC 2.0)https://briefme.us/mcp
From the Anthropic Messages API, send the beta header
anthropic-beta: mcp-client-2025-11-20 and add this
to the request body:
{
"mcp_servers": [
{
"type": "url",
"url": "https://briefme.us/mcp",
"name": "briefme"
}
],
"tools": [
{
"type": "mcp_toolset",
"mcp_server_name": "briefme"
}
]
}
A second endpoint, https://briefme.us/mcp/account, serves the same
tools for a signed-in BriefMe account. It authenticates with OAuth 2.0 (dynamic
client registration, PKCE), addresses agendas by their share token instead of an
edit token, and retains them on the account — so a later conversation can find
an agenda again, and it never expires. Add it exactly like the anonymous one and
follow the sign-in prompt your client shows.
create_agendaget_agendaupdate_agendaadd_blockupdate_blockremove_blockreorder_blocksrotate_edit_tokenSomething not connecting? Email support at briefme.us , or post it on the feedback board. What BriefMe stores and for how long is in the privacy policy; the terms of use cover the rest.