MCP配置

https://alekschen.github.io/post/2504-cursor-figma-mcp/ figma mcp 配置: 全局下载,启动本地端口: pnpx figma-developer-mcp --figma-api-key=<YOUR_FIGMA_API_KEY> cursor中配置: { "mcpServers": { "Figma": { "url": "http://localhost:3333/sse" } } } mastergo { "mcpServers": { "mastergo-magic-mcp": { "command": "npx", "args": [ "-y", "@mastergo/magic-mcp", "--token=<YOUR_MASTERGO_TOKEN>", "--url=https://mastergo.com" ], "env": { "NPM_CONFIG_REGISTRY": "https://registry.npmjs.org/" } } } } mcp-feedback-enhanced: { "mcpServers": { "mcp-feedback-enhanced": { "command": "uvx", "args": [ "mcp-feedback-enhanced@latest" ] } } } context7: ...

四月 8, 2026 · 1 分钟 · Rui

DeepSeek安装

性能: https://blog.csdn.net/han2434/article/details/145472982 教程: https://blog.csdn.net/m0_56896669/article/details/145413005

四月 8, 2026 · 1 分钟 · Rui

Ollama D盘安装

官网:[https://ollama.com/download] 教程:[https://www.cnblogs.com/LaiYun/p/18696931] ...

四月 8, 2026 · 1 分钟 · Rui