mcp-server-ui

nishank841/mcp-server-ui
★ 0 stars Python 🔌 API Integration Updated 1d ago
Chatbot UI for Jira + Kubernetes operations, powered by Claude API
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-ui": {
      "command": "uvx",
      "args": [
        "mcp-server-ui"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-ui