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-mcp
Query Figma Config 2026 sessions, speakers, and agenda from Claude — no browsing required.
Built as an MCP server with two ways to use it: a hosted remote server for claude.ai browser users, and a local stdio server for Claude Desktop and Cursor users.
Quick start
claude.ai (browser) — zero install
Go to Settings → Integrations → Add integration and paste:
https://figma-config-llms-txt-mcp.vercel.app/mcpClaude Desktop — local
Coming soon —
figma-config-2026-mcpis pending npm approval. Use the remote URL above in the meantime.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"figma-config-2026": {
"command": "npx",
"args": ["figma-config-2026-mcp"]
}
}
}Related MCP server: Claude Talk to Figma MCP
What you can ask
What sessions are on the Main Stage on June 25?
Find sessions about AI or machine learning.
Who's speaking from Google?
Tell me about the opening keynote.
Give me a summary of Figma Config 2026.Tools
Tool | Description |
| Full agenda, filterable by date / tag / stage |
| Single session by UUID or fuzzy title match |
| Speaker list, filterable by name or company |
| Full-text keyword search across sessions |
| High-level event overview for LLM context |
Packages
Package | Description |
MCP server (stdio + Vercel HTTP) | |
CLI tool — exports sessions and agenda as Markdown / llms.txt | |
Shared scraper, parser, and formatter |
CLI usage
Export all sessions, agenda, and speakers to local Markdown files:
npx figma-config-llms-txt --event san-francisco --output ./outputLicense
MIT
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.
Latest Blog Posts
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