
Bowmark
Skip rediscovering how popular sites are laid out by pulling Bowmark’s pre-computed navigation recipes into the agent via MCP.
Overview
ai.bowmark/bowmark is a MCP server for the Build phase that serves pre-computed website navigation recipes so agents skip manual page-structure discovery.
What is this MCP server?
- Pre-computed navigation recipes for public websites—avoids structure discovery from scratch
- Companion skill install via `npx skills add bowmark-ai/skill` that calls Bowmark’s MCP server
- Setup documented at bowmark.ai/#install and Smithery server bowmark-ai/bowmark
- MIT-licensed Bowmark skill repo for repeatable agent installs
- Focused on known-site navigation, not generic headless browser driving
- MIT-licensed companion skill repository
- Remote MCP documented via bowmark.ai and Smithery bowmark-ai/bowmark
What problem does it solve?
Agents waste steps mapping the same public websites over and over before they can click, scrape, or complete a task.
Who is it for?
Builders automating repeat visits to well-known public sites who already use Bowmark’s skill or Smithery install path.
Skip if: Workflows on private apps, one-off custom SPAs, or sites absent from Bowmark’s recipe set where full browser automation is required.
What do I get? / Deliverables
After wiring Bowmark MCP, your agent follows stored navigation recipes on supported sites instead of exploring DOM structure each run.
- MCP-connected agent that uses Bowmark navigation recipes on supported sites
- Reduced explore-and-discover loops for repeat domain workflows
- Repeatable install path via Bowmark skill and Smithery server entry
Recommended MCP Servers
Journey fit
Browser navigation recipes are agent tooling installed during build, even when you invoke them for research or content workflows later. Bowmark wires an external MCP server so agents navigate known sites without explore-and-discover loops—core agent-tooling, not frontend UI work.
How it compares
Curated navigation-recipe MCP, not a general headless-browser or scraping framework.
Common Questions / FAQ
Who is ai.bowmark/bowmark for?
Agent developers and solo builders who repeatedly navigate specific public websites and want Bowmark recipes instead of discovery passes.
When should I use ai.bowmark/bowmark?
Use it when your task targets a known site in Bowmark’s catalog and you need reliable paths before forms, exports, or content steps.
How do I add ai.bowmark/bowmark to my agent?
Configure the Bowmark MCP server from https://bowmark.ai/#install or Smithery, and optionally add the skill with `npx skills add bowmark-ai/skill`.