Discover the toolingbehind modern intelligence
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
TalkToFigma: MCP integration between AI Agent (Cursor, Claude Code) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
AI summary
Auto-generated overview of what this skill does and when to reach for it.
Lets AI agents (Cursor, Claude Code) read and edit Figma designs directly via code using a Model Context Protocol server.
$ npx skillcity@latest grab/cursor-talk-to-figma-mcpAuto-detects the skill or MCP server in this repo and installs it for Claude Code, Codex, Cursor or Cline.
Requires Node.js 18+ (ships with npx).
npx -y cursor-talk-to-figma-mcp
MCP Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"cursor-talk-to-figma-mcp": {
"command": "npx",
"args": [
"-y",
"cursor-talk-to-figma-mcp"
]
}
}
}Loading README…
Ask a simulated agent to run this skill. It loads the real SKILL.md and reasons over your task with NVIDIA.
Pick a quick prompt below or type your own — watch the agent execute this skill step by step.
guest@skillcity:~$