@weaverse/mcp
v2.1.4
Published
A command line tool for setting up Weaverse MCP server
Readme
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@latestUsage 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
