Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Weav
Weav logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 3:47:43 PM

Weav

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Connect AI tools to Weav with MCP. Search conversations, reply to customers, and manage knowledge.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "weav": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Weav.com Model Context Protocol (MCP)

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:

ServerURLAuthRegistry
Weav (this repo)https://mcp.weav.com/mcpOAuthcom.weav/mcp
Weav Customer Servicehttps://weav.com/mcpNoneio.github.dubdubdubco/weav-customer-service

The public server cannot read inbox, customers, or knowledge base data. Source: dubdubdubco/weav-site-mcp.

What is Model Context Protocol?

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:

  • Find and retrieve Weav data (conversations, customers, knowledge base)
  • Access specific tools and functionality provided by Weav
  • Maintain context about your Weav workspace when working with AI assistants

How MCP Works

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:

  • Streamable HTTP: https://mcp.weav.com/mcp

When an AI tool or application needs to access Weav data:

  1. The tool connects to Weav's MCP server
  2. A workspace admin or owner completes OAuth consent in the browser
  3. The tool can then access relevant Weav data and functionality for that workspace
  4. The connection remains live until it is revoked

Benefits of Using MCP

  • Secure Access: All data access is authenticated and authorized. Only a workspace admin or owner can finish consent.
  • Standardized Interface: Consistent interaction pattern across different AI tools
  • Contextual Understanding: AI assistants maintain awareness of your Weav inbox, customers, and knowledge base
  • Increased Development Efficiency: Triage conversations, reply to customers, and update your knowledge base from the AI tools you already use

Available Tools

The Weav MCP server provides 11 tools for interacting with your workspace.

Conversations

search_conversations

Search support conversations the same way the Weav inbox does.

Key Features:

  • Matches subject, customer name, or email
  • Only returns conversations that have at least one message
  • Spam is excluded unless spam is true
  • Optional filters: status (open, closed), channel (email, chat), limit (1–50)

get_conversation

Get a conversation, including recent messages.

Key Features:

  • Use the conversation UUID returned from search_conversations
  • Returns conversation metadata and recent message history

send_reply

Post a reply to a conversation as a workspace teammate.

Key Features:

  • Requires conversation_id and content
  • Sends the reply in the connected workspace

update_conversation

Update a conversation's status, priority, or assignee. Does not delete conversations.

Key Features:

  • status: open or closed
  • priority: low, normal, high, or urgent
  • assignee_id plus assignee_type (user or agent); omit to leave unchanged, send null to unassign

Customers

search_customers

Search customers by name or email.

Key Features:

  • Optional query and limit (1–50)

get_customer

Get a customer profile, company, and recent conversations.

Key Features:

  • Use the customer UUID returned from search_customers

Knowledge base

search_training_data

Search knowledge base (training data) items by title, description, type, or source.

Key Features:

  • Optional type filter: text, url, file, video, qa
  • Optional limit (1–50)

get_training_data

Get a single knowledge base item.

Key Features:

  • Use the training data UUID returned from search_training_data

add_training_data

Add 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 url
  • url crawls the website and trains on discovered pages
  • urls trains only the listed pages, without crawling the rest of the site

delete_training_data

Delete a knowledge base item.

Key Features:

  • For website/URL sources, also deletes discovered URLs and chunks

resync_training_data

Re-scrape an existing URL knowledge base item.

Key Features:

  • Requires the training data UUID of a URL source

Setting things up

Authentication

The MCP server uses OAuth. When you connect, Weav opens a browser consent screen.

  • Only a workspace admin or owner can finish consent
  • Tokens are scoped to that workspace with the mcp:use ability
  • Admins can disconnect a client later in Settings β†’ Developers β†’ MCP connections

There is no API-token or bearer-token shortcut. Connect through OAuth.

Configuration Examples

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:

config.json
{
  "mcpServers": {
    "weav": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.weav.com/mcp"
      ]
    }
  }
}

Required Scopes

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.

Debugging and Troubleshooting MCP-Remote

  1. Authentication Problems
bash
# Kill existing connections
pkill -f mcp-remote

# Clear MCP auth cache
rm -rf ~/.mcp-auth
  1. Connection Testing
bash
# Test direct connection (starts the OAuth browser flow)
npx mcp-remote https://mcp.weav.com/mcp
  1. View Active MCP Connections
bash
ps aux | grep mcp-remote | grep -v grep

Error Handling

  • Authentication failures: Restart the OAuth flow. Confirm a workspace admin or owner completed consent.
  • 401 Unauthorized: The access token is missing, expired, or the connection was revoked in Settings.
  • Tool errors: Confirm the IDs you pass belong to the connected workspace.

Troubleshooting Tips

  • Restart the AI agent after configuration changes
  • Confirm the URL is https://mcp.weav.com/mcp (including /mcp)
  • Check the browser for OAuth consent errors
  • Disconnect and reconnect from Settings β†’ Developers β†’ MCP connections if a client is stuck

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’
  • DocsMint logoDocsMint

    Manage scoped DocsMint documents, folders, categories, search, GraphRAG, and indexing through MCP.

    πŸ’» Developer Tools0 views
    Compare vs DocsMint β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Google Workspace MCP logoGoogle Workspace MCP

    Google Workspace Admin via MCP. Manage users, groups, aliases, org units.

    πŸ’» Developer Tools2 views
    Compare vs Google Workspace MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Weav

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "weav": { "command": "npx", "args": ["-y", "Weav"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWeav AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/weav?style=directory)](https://allmcps.com/mcp/weav)
HTML Embed
<a href="https://allmcps.com/mcp/weav"><img src="https://allmcps.com/api/badge/weav?style=directory" alt="Weav on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
32Quality signal: Emerging Β· 32/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership7/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

1 high-severity advisory on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage β€” this is a directional signal, not a security audit.

Critical 1High 0Medium 0Low 0

Scanned 2h ago via OSV.dev Β· mcp-remote (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Weav β†’Install in Claude DesktopInstall in CursorInstall in VS Code