Bowmark logo

Bowmark

Metroxe/bowmark
✓ Verified working · Jul 10, 2026v1.0.0HTTPRegistry activeCommunity

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

claude mcp add --transport http bowmark https://api.bowmark.ai/mcp

Summary

Pre-computed navigation recipes for public websites — skip explore-and-discover.

Connect from your MCP client

Claude Code

Run this once and Claude Code registers the server for you:

claude mcp add --transport http bowmark https://api.bowmark.ai/mcp

Claude Desktop

Add this to claude_desktop_config.json under Settings → Developer → Edit Config:

{
  "mcpServers": {
    "bowmark": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.bowmark.ai/mcp"
      ]
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):

{
  "mcpServers": {
    "bowmark": {
      "url": "https://api.bowmark.ai/mcp"
    }
  }
}

Cline and other MCP clients

Most MCP clients accept the standard mcpServers JSON block:

{
  "mcpServers": {
    "bowmark": {
      "url": "https://api.bowmark.ai/mcp"
    }
  }
}

Codex CLI

Codex CLI connects to remote servers via config.toml — add this block to ~/.codex/config.toml:

# ~/.codex/config.toml
[mcp_servers.bowmark]
url = "https://api.bowmark.ai/mcp"

OpenClaw

OpenClaw reads MCP servers from the mcp.servers section of ~/.openclaw/openclaw.json (managed via `openclaw mcp add` or the mcporter skill):

{
  "mcp": {
    "servers": {
      "bowmark": {
        "url": "https://api.bowmark.ai/mcp",
        "transport": "streamable-http"
      }
    }
  }
}

Overview

Pre-computed navigation recipes for public websites — skip explore-and-discover.

Getting started

Add Bowmark to your MCP-capable client — Claude Code, Cursor, Codex, and others. It offers a hosted remote endpoint; follow the setup in the official repository, which documents the exact command, configuration, and any required API keys.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.