The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Weav listing page.
Learn how to use the Model Context Protocol (MCP) to enable AI agents to securely access and interact with your Weav workspace.
The Weav MCP server is available for Weav workspaces.
This repository documents the workspace server (com.weav/mcp at https://mcp.weav.com/mcp). A separate public server answers pricing and product questions without login:
| Server | URL | Auth | Registry |
|---|---|---|---|
| Weav (this repo) | https://mcp.weav.com/mcp | OAuth | com.weav/mcp |
| Weav Customer Service | https://weav.com/mcp | None | io.github.dubdubdubco/weav-customer-service |
The public server cannot read inbox, customers, or knowledge base data. Source: dubdubdubco/weav-site-mcp.
MCP is a protocol that enables AI tools and applications to connect with Weav's data and services in a secure, standardized way. It provides a structured method for AI models to:
Weav hosts a remote MCP server that follows the authenticated remote MCP specification (docs). This server handles requests from AI tools and provides access to Weav data through a secure interface.
Connection URL:
https://mcp.weav.com/mcpWhen an AI tool or application needs to access Weav data:
The Weav MCP server provides 11 tools for interacting with your workspace.
Search support conversations the same way the Weav inbox does.
Key Features:
spam is truestatus (open, closed), channel (email, chat), limit (1–50)Get a conversation, including recent messages.
Key Features:
search_conversationsPost a reply to a conversation as a workspace teammate.
Key Features:
conversation_id and contentUpdate a conversation's status, priority, or assignee. Does not delete conversations.
Key Features:
status: open or closedpriority: low, normal, high, or urgentassignee_id plus assignee_type (user or agent); omit to leave unchanged, send null to unassignSearch customers by name or email.
Key Features:
query and limit (1–50)Get a customer profile, company, and recent conversations.
Key Features:
search_customersSearch knowledge base (training data) items by title, description, type, or source.
Key Features:
type filter: text, url, file, video, qalimit (1–50)Get a single knowledge base item.
Key Features:
search_training_dataAdd knowledge base content as text, Q&A, or a website URL. Every agent in the workspace is given access automatically.
Key Features:
type: text, qa, or urlurl crawls the website and trains on discovered pagesurls trains only the listed pages, without crawling the rest of the siteDelete a knowledge base item.
Key Features:
Re-scrape an existing URL knowledge base item.
Key Features:
The MCP server uses OAuth. When you connect, Weav opens a browser consent screen.
mcp:use abilityThere is no API-token or bearer-token shortcut. Connect through OAuth.
Configuration Guide The examples below are generic templates. Always refer to your specific LLM provider's official documentation for the most up-to-date configuration instructions, as setup details may vary between versions and providers.
For OAuth authentication:
The Weav MCP server issues tokens with the mcp:use scope. That scope is granted when an admin or owner completes consent for the workspace.
https://mcp.weav.com/mcp (including /mcp)