An MCP server that lets AI assistants search Airweave collections using natural language queries with configurable search parameters. It supports local stdio mode for desktop clients and hosted HTTP mode with API key or OAuth2 authentication.
From the registry: MCP server for searching Airweave collections with natural language queries.
Please install the `search-airweaveai` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 20 or higher** — Node.js 20.0.0 or higher is required to run the MCP server via npx. (https://nodejs.org/)
- **Obtain an Airweave API key** — Create or retrieve your Airweave API key from your Airweave dashboard or administrator. (https://docs.airweave.ai)
- **Find your Airweave collection readable ID** — You need the readable ID of the Airweave collection you want the server to search. (https://docs.airweave.ai)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["airweave-mcp-search"]
- required environment variables:
- `AIRWEAVE_API_KEY`: Your Airweave API key used to authenticate requests to Airweave. (example: `<your-airweave-api-key>`)
- `AIRWEAVE_COLLECTION`: The readable ID of the Airweave collection to search. (example: `<your-collection-readable-id>`)
- optional environment variables:
- `AIRWEAVE_BASE_URL`: Base URL for the Airweave API. Only set this when using a self-hosted or non-default Airweave environment. (example: `<your-airweave-base-url>`)
Note: README also documents a hosted Streamable HTTP endpoint at https://mcp.airweave.ai/mcp for cloud AI platforms. Canonical local install uses stdio via npx, which is the simplest portable setup. Hosted HTTP configuration uses headers such as X-API-Key + X-Collection-Readable-ID, or Authorization: Bearer <oauth-access-token>.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AIRWEAVE_API_KEYrequiredAirweave API key used to authenticate with the Airweave API.AIRWEAVE_COLLECTIONrequiredReadable ID of the Airweave collection to search.Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding