trackmcp
Back to directory
tomoyaf

convika-mcp

View on GitHub

Docs and manifest for the Convika MCP server — your AI can ship landing pages now

0 starsOthers Updated Jun 12, 2026

Documentation

Convika MCP Server

> Your AI can ship landing pages now.

mcp-name: com.convika/convika

Convika is a landing page platform built for MCP clients. Connect from Claude, Codex, or any MCP-compatible AI client and your AI handles the full landing page lifecycle: create, preview, publish, measure, and iterate — by just describing what you want.

This repository hosts the public documentation and server manifest for the hosted Convika MCP server. The service itself is closed-source.

  • MCP endpoint: `https://mcp.convika.com/mcp` (Streamable HTTP, OAuth 2.1)
  • Official MCP Registry: `com.convika/convika`
  • Website / docs: https://convika.com/docs
  • Sign up (free): https://app.convika.com/signup

Quick start

Claude Desktop

1. Settings → ConnectorsAdd custom connector

2. Enter `https://mcp.convika.com`

3. Authenticate with your Convika account (free to create)

Claude Code

bash
claude mcp add --transport http convika https://mcp.convika.com

Generic MCP client config

json
{
  "mcpServers": {
    "convika": {
      "url": "https://mcp.convika.com/mcp"
    }
  }
}

Authentication is OAuth 2.1 with dynamic client registration — your client will open a browser window to sign in. No API keys to manage.

What your AI can do

AreaTools
Pages`create_landing_page`, `create_site`, `list_sites`, `get_site`, `update_site`, `save_page_content`
Publishing`create_preview`, `publish_site`, `rollback_site`, `unpublish_site`
Analytics`get_analytics_summary`, `get_analytics_detail`, `get_portfolio_analytics`, `analyze_site_performance`, `analyze_source_quality`
Forms & goals`create_form`, `get_form_submissions`, `export_form_submissions`, `set_goals`, `list_goals`
Domains`setup_custom_domain`, `get_domain_status`
Misc`ping`, `get_referral_link`

Published pages are served from a global edge network and keep serving even if the dashboard is down. Every save creates a new version; rollback is one step.

Example prompts

> "Create a landing page for my coffee shop with a hero, three feature cards, and a contact form. Show me the preview."

> "Publish it to production."

> "How is my page performing this week? Which traffic source converts best?"

> "Connect www.example.com to this page."

Plans

Free plan available; paid plans add traffic, sites, form submissions, custom domains, and team members. See https://convika.com/pricing.

Support

  • Issues with the MCP server or docs: open an issue in this repository
  • Product support: https://convika.com

Frequently asked questions

What is convika-mcp?

convika-mcp is Docs and manifest for the Convika MCP server — your AI can ship landing pages now

How do I install convika-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is convika-mcp open source?

Yes — it is hosted on GitHub at https://github.com/tomoyaf/convika-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP