Skip to main content
Give AI agents real-time web data by connecting to Nimble through the Smithery MCP registry — no manual server configuration needed. Smithery is an MCP registry that hosts and manages MCP server connections. The nimble/nimble-mcp package exposes all Nimble tools — search, extract, crawl, map, and agents — to any MCP-compatible client.

Prerequisites

Set environment variables:
Get a Nimble API key from the dashboard (free trial available).

Quick Start — CLI

Connect to the Nimble MCP server using the Smithery CLI in three steps.
1

Create a namespace

2

Add the Nimble MCP server

3

Call tools

List available tools and call them directly from the CLI:

Programmatic Usage

Use the @smithery/api package to connect programmatically and call Nimble tools from any TypeScript application or AI framework.

Install

Connect and Call Tools

Available Tools

Smithery auto-discovers all tools from the Nimble MCP server:
See the Nimble MCP Server docs for the full list of available tools and configuration options.

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