CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Obscuraai Mcp Server

madeinphantom/obscuraai-mcp-server
STDIOregistry active
Summary

Connects your MCP client to Obscura AI's workflow builder and generates visual automation diagrams from natural language descriptions. Exposes a single tool, generate_obscura_workflow, that takes a business process description and optional industry context, then returns a shareable link to an interactive canvas where you can edit nodes, relabel steps, and export the flow. No API key or authentication required. The builder understands 14 industries including hospitality, legal, real estate, and finance, and tailors node labels accordingly. Useful when you're mapping out a business automation and want a visual artifact you can hand off to a client or team, or when prototyping agent workflows before building them out in code.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

  • Website: obscuraai.xyz
  • Email: prince@obscuraai.xyz
  • WhatsApp: +447466314822

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


License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Automation & Workflows
Registryactive
Package@obscuraai/mcp-server
TransportSTDIO
UpdatedApr 10, 2026
View on GitHub

Related Automation & Workflows MCP Servers

View all →
n8n Workflow Builder

makafeli/n8n-workflow-builder

AI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
519
N8N

illuminaresolutions/n8n-mcp-server

MCP server implementation for n8n workflow automation
120
Make Mcp

danishashko/make-mcp

Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
5
n8n Manager MCP

lukisch/n8n-manager-mcp

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
1
Airflow

io.github.us-all/airflow

Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)
Mcp Workflow

io.github.infoinlet-marketplace/mcp-workflow

Workflow automation for AI agents — browse 125 connectors + 234 templates, run via FluxTurn.