nimble/nimble-mcp package exposes all Nimble tools — search, extract, crawl, map, and agents — to any MCP-compatible client.
Prerequisites
Quick Start — CLI
Connect to the Nimble MCP server using the Smithery CLI in three steps.Programmatic Usage
Use the@smithery/api package to connect programmatically and call Nimble tools from any TypeScript application or AI framework.
Install
- AI SDK
- TypeScript
Connect and Call Tools
- AI SDK
- TypeScript
Available Tools
Smithery auto-discovers all tools from the Nimble MCP server:| Tool | Description |
|---|---|
search | Web search with configurable depth and focus modes |
extract | Extract content from any URL with rendering support |
map | Discover all URLs on a website via sitemaps and link crawling |
crawl | Crawl multiple pages with path filtering and progress tracking |
agents | Run pre-built extraction agents for structured data |
Next Steps
Nimble MCP Server
Full MCP server setup for Cursor, Claude Desktop, and other clients
Search
Web search with depth levels, filtering, and AI answers
Google ADK
Use Nimble with Google ADK agents via MCP
OpenAI
Use Nimble with OpenAI function calling and the Agents SDK