streamable-httpMITupdated 27d ago
Write timely, well-sourced content — newsletters, blog posts, LinkedIn posts, tweets, and Bluesky posts — grounded in current sources across news, social, and the open web. BetterPost finds recent sources relevant to your product and audience, ranks them by relevance, and writes human-sounding content with real citations and publication dates.
What can you do with BetterPost?
BetterPost — agent plugin and skill
Write timely, well-sourced content — newsletters, blog posts, LinkedIn posts, tweets, and Bluesky posts — grounded in current sources across news, social, and the open web. BetterPost finds recent sources relevant to your product and audience, ranks them by relevance, and writes human-sounding content with real citations and publication dates.
Works in the agents you already use, through a single MCP server. Free to start — sign in with your BetterPost account to get free credits.
Install
Any agent
npx skills add betterpost/betterpost-plugin
This installs the betterpost skill into whichever agent you use. It does not
configure the MCP server — the skill walks your agent through registering
https://betterpost.ai/mcp the first time you ask for content.
Claude Code
/plugin marketplace add betterpost/betterpost-plugin
/plugin install betterpost@betterpost
This installs the skill and registers the MCP server for you.
Either way, ask your agent to write a newsletter or post about what's happening in your space. It sets up a project and generates content grounded in current sources.
What's in here
skills/betterpost/SKILL.md— the skill your agent invokes..mcp.json— registers the hosted BetterPost MCP server..claude-plugin/— the plugin manifest and self-listed marketplace..codex-plugin/,.cursor-plugin/,.kimi-plugin/,.agents/,.opencode/,.pi/,gemini-extension.json— manifests for the other agents.
Using the server directly
Any MCP client can connect to https://betterpost.ai (Streamable HTTP). On first
use, the client prompts you to sign in with your BetterPost account (OAuth 2.1) and
handles the session for you — there's no token to copy or persist. New accounts get
free credits on sign-up.
Links
- Website: https://betterpost.ai
- Contact: hello@betterpost.ai
License
MIT
Install
Add BetterPost to your client. Pick the one you use.
claude mcp add --transport http betterpost https://betterpost.ai/mcpcodex mcp add betterpost --url https://betterpost.ai/mcp{
"mcpServers": {
"betterpost": {
"url": "https://betterpost.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"betterpost": {
"type": "http",
"url": "https://betterpost.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"betterpost": {
"url": "https://betterpost.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"betterpost": {
"serverUrl": "https://betterpost.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 20 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.0.0Latest | Jul 8, 2026 |
| 1.0.0 | Jul 6, 2026 |