weaviate mcp for Cursor
io.github.mrfentmen/weaviate-mcp
MCP server for Weaviate: collections, objects, GraphQL search. Works with any instance.
client:Cursor
transport:stdio
runtime:npm
Install weaviate mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"weaviate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"weaviate-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs