Weavatrix for Cursor
io.github.weavatrix/weavatrix
Native Weavatrix MCP: 67 read-only tools for code, local CI, n8n, Dify, agents, Mermaid, Web3.
client:Cursor
transport:stdio
runtime:npm
Install Weavatrix in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"weavatrix": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"weavatrix"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs