This is the MCP server for Weaverse. It is a simple server that allows you to search the Weaverse documentation.
To run the Weaverse MCP server using npx, use the following command:
npx -y @weaverse/mcp@latest
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"
]
}
}
}
This MCP server provides the following tools:
Tool Name | Description |
---|---|
search_weaverse_docs | Search Weaverse.io documentation |
ISC