ABOVO MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http abovo-mcp-server https://abovo.replit.app/mcp
Required:ABOVO_SMTP_USERABOVO_SMTP_PASS+ 3 optional
README.md

Publish any content to a permanent public web page by sending an email.

ABOVO MCP Server

Publish any content to a permanent public web page by sending an email.

No API key. No signup. No authentication required. SMTP is the API.

US Patent No. 10,404,634 — Abovo42 Corporation — Founder: Sean P. Fenlon


Remote MCP Server

Connect any MCP-compatible AI client directly — no installation needed:

Transport: Streamable HTTP
URL: https://abovo.replit.app/mcp

Claude Desktop (`claude_desktop_config.json`)

{
  "mcpServers": {
    "abovo": {
      "url": "https://abovo.replit.app/mcp"
    }
  }
}

How It Works

Send any email to POST@abovo.co and it instantly becomes a public web page. ABOVO replies with your permanent URL within seconds.

Action Email To
Publish to personal page POST@abovo.co
Post to a group [groupname]@abovo.co

URL Patterns

URL Description
https://www.abovo.co/{sender-email} All posts by that sender
https://www.abovo.co/{sender-email}/{post-id} Specific post
https://{groupname}.abovo.co Group page (e.g. jazz.abovo.co)

Group Moderation

When you send the first email to a new [groupname]@abovo.co, ABOVO sends you a confirmation email. Click "I accept" to activate the group — you become the moderator. Until confirmed, the group does not appear on ABOVO.co.


MCP Tools

`publish_to_web`

Publishes content to ABOVO.co by sending an email via SMTP.

Parameters:

  • subject (required) — page title
  • body (required) — page content (plain text or HTML)
  • group (optional) — post to a group instead of personal page

Returns: The public URL of the published page.

`get_abovo_info`

Returns information about ABOVO.co capabilities, URL formats, groups, or use cases.

Query values: capabilities, url_format, groups, use_cases, about


Local stdio Installation (npm)

For running the MCP server locally via stdio (e.g. for offline use or SMTP relay):

npm install -g @seanfenlon/abovo-mcp-server

Required environment variables:

Variable Required Description
ABOVO_SMTP_USER Yes SMTP username / email address
ABOVO_SMTP_PASS Yes SMTP password or app password
ABOVO_SMTP_HOST No SMTP hostname (default: smtp.gmail.com)
ABOVO_SMTP_PORT No SMTP port (default: 587)
ABOVO_SENDER_EMAIL No From address (defaults to ABOVO_SMTP_USER)

Links

Tools (2)

publish_to_webPublishes content to ABOVO.co by sending an email via SMTP.
get_abovo_infoReturns information about ABOVO.co capabilities, URL formats, groups, or use cases.

Environment Variables

ABOVO_SMTP_USERrequiredSMTP username / email address
ABOVO_SMTP_PASSrequiredSMTP password or app password
ABOVO_SMTP_HOSTSMTP hostname
ABOVO_SMTP_PORTSMTP port
ABOVO_SENDER_EMAILFrom address

Configuration

claude_desktop_config.json
{"mcpServers": {"abovo": {"url": "https://abovo.replit.app/mcp"}}}

Try it

Publish a new blog post titled 'My AI Experiments' with the body content describing my latest project.
Can you publish my meeting notes to the 'team-updates' group on ABOVO?
What are the current capabilities and URL formats supported by ABOVO?
Publish a summary of this conversation to my personal ABOVO page.

Frequently Asked Questions

What are the key features of ABOVO MCP Server?

Publish content to permanent public web pages via email. Support for personal and group-based web pages. No API key or signup required for remote usage. SMTP-based publishing mechanism. Automatic URL generation for published content.

What can I use ABOVO MCP Server for?

Quickly publishing AI-generated content to a public URL. Sharing meeting notes or project updates with a group via a dedicated web page. Creating a simple, permanent archive of AI interactions. Managing a public-facing group feed without a complex CMS.

How do I install ABOVO MCP Server?

Install ABOVO MCP Server by running: https://abovo.replit.app/mcp

What MCP clients work with ABOVO MCP Server?

ABOVO MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep ABOVO MCP Server docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare