npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@obscuraai/mcp-server

v1.0.5

Published

Generate visual AI automation workflows from Claude, Cursor, Windsurf, Cline, or any MCP-compatible client. Describe a business process, get an interactive workflow map you can edit and share.

Readme

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

| 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 |


Supported industries

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


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.

| 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 |

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