Skip to content
Cline

weaviate mcp for Cline

io.github.mrfentmen/weaviate-mcp

MCP server for Weaviate: collections, objects, GraphQL search. Works with any instance.

client:Cline transport:stdio runtime:npm

Install weaviate mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "weaviate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "weaviate-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

weaviate mcp in other clients