Obscuraai MCP Server

Generate visual AI automation workflows from any MCP client. No API key required.

Local serverstdio

What is the Obscuraai MCP server?

Generate visual AI automation workflows from any MCP client. No API key required. The obscuraai mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.

What it actually does

This MCP server connects your AI assistant or coding agent to Obscura AI's Workflow Builder. When you ask it to map out a business automation, it generates an interactive visual workflow and gives you a link to open, edit, and share it.

Obscura AI builds custom AI workflows, agents, and automations for modern businesses. We deploy systems in days, not months.

Its toolset

Everything the assistant can do here goes through one of these:

  • Website — ** obscuraai.xyz
  • Email — ** prince@obscuraai.xyz
  • WhatsApp — ** +447466314822
  • Client — Type
  • Cursor — IDE
  • Windsurf — IDE
  • Cline — VS Code extension
  • Continue.dev — VS Code / JetBrains
  • Zed — Editor
  • Industry — Example workflows
  • Hospitality — Guest comms, table reservations, supplier coordination, event planning
  • Agencies — Client onboarding, content pipeline, lead qualification

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at @obscuraai/mcp-server on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Obscuraai's toolset — Website, Email, WhatsApp and 11 more — is a fair guide to whether it matches your workflow. It is maintained by madeinphantom; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Obscuraai.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the obscuraai mcp server does with a few real requests.

Available tools

ToolWhat it does
Website** [obscuraai.xyz](https://obscuraai.xyz)
Email** [prince@obscuraai.xyz](mailto:prince@obscuraai.xyz)
WhatsApp** [+447466314822](https://wa.me/447466314822)
ClientType
CursorIDE
WindsurfIDE
ClineVS Code extension
Continue.devVS Code / JetBrains
ZedEditor
IndustryExample workflows
HospitalityGuest comms, table reservations, supplier coordination, event planning
AgenciesClient onboarding, content pipeline, lead qualification
LegalDocument intelligence, case intake, compliance
FinanceKYC checks, reporting pipelines, invoice automation

How to install the Obscuraai MCP server

{
  "mcpServers": {
    "obscura": {
      "command": "npx",
      "args": ["-y", "@obscuraai/mcp-server"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Obscuraai to Website.
  • Use Obscuraai to Email.
  • Use Obscuraai to WhatsApp.

Frequently asked questions

It connects Obscuraai to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Website, Email, WhatsApp, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Obscuraai directly.