Skip to content

Weaverse/mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Name Description
search_weaverse_docs Search Weaverse.io documentation

License

ISC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published