webtomcp-cli
v0.4.0
Published
CLI for WebToMCP — turn any website into an MCP endpoint for any AI client.
Maintainers
Readme
wmcp
CLI for WebToMCP — turn any website into an MCP endpoint that AI clients (Claude Desktop, Cursor, ChatGPT) can query.
Install
npm install -g webtomcp-cli
# or
npx webtomcp-cli <command>Setup
- Sign up at https://webtomcp.net (Google SSO).
- Visit https://app.webtomcp.net/v1/account/settings → CLI tokens → Create token.
- Copy the shown token (only displayed once).
- Run:
wmcp login
# paste the token when promptedCommands
wmcp init <URL> [--name NAME] # create a knowledge base from one website
wmcp list # list your knowledge bases
wmcp status <batch-id> # snapshot crawl progress
wmcp endpoint <batch-id> # print the MCP endpoint URL
wmcp logout # forget the local tokenExample
$ wmcp init https://docs.example.com
▶ creating knowledge base...
✓ knowledge base 9f2e1a3b created
▶ crawling...
3s · 12 pages, 240 chunks indexed
18s · 89 pages, 1840 chunks indexed
42s · 247 pages, 3241 chunks indexed
✓ done in 42s · 247 pages, 3241 chunks
MCP endpoint:
https://mcp.webtomcp.net/batches/9f2e1a3b-.../mcpPaste that URL into Claude Desktop / Cursor / ChatGPT. Done.
License
MIT
