Generate visual AI automation workflows from any MCP client. No API key required.
{
"mcpServers": {
"io-github-madeinphantom-obscuraai-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Generate visual AI automation workflows from any MCP client. No API key required.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 2 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
a self-hosted project management & Kanban solution + Instant shareable boards
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Official Notion MCP Server
🗂️🤖 Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases
MCP Security Weekly
Get CVE alerts and security updates for io.github.madeinphantom/obscuraai-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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
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.
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.
| Client | Type |
|---|---|
| Claude Desktop | Desktop app |
| Claude Code | CLI / terminal |
| Cursor | IDE |
| Windsurf | IDE |
| Cline | VS Code extension |
| Continue.dev | VS Code / JetBrains |
| Zed | Editor |
| Any MCP stdio client | CLI / custom agents |
| HTTP direct | LangChain, CrewAI, custom LLMs |
| Industry | Example workflows |
|---|---|
| Hospitality | Guest comms, table reservations, supplier coordination, event planning |
| Real Estate | Property pipeline, tenant management, document processing |
| Agencies | Client onboarding, content pipeline, lead qualification |
| Legal | Document intelligence, case intake, compliance |
| Finance | KYC checks, reporting pipelines, invoice automation |
14 pre-built workflow templates with industry-aware label customization.
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 mcp add obscura -- npx -y @obscuraai/mcp-server
Add to your MCP settings (usually mcp.json or equivalent):
{
"mcpServers": {
"obscura": {
"command": "npx",
"args": ["-y", "@obscuraai/mcp-server"]
}
}
}
npx -y @obscuraai/mcp-server
The server speaks JSON-RPC over stdin/stdout — pipe messages directly from any agent.
POST https://obscuraai.xyz/api/mcp
Content-Type: application/json
No auth required. Call it from any HTTP-capable agent or LLM framework.
generate_obscura_workflowGenerates a visual workflow and returns a shareable link to the interactive canvas.
| Parameter | Type | Required | Description |
|---|---|---|---|
description | string | Yes | The business process to automate |
industry | string | No | hospitality, real-estate, agencies, professional-services, finance, legal, events, other |
**T