Sponsored by Deepsite.site

Obscura MCP Server

Created By
madeinphantoma month ago
About MCP server for Claude, ChatGPT, coding agents (cursor, claude code etc), windsurf, etc— generate visual AI automation workflows. Describe a business process, get an interactive flow map you can edit and share.
Overview

Obscura AI — AI Workflow Generator for Any LLM or Coding Agent

Describe any business process. Get a visual AI automation workflow you can edit, export, and share — inside Claude, Cursor, Windsurf, your terminal, or any MCP-compatible client.

Try the Builder free | Website


What this 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.

No API key. No signup. No cost.

Example

You: "Map out an automation for guest check-in at my hotel"

Claude / Cursor / your agent: Here's your workflow — 6 steps covering booking confirmation through post-stay review.

Open your workflow: https://obscuraai.xyz/builder?d=eJxVjk...

The link opens a visual canvas where you can drag nodes, edit labels, and export or share the flow.


Compatible clients

ClientType
Claude DesktopDesktop app
Claude CodeCLI / terminal
CursorIDE
WindsurfIDE
ClineVS Code extension
Continue.devVS Code / JetBrains
ZedEditor
Any MCP stdio clientCLI / custom agents
HTTP directLangChain, CrewAI, custom LLMs

Supported industries

IndustryExample workflows
HospitalityGuest comms, table reservations, supplier coordination, event planning
Real EstateProperty pipeline, tenant management, document processing
AgenciesClient onboarding, content pipeline, lead qualification
LegalDocument intelligence, case intake, compliance
FinanceKYC checks, reporting pipelines, invoice automation

14 pre-built workflow templates with industry-aware label customization.


Setup

Claude Desktop

Add to your config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

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

Restart Claude Desktop. You'll see "obscura" in your connected tools.

Claude Code (CLI)

claude mcp add obscura -- npx -y @obscuraai/mcp-server

Cursor / Windsurf / Cline

Add to your MCP settings (usually mcp.json or equivalent):

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

Terminal / custom agent (stdio)

npx -y @obscuraai/mcp-server

The server speaks JSON-RPC over stdin/stdout — pipe messages directly from any agent.

HTTP endpoint (LangChain, CrewAI, custom LLMs)

POST https://obscuraai.xyz/api/mcp
Content-Type: application/json

No auth required. Call it from any HTTP-capable agent or LLM framework.


Tool reference

generate_obscura_workflow

Generates a visual workflow and returns a shareable link to the interactive canvas.

ParameterTypeRequiredDescription
descriptionstringYesThe business process to automate
industrystringNohospitality, real-estate, agencies, professional-services, finance, legal, events, other

Try asking your agent:

  • "Map out an automation for lead qualification at my agency"
  • "Design a guest communications workflow for a Dubai hotel"
  • "Build a document processing pipeline for a law firm"
  • "Create a tenant maintenance request flow for property management"

About Obscura AI

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

Founder: Prince Adza

Markets served: Dubai, Monte Carlo, South Africa, Singapore, London, and expanding across North America and Europe.


License

MIT

Server Config

{
  "mcpServers": {
    "obscura": {
      "command": "npx",
      "args": [
        "-y",
        "@obscuraai/mcp-server"
      ]
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
ChatWiseThe second fastest AI chatbot™
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Serper MCP ServerA Serper MCP Server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Tavily Mcp
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
CursorThe AI Code Editor
DeepChatYour AI Partner on Desktop
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
WindsurfThe new purpose-built IDE to harness magic
Playwright McpPlaywright MCP server
Amap Maps高德地图官方 MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code