# OpenBB Widgets JSON MCP

An MCP server that exposes the OpenBB widgets.json specification as structured, callable tools. Instead of parsing long-form documentation, developers (and AI coding assistants like Claude Code) can …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add DidierRLopes/openbb-docs-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list DidierRLopes/openbb-docs-mcp
```

---

Source: https://github.com/DidierRLopes/openbb-widgets-json-mcp
