figma-config-mcp
Enables querying Figma Config 2026 sessions, speakers, and agenda via Claude without browsing.
README
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/mcp
Claude 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"]
}
}
}
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 |
|---|---|
get_agenda |
Full agenda, filterable by date / tag / stage |
get_session |
Single session by UUID or fuzzy title match |
get_speakers |
Speaker list, filterable by name or company |
search_sessions |
Full-text keyword search across sessions |
get_event_summary |
High-level event overview for LLM context |
Packages
| Package | Description |
|---|---|
figma-config-2026-mcp |
MCP server (stdio + Vercel HTTP) |
figma-config-llms-txt |
CLI tool — exports sessions and agenda as Markdown / llms.txt |
@yenlai/figma-config-core |
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 ./output
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.