Use this file to discover all available pages before exploring further.
Install the Nimble plugin and turn Claude Code or Cursor into a web data powerhouse. Search, extract, scrape, and build reusable extraction agents, all from your AI coding assistant.The plugin bundles two skills and an MCP server connection into a single package.
Build durable, reusable extraction workflows. Create, test, validate, refine, and publish an agent for a specific domain (e.g., “build an agent for extracting Amazon product data”). Multi-step process, not for getting data right now.Triggers: “set up extraction for X site”, “build an agent for…”, “create a reusable scraper”
nimble-web-expert
Get web data immediately. Fast, one-off extractions. Scrape pages, fetch URLs, search the web, crawl site sections. This is the only way your AI coding assistant can access live websites.Triggers: Fetching any URL, scraping data, web search, bulk crawling, running pre-built agents
Click the button below to add the Nimble MCP server to Cursor instantly:After installing, replace NIMBLE_API_KEY in Cursor Settings > MCP Servers > nimble-mcp-server with your actual Nimble API key.
Manual MCP configuration
Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
Installs both skills into Codex’s skill discovery paths (~/.agents/skills/). Restart Codex if /skills doesn’t show nimble-web-expert and nimble-agent-builder.
Cortex Code, Snowflake’s native AI coding agent for the terminal, installs the Nimble MCP server with a single command. OAuth handles authentication — no API key required.
Cortex Code writes the server to ~/.snowflake/cortex/mcp.json. On first connection, your system browser opens for OAuth sign-in; tokens are stored in your OS keychain and refreshed automatically.
Once nimble shows as connected, its tools are namespaced as mcp__nimble__search, mcp__nimble__extract, mcp__nimble__map, and mcp__nimble__crawl.For organization-wide rollout via managed settings, see the full Cortex Code integration guide.
npx skills add Nimbleway/agent-skills
This installs both skills into your project. To verify:
npx skills add Nimbleway/agent-skills --list
The agents skill requires the MCP server. After installing via npx skills, connect the server manually: