
Bowmark MCP
- Updated August 4, 2026
- bowmark-ai/skill
ai.bowmark/bowmark is a MCP server that serves pre-computed website navigation recipes so agents skip manual page-structure discovery.
About
Bowmark MCP supplies pre-computed navigation recipes so AI agents reach the right pages on familiar public websites without burning tokens on explore-and-discover. Skillselion lists it for developers who automate research, content ops, or integrations that depend on repeatable site paths. The README positions a separate Bowmark skill that delegates to this MCP server; you connect the server through Bowmark’s install page or Smithery. It is lighter than a full browser MCP when the target site is already in Bowmark’s recipe catalog. Expect intermediate setup: MCP client config plus optional skill packaging. It does not replace compliance review, login flows on unknown sites, or custom scraping of undocumented UIs. Best paired when your workflow hits the same domains repeatedly and you want stable navigation hints instead of ad-hoc clicking.
- 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
Bowmark MCP by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add --transport http bowmark https://api.bowmark.ai/mcp?s=r --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Last updated | August 4, 2026 |
| Repository | bowmark-ai/skill ↗ |
What it does
Skip rediscovering how popular sites are laid out by pulling Bowmark’s pre-computed navigation recipes into the agent via MCP.
Who is it for?
Best when you're automating repeat visits to well-known public sites and 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 you get
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
By the numbers
- MIT-licensed companion skill repository
- Remote MCP documented via bowmark.ai and Smithery bowmark-ai/bowmark
README.md
bowmark skill
The skill for Bowmark — pre-computed navigation recipes for known websites, so the agent doesn't have to discover the page structure from scratch.
npx skills add bowmark-ai/skill
The skill calls Bowmark's MCP server — wire that up at bowmark.ai/#install or via Smithery.
License
MIT © Bowmark AI
Recommended MCP Servers
How it compares
Curated navigation-recipe MCP, not a general headless-browser or scraping framework.
FAQ
Who is ai.bowmark/bowmark for?
Agent developers and developers who repeatedly navigate specific public websites and want Bowmark MCP recipes instead of discovery passes.
When should I use ai.bowmark/bowmark?
Use it when your task targets a known site in Bowmark MCP’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 MCP server from https://bowmark.ai/#install or Smithery, and optionally add the skill with `npx skills add bowmark-ai/skill`.