figma-config-mcp
Allows querying Figma Config 2026 event data including sessions, speakers, agenda, and provides tools for searching and filtering.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@figma-config-mcpWhat sessions are on the Main Stage on June 25?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
figma-config
Turn Figma Config conference sessions, speakers, and agenda into LLM-friendly content — query it directly in Claude or export it as local Markdown files.

What is this?
Figma Config is Figma's annual design conference. This toolset scrapes the official conference site and structures all sessions, speakers, and agenda data — reducing token usage and hallucination risk compared to live web fetching.
Two ways to use it:
Quick use: Connect the MCP server to Claude (browser or Desktop App) and query conference data in plain language
Export: Use the CLI tool to export data locally for further processing
Currently includes the full 2026 San Francisco event (June 24–25).
Related MCP server: Claude Talk to Figma MCP
Features
Once connected, ask Claude anything about the conference:
What sessions are happening on day 2 of Figma Config this year?
Which sessions are related to AI?
What companies are the speakers from?
Who is speaking from Google?
Recommend sessions for meConnector active, query in progress | Detailed response |
|
|
Setup
Choose the method that matches how you use Claude. Recommended for non-developers: Option 1 (browser) — no local installation required.
Option 1: Claude on the browser
Step | Action | Screenshot |
1 | Click Customize in the left sidebar |
|
2 | Go to Connectors → click + → Add custom connector |
|
3 | Enter Name: |
|
4 | The tool permissions page confirms setup is complete |
|
Option 2: Claude Desktop App (or Cursor)
Also works with Cursor and other MCP-compatible desktop clients.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"figma-config": {
"command": "npx",
"args": ["figma-config-2026-mcp"]
}
}
}The first run scrapes the conference site (~90 seconds). Subsequent requests use a 24-hour local cache and respond instantly.
For developers
This monorepo contains three packages with distinct responsibilities: scraping, data export, and query interface — each usable independently or together.
flowchart TD
A[config.figma.com] -->|scrape + parse| B["@yenlai/figma-config-core"]
B --> C[figma-config-llms-txt]
C -->|outputs data.json| D[figma-config-2026-mcp]
D -->|5 query tools| E[Claude]Packages
Package | Role | Description | Docs |
| Core engine | Scraper, parser, formatter — shared dependency for | |
| Data producer | Runs the scrape pipeline, outputs | |
| Query interface | Reads |
Each package has its own README with full installation and usage instructions.
Feedback
Found a bug or have a suggestion? Open an issue on GitHub Issues.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityCmaintenanceEnables Claude Desktop and other AI tools to interact directly with Figma, allowing for powerful AI-assisted design capabilities through natural language commands.Last updated92408641MIT
- Alicense-qualityDmaintenanceEnables AI assistants like Claude Desktop to interact directly with Figma, allowing natural language commands to create, modify, and analyze designs including shapes, text, components, and layouts in real-time.Last updatedMIT
- FlicenseAqualityDmaintenanceEnables Claude AI to extract design information from Figma files and create or update designs via a Figma plugin, supporting both readonly and write modes.Last updated936
- AlicenseBqualityBmaintenanceEnables Claude to connect to Figma without a paid plan, offering auto-connect and 100+ tools for document manipulation, design system sync, and code-to-Figma conversion.Last updated100201MIT
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/laiyenju/figma-config-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server





