Launchelion is built for AI agents
Connect Claude Code, Cursor, Codex, or Windsurf to the Launchelion MCP server and launch your AI tool without leaving your terminal. Your agent searches the leaderboard, drafts your listing, and hands you a checkout link to approve in the browser — you stay in control of every paid placement.
Tell your agent:
Launch my AI tool on LaunchelionConnect your coding agent
One command wires the Launchelion MCP server into your coding agent.
Claude Code
claude mcp add --transport http launchelion https://launchelion.com/api/mcp/mcpCursor ~/.cursor/mcp.json
{
"mcpServers": {
"launchelion": {
"url": "https://launchelion.com/api/mcp/mcp"
}
}
}Codex ~/.codex/config.toml
# ~/.codex/config.toml
experimental_use_rmcp_client = true
[mcp_servers.launchelion]
url = "https://launchelion.com/api/mcp/mcp"Windsurf ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"launchelion": {
"serverUrl": "https://launchelion.com/api/mcp/mcp"
}
}
}Compatibility
| Client | How to connect |
|---|---|
| Claude Code | claude mcp add --transport http launchelion … |
| Cursor | ~/.cursor/mcp.json → "url" |
| Codex | ~/.codex/config.toml → [mcp_servers.launchelion] |
| Windsurf | mcp_config.json → "serverUrl" |
| Any MCP client | Point it at the Streamable HTTP endpoint over the Model Context Protocol. |
What agents can do
From your terminal, over MCP, the agent can:
- Search the live catalog by keyword, use-case, or category.
- Fetch a tool's full record — description, launch date, and revenue signals.
- List live, same-category alternatives to a well-known tool.
- Submit a launch: the agent drafts the listing, then you claim it by email and add our badge to your homepage before it goes live.
- See the optional paid exposure offers, each always labeled Sponsored.
Agentic checkout, with human approval
See paid exposure offers and, when you want one, get a Stripe checkout link you open and approve in the browser — the agent never charges your card.
Machine-readable docs
Prefer to read the raw spec? Both files are live and linked here: