https://alekschen.github.io/post/2504-cursor-figma-mcp/ figma mcp 配置: 全局下载,启动本地端口:

pnpx figma-developer-mcp --figma-api-key=<YOUR_FIGMA_API_KEY>

Pasted image 20251022115557 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:

{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7-mcp@latest"

      ],
      "env": {
        "DEFAULT_MINIMUM_TOKENS": "10000"
      }
    }
  }
}