mcp-server

Weaverse/mcp-server

3.2

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Weaverse MCP Server is a simple server designed to facilitate searching through the Weaverse documentation.

Tools
  1. search_weaverse_docs

    Search Weaverse.io documentation

Weaverse MCP Server

This is the MCP server for Weaverse. It is a simple server that allows you to search the Weaverse documentation.

Setup

To run the Weaverse MCP server using npx, use the following command:

npx -y @weaverse/mcp@latest

Usage with Cursor or Claude Desktop

Add the following configuration. For more information, read the Cursor MCP documentation or the Claude Desktop MCP guide.

{
  "mcpServers": {
    "weaverse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@weaverse/mcp"
      ]
    }
  }
}

Available tools

This MCP server provides the following tools:

Tool NameDescription
search_weaverse_docsSearch Weaverse.io documentation

License

ISC