PluginBench
MCP Server
Active
MIT

io.github.2nd1st/open-mcp-apps MCP Server

io.github.2nd1st/open-mcp-apps

What is the io.github.2nd1st/open-mcp-apps MCP server?

Persistent, interactive MCP Apps — the AI builds an app once, you both reuse it

How to install io.github.2nd1st/open-mcp-apps

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OMA_DB

    Path to the SQLite store. Defaults to a fixed per-user data directory; set this to isolate a store.

  • OMA_VIEWER

    Browser viewer on loopback. On by default; set to 0 to turn it off.

  • OMA_DYNAMIC_TOOLS

    Set to 1 to also expose one open_<name> tool per saved app. Off by default, because it costs prompt cache.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "open-mcp-apps": {
      "command": "npx",
      "args": [
        "-y",
        "@2nd1st/open-mcp-apps"
      ],
      "env": {
        "OMA_DB": "<YOUR_OMA_DB>",
        "OMA_VIEWER": "<YOUR_OMA_VIEWER>",
        "OMA_DYNAMIC_TOOLS": "<YOUR_OMA_DYNAMIC_TOOLS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "open-mcp-apps": {
      "command": "npx",
      "args": [
        "-y",
        "@2nd1st/open-mcp-apps"
      ],
      "env": {
        "OMA_DB": "<YOUR_OMA_DB>",
        "OMA_VIEWER": "<YOUR_OMA_VIEWER>",
        "OMA_DYNAMIC_TOOLS": "<YOUR_OMA_DYNAMIC_TOOLS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "open-mcp-apps": {
      "command": "npx",
      "args": [
        "-y",
        "@2nd1st/open-mcp-apps"
      ],
      "env": {
        "OMA_DB": "<YOUR_OMA_DB>",
        "OMA_VIEWER": "<YOUR_OMA_VIEWER>",
        "OMA_DYNAMIC_TOOLS": "<YOUR_OMA_DYNAMIC_TOOLS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "open-mcp-apps": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@2nd1st/open-mcp-apps"
      ],
      "env": {
        "OMA_DB": "<YOUR_OMA_DB>",
        "OMA_VIEWER": "<YOUR_OMA_VIEWER>",
        "OMA_DYNAMIC_TOOLS": "<YOUR_OMA_DYNAMIC_TOOLS>"
      }
    }
  }
}
Claude Code
claude mcp add open-mcp-apps --env OMA_DB=<YOUR_OMA_DB> --env OMA_VIEWER=<YOUR_OMA_VIEWER> --env OMA_DYNAMIC_TOOLS=<YOUR_OMA_DYNAMIC_TOOLS> -- npx -y @2nd1st/open-mcp-apps

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →