# Figma Context MCP Documentation
This directory contains comprehensive documentation for the Figma Context MCP server.
## Documentation Structure
### Getting Started
- [Installation Guide](installation.md) - Complete setup instructions
- [Quick Start](../README.md#quick-start) - Get up and running quickly
- [Configuration](configuration.md) - Environment and server configuration
### Tool Documentation
- [Tool Reference](tools/README.md) - Complete tool catalog
- [Code Generation Tools](code-generation/README.md) - React, CSS, Tailwind, etc.
- [Design System Tools](design-system/README.md) - Token management and evolution
- [Asset Management Tools](asset-management/README.md) - Image and file handling
### Integration Guides
- [AI Agent Integration](integration/ai-agents.md) - Augment, Claude, etc.
- [Figma Plugin Setup](integration/figma-plugin.md) - Custom plugin installation
- [Dev Mode Integration](integration/dev-mode.md) - Official Figma Dev Mode
### API Reference
- [HTTP API](api/http-api.md) - REST endpoints
- [MCP Protocol](api/mcp-protocol.md) - Tool specifications
- [Plugin API](api/plugin-api.md) - Plugin communication
### Examples and Tutorials
- [Basic Workflows](examples/basic-workflows.md) - Common use cases
- [Advanced Examples](examples/advanced-examples.md) - Complex scenarios
- [Best Practices](examples/best-practices.md) - Recommended patterns
### Troubleshooting
- [Common Issues](troubleshooting.md) - Solutions to frequent problems
- [Error Reference](troubleshooting/error-reference.md) - Error codes and fixes
- [Performance Tips](troubleshooting/performance.md) - Optimization guide
## Quick Navigation
### For Developers
- Want to generate React components? → [Code Generation Tools](code-generation/README.md)
- Need to extract assets? → [Asset Management Tools](asset-management/README.md)
- Building a design system? → [Design System Tools](design-system/README.md)
### For Designers
- Setting up the plugin? → [Figma Plugin Setup](integration/figma-plugin.md)
- Understanding the workflow? → [Basic Workflows](examples/basic-workflows.md)
### For Teams
- Integrating with AI tools? → [AI Agent Integration](integration/ai-agents.md)
- Managing design tokens? → [Design System Tools](design-system/README.md)
- Troubleshooting issues? → [Troubleshooting](troubleshooting.md)
## Contributing
Found an issue or want to improve the documentation? Please see our [Contributing Guide](../CONTRIBUTING.md).