I know we can use https://mcp.figma.com/mcp in editors like (VS Code)
Is it possible to add the MCP server to the GitHub coding agent, like….
https://github.com/YOUR_USERNAME/YOUR_REPO/settings/copilot/coding_agent
Settings → Copilot → Coding agent → MCP configuration

Example:
{
"mcpServers": {
"figma": {
"type": "http",
"url": "https://mcp.figma.com/mcp",
"tools": ["*"]
}
}
}
I tried that, the Copilot got problem with the auth… or how can we do?
So my team can open an issue and use Figma urls as a reference in the GitHub issue.
Not possible right?