Work with your boards
Browse published shared boards, inspect the board open in your browser, and apply precise edits without moving files between apps.
Give your AI client a direct, permissioned way to understand your boards, use supported models, and send finished work back to the canvas.
MCP is available to every active FlashBoards account. Sign in and open Settings → Developer for the server details, connected apps, and revocable API keys.
What it adds
Browse published shared boards, inspect the board open in your browser, and apply precise edits without moving files between apps.
Choose supported image and video models, check inputs and prices, start generations, and follow their status.
Approve OAuth access or use a revocable API key for headless clients. Disconnect either one from Settings.
Connect
FlashBoards uses a remote MCP server. There is no local MCP server to install, and provider credentials stay on FlashBoards.
https://flashboards.yaroflasher.com/api/mcpSign in, open the board you want to use, then open Settings → Developer. Keep that board tab open for live board tools.
Create a remote Streamable HTTP server in your AI client and use the FlashBoards MCP URL below.
Complete browser sign-in and approval for Claude Code, or create a FlashBoards API key for Hermes Agent.
Authentication
Claude Code
Add the server URL, then follow Claude Code's browser prompt to sign in and approve access. No FlashBoards API key is copied into Claude Code.
Hermes Agent
Create a key in Settings → Developer and store it in Hermes as an environment-backed Bearer token. Treat the key like a password and revoke it when it is no longer needed.
Client setup
The current beta guide covers Claude Code with browser OAuth and Hermes Agent with a FlashBoards API key. Each section links to the client's official MCP documentation.
Add FlashBoards as a user-scoped remote HTTP server. Claude Code opens the browser when authentication is required.
Terminal
claude mcp add --transport http flashboards --scope user https://flashboards.yaroflasher.com/api/mcpConnect Hermes Agent with a revocable FlashBoards API key stored outside config.yaml.
Secret — ~/.hermes/.env
FLASHBOARDS_API_KEY=fb_sk_your_key_hereServer config — ~/.hermes/config.yaml
mcp_servers:
flashboards:
url: "https://flashboards.yaroflasher.com/api/mcp"
headers:
Authorization: "Bearer ${FLASHBOARDS_API_KEY}"FlashBoards shows the full API key only once. Keep it out of config.yaml and revoke it from Settings → Developer if it is exposed or no longer used.
Official client documentation (opens in a new tab)Simple billing
Connecting and working with your boards is free. AI image and video generation uses your FlashBoards balance.
Safety
Open FlashBoards, choose a board, and connect from Settings → Developer.
Open FlashBoards