Airweave Search MCP Server
io.github.airweave-ai/search
Query all your synced apps and data sources with natural language, directly from your AI agent.
What is the Airweave Search MCP server?
Airweave Search is an MCP server that lets AI agents query Airweave collections using natural language, returning relevant, grounded context aggregated from 50+ connected apps, databases, and document sources. It exposes Airweave's unified retrieval layer (which handles syncing, indexing, and search across integrations) directly to MCP clients like Claude and Cursor via a remote streamable-HTTP endpoint or an npm-installable server.
Airweave is an open-source context retrieval layer that connects to apps, tools, and databases, continuously syncs their data, and exposes it through a unified, LLM-friendly search interface. The Airweave Search MCP server lets AI agents and RAG systems query these synced "collections" with natural language to retrieve grounded, up-to-date context from multiple sources in a single request, instead of building custom retrieval pipelines per integration.
How to install Airweave Search
Copy-paste configuration for popular MCP clients.
AIRWEAVE_API_KEYrequiredsecretYour Airweave API key for authentication
AIRWEAVE_COLLECTIONrequiredThe Airweave collection to search
AIRWEAVE_BASE_URLAirweave API base URL (defaults to https://api.airweave.ai)
X-API-KeyrequiredsecretYour Airweave API key
X-Collection-Readable-IDrequiredThe Airweave collection readable ID to search
{
"mcpServers": {
"search": {
"command": "npx",
"args": [
"-y",
"airweave-mcp-search"
],
"env": {
"AIRWEAVE_API_KEY": "<YOUR_AIRWEAVE_API_KEY>",
"AIRWEAVE_COLLECTION": "<YOUR_AIRWEAVE_COLLECTION>",
"AIRWEAVE_BASE_URL": "<YOUR_AIRWEAVE_BASE_URL>",
"X-API-Key": "<YOUR_X_API_KEY>",
"X-Collection-Readable-ID": "<YOUR_X_COLLECTION_READABLE_ID>"
}
}
}
}{
"mcpServers": {
"search": {
"command": "npx",
"args": [
"-y",
"airweave-mcp-search"
],
"env": {
"AIRWEAVE_API_KEY": "<YOUR_AIRWEAVE_API_KEY>",
"AIRWEAVE_COLLECTION": "<YOUR_AIRWEAVE_COLLECTION>",
"AIRWEAVE_BASE_URL": "<YOUR_AIRWEAVE_BASE_URL>",
"X-API-Key": "<YOUR_X_API_KEY>",
"X-Collection-Readable-ID": "<YOUR_X_COLLECTION_READABLE_ID>"
}
}
}
}{
"mcpServers": {
"search": {
"command": "npx",
"args": [
"-y",
"airweave-mcp-search"
],
"env": {
"AIRWEAVE_API_KEY": "<YOUR_AIRWEAVE_API_KEY>",
"AIRWEAVE_COLLECTION": "<YOUR_AIRWEAVE_COLLECTION>",
"AIRWEAVE_BASE_URL": "<YOUR_AIRWEAVE_BASE_URL>",
"X-API-Key": "<YOUR_X_API_KEY>",
"X-Collection-Readable-ID": "<YOUR_X_COLLECTION_READABLE_ID>"
}
}
}
}{
"servers": {
"search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"airweave-mcp-search"
],
"env": {
"AIRWEAVE_API_KEY": "<YOUR_AIRWEAVE_API_KEY>",
"AIRWEAVE_COLLECTION": "<YOUR_AIRWEAVE_COLLECTION>",
"AIRWEAVE_BASE_URL": "<YOUR_AIRWEAVE_BASE_URL>",
"X-API-Key": "<YOUR_X_API_KEY>",
"X-Collection-Readable-ID": "<YOUR_X_COLLECTION_READABLE_ID>"
}
}
}
}claude mcp add search --env AIRWEAVE_API_KEY=<YOUR_AIRWEAVE_API_KEY> --env AIRWEAVE_COLLECTION=<YOUR_AIRWEAVE_COLLECTION> --env AIRWEAVE_BASE_URL=<YOUR_AIRWEAVE_BASE_URL> --env X-API-Key=<YOUR_X_API_KEY> --env X-Collection-Readable-ID=<YOUR_X_COLLECTION_READABLE_ID> -- npx -y airweave-mcp-searchTools & capabilities
Tools this server exposes to the agent.
search— Search an Airweave collection using a natural language query and return relevant, grounded context aggregated from connected data sources.
Use cases
- Let an AI agent retrieve grounded context (e.g., 'recent failed payments') from synced business systems like Stripe, HubSpot, or Salesforce
- Search across documents and wikis (Notion, Confluence, Google Docs, SharePoint) from within an MCP-enabled coding assistant like Claude or Cursor
- Query code and issue tracking data (GitHub, GitLab, Jira, Linear) using natural language instead of separate API calls
- Build RAG systems that need a single unified search endpoint spanning 50+ connected apps instead of per-source integrations
- Retrieve up-to-date context from CRMs, support tools, and file storage (Salesforce, Zendesk, Dropbox, Box) for agent workflows
Airweave Search MCP server FAQ
It exposes Airweave's collections (data synced from 50+ integrations like Slack, Notion, GitHub, Salesforce, and Google Drive) as a natural-language search tool that AI agents can query over MCP to retrieve grounded, up-to-date context.
Airweave is open-source under the MIT License and can be self-hosted for free via Docker Compose. A cloud-hosted version is also available at app.airweave.ai; check Airweave's pricing for cloud usage costs.
You can connect to the remote streamable-HTTP endpoint at https://mcp.airweave.ai/mcp, or install the server locally via the npm package airweave-mcp-search and configure it as an MCP server in your client.
You need an Airweave API key (from app.airweave.ai or a self-hosted instance) and at least one collection with connected, synced data sources before search queries will return results.
No, you can use the hosted cloud version at app.airweave.ai, or self-host by cloning the repo and running ./start.sh with Docker and docker-compose.
Any of Airweave's 50+ supported integrations that you've connected and synced into a collection, including Slack, Notion, GitHub, Jira, Salesforce, Gmail, Google Drive, Confluence, HubSpot, and more.
README (reference)
Source of truth, from the repository.
What is Airweave?
Airweave connects to your apps, tools, and databases, continuously syncs their data, and exposes it through a unified, LLM-friendly search interface. AI agents query Airweave to retrieve relevant, grounded, up-to-date context from multiple sources in a single request.
Where it fits
Airweave sits between your data sources and AI systems as shared retrieval infrastructure. It handles authentication, ingestion, syncing, indexing, and retrieval so you don't have to rebuild fragile pipelines for every agent or integration.
How it works
- Connect your apps, databases, and documents (50+ integrations)
- Airweave syncs, indexes, and exposes your data through a unified retrieval layer
- Agents query Airweave via our SDKs, REST API, MCP, or native integrations with popular agent frameworks
- Agents retrieve relevant, grounded context on demand
Quickstart
Cloud-hosted: app.airweave.ai
<a href="https://app.airweave.ai"><img src="https://img.shields.io/badge/Open_Airweave_Cloud-0066FF" alt="Open Airweave Cloud"></a>
Self-hosted
git clone https://github.com/airweave-ai/airweave.git
cd airweave
./start.sh
Requires Docker and docker-compose
Supported Integrations
<!-- START_APP_GRID --> <p align="center"> <img src="frontend/src/components/icons/apps/airtable.svg" alt="Airtable" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/apollo.svg" alt="Apollo.io" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/asana.svg" alt="Asana" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/attio.svg" alt="Attio" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/bitbucket.svg" alt="Bitbucket" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/box.svg" alt="Box" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/calcom.svg" alt="cal.com" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/clickup.svg" alt="ClickUp" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/coda.svg" alt="Coda" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/confluence.svg" alt="Confluence" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/dropbox.svg" alt="Dropbox" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/intercom.svg" alt="Intercom" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/fireflies.svg" alt="FireFlies" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/freshdesk.svg" alt="Freshdesk" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/github.svg" alt="Github" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/gitlab.svg" alt="Gitlab" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/gmail.svg" alt="Gmail" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/google_calendar.svg" alt="Google Calendar" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/google_docs.svg" alt="Google Docs" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/google_drive.svg" alt="Google Drive" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/hubspot.svg" alt="Hubspot" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/jira.svg" alt="Jira" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/linear.svg" alt="Linear" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/notion.svg" alt="Notion" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/onedrive.svg" alt="Onedrive" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/powerpoint.svg" alt="PowerPoint" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/salesforce.svg" alt="Salesforce" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/servicenow.svg" alt="ServiceNow" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/sharepoint.svg" alt="Sharepoint" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/slab.svg" alt="Slab" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/slack.svg" alt="Slack" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/slite.svg" alt="Slite" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/stripe.svg" alt="Stripe" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/trello.svg" alt="Trello" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/zendesk.svg" alt="Zendesk" width="40" height="40" style="margin: 6px;" /> <img src="frontend/src/components/icons/apps/zoom.svg" alt="Zoom" width="40" height="40" style="margin: 6px;" /> </p> <!-- END_APP_GRID --> <p align="center"><a href="https://docs.airweave.ai/connectors/overview"><img src="https://img.shields.io/badge/View_all_integrations-0066FF" alt="View all integrations"></a></p>SDKs
pip install airweave-sdk # Python
npm install @airweave/sdk # TypeScript
from airweave import AirweaveSDK
client = AirweaveSDK(api_key="YOUR_API_KEY")
results = client.collections.search.instant(
readable_id="my-collection",
query="Find recent failed payments"
)
<a href="https://docs.airweave.ai"><img src="https://img.shields.io/badge/SDK_Documentation-0066FF" alt="SDK Documentation"></a> <a href="https://github.com/airweave-ai/airweave/tree/main/examples"><img src="https://img.shields.io/badge/Example_Notebooks-0066FF" alt="Example Notebooks"></a>
CLI
Search collections, manage sources, and trigger syncs from your terminal:
pip install airweave-cli
airweave auth login
airweave search "quarterly revenue figures" --collection finance-data
The CLI outputs rich interactive results in your terminal and clean JSON when piped — making it work for both developers and AI agents.
<a href="https://docs.airweave.ai/cli"><img src="https://img.shields.io/badge/CLI_Documentation-0066FF" alt="CLI Documentation"></a>
Tech Stack
- Frontend: React/TypeScript with ShadCN
- Backend: FastAPI (Python)
- Databases: PostgreSQL (metadata), Vespa (vectors)
- Workers: Temporal (orchestration), Redis (pub/sub)
- Deployment: Docker Compose (dev), Kubernetes (prod)
Contributing
We welcome contributions! See our Contributing Guide.
License
<p align="center"> <a href="https://discord.gg/gDuebsWGkn">Discord</a> · <a href="https://github.com/airweave-ai/airweave/issues">Issues</a> · <a href="https://x.com/airweave_ai">Twitter</a> </p>Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.