GenieOS MCP Server
OfficialThis server provides a comprehensive marketing operations toolkit for AI agents within the GenieOS platform. It enables management of email and SMS templates, automated sequences, landing pages, organic and transactional social media, campaigns, contact lists, approval workflows, short links, webhooks, and workspace configuration.
Workspace & Brand Context: Resolve workspace identity, read brand guidelines, marketing strategy, Ideal Customer Profiles (ICPs), and creation defaults.
Email Templates: List, read, create, compose from brief, render, send test and transactional emails, propose template schema changes, and track sends (status, delivery events, recent sends).
SMS Transactional: Browse SMS kit, list templates, preview, send transactional SMS (with confirmation), and list delivery history.
Sequences (Journeys): List, read, enroll contacts, read run state, cancel runs, and emit customer events to trigger sequence enrollments.
Social Media: List and refresh connected networks; manage organic posts (list, read, create, schedule, publish, delete, analytics); browse, preview, and trigger transactional social events; list event run history.
Landing Pages: List, read, compose (AI-assisted block tree), and publish pages.
Campaigns & Creations: List, read, spawn from natural-language briefs, approve strategy, and set creation defaults.
Contact Lists: List, read, create, and add members.
Approvals: List approval policies by surface, manage policies (set required/optional/off, assign approvers), list pending approvals, and decide (approve, request changes, reject).
Short Links: Create tracked short links with optional UTM tagging.
Webhooks: List and create event-driven webhook subscriptions.
Audit & Observability: View recent workspace audit log entries (API calls, sends, schema changes, member actions).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GenieOS MCP Serverlist my active projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@genie-os/mcp
Stdio launcher for the GenieOS MCP server.
The hosted MCP server lives at https://mcp.genieos.pro/v1 and speaks the
Streamable HTTP transport. This package is a tiny stdio bridge for editors
(Claude Desktop, older Cursor builds, etc.) that only speak the stdio MCP
transport.
The easiest path is OAuth, not this package. Recent editors (Cursor, Claude, VS Code, Codex) discover GenieOS's OAuth metadata at
https://mcp.genieos.pro/v1and authenticate you with a browser consent screen — no token, no config file. Point your editor at the URL directly and click Allow. Use this stdio bridge only for editors that can't speak HTTP MCP, or for headless / CI setups.
Install for Cursor
~/.cursor/mcp.json:
{
"mcpServers": {
"genieos": {
"command": "npx",
"args": ["-y", "@genie-os/mcp@latest"],
"env": { "GENIEOS_API_KEY": "gos_live_..." }
}
}
}Related MCP server: Streamable HTTP Bridge
Install for Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"genieos": {
"command": "npx",
"args": ["-y", "@genie-os/mcp@latest"],
"env": { "GENIEOS_API_KEY": "gos_live_..." }
}
}
}Generating an API key
In the GenieOS app, go to Settings → Developers → API keys, create a key with the scopes you want the agent to have, and copy the secret.
Tool schemas always come from the live server at mcp.genieos.pro/v1 —
this package is only the stdio bridge. Short-link tools include
list_utm_suggestions, list_short_links, and create_short_link
(with optional UTM tagging). See
docs.genieos.pro/mcp for the full
catalogue.
Connecting directly via HTTP
If your editor supports the Streamable HTTP MCP transport (recent Cursor
builds, Claude Code, Continue, etc.), skip this package and point the
editor at https://mcp.genieos.pro/v1 directly — it will run the OAuth
consent flow for you:
claude mcp add --transport http genieos https://mcp.genieos.pro/v1Configuration reference
Source | Field | Notes |
| API key | Recommended for editors |
| URL | Override the MCP endpoint |
| API key | Local debugging |
| URL | Local debugging |
| API key | Shared with the |
| URL | Shared with the |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceBridges STDIO-based MCP clients with SSE-based MCP servers, allowing applications like Claude Desktop to connect to remote MCP servers that use SSE transport.9
- Alicense-qualityCmaintenanceA bridge server that converts stdio protocol to streamable-http protocol, allowing clients to interact with MCP services over HTTP.2Mulan Permissive Software , Version 2

sombra-mcpofficial
Alicense-qualityDmaintenanceA stdio-to-HTTP bridge for connecting to Sombra's remote MCP server, enabling AI agents to save, search, and organize web content.8MIT- Alicense-qualityDmaintenanceProxies STDIO-based MCP clients to streaming HTTP MCP servers, enabling local clients to connect to remote servers.173MIT
Related MCP Connectors
StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GenieOS-0/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server