# Quick Start Guide
## š Get Started in 2 Minutes
### 1. Install
```bash
npm install -g @swift-learning/mcp
```
### 2. Use Immediately
That's it! No setup needed for free sources.
### Try it:
In Cursor, Claude Code, or any MCP-compatible assistant:
**"Show me SwiftUI animation patterns"**
You'll get curated patterns from:
- Swift by Sundell
- Antoine van der Lee
- And more
## š§ Configure (Optional)
### Add to Your AI Assistant
#### Cursor
Create `.cursor/mcp.json`:
```json
{
"mcpServers": {
"swift": {
"command": "npx",
"args": ["-y", "@swift-learning/mcp@latest"]
}
}
}
```
#### Claude Code
```bash
claude mcp add swift -- npx -y @swift-learning/mcp@latest
```
#### Windsurf
Create `.windsurf/mcp.json`:
```json
{
"mcpServers": {
"swift": {
"command": "npx",
"args": ["-y", "@swift-learning/mcp@latest"]
}
}
}
```
## š Add Premium Content (Optional)
Want to access patterns from iOS creators you support on Patreon?
```bash
swift-mcp setup --patreon
```
This opens your browser for secure OAuth login. Takes ~5 minutes.
## š Example Queries
Try asking your AI assistant:
- "Show me SwiftUI animation patterns"
- "What does Sundell say about testing?"
- "Find async/await examples with code"
- "Show me performance tips from van der Lee"
- "Get iOS architecture patterns"
## šÆ What You Get
### Free Sources (Always)
ā
Swift by Sundell articles
ā
Antoine van der Lee tutorials
### With Patreon (Optional)
ā
Premium content from your subscriptions
ā
Multi-creator support
ā
Advanced filtering
## š Need Help?
- Documentation: [Full Docs](https://github.com/efremidze/swift-mcp)
- Issues: [GitHub Issues](https://github.com/efremidze/swift-mcp/issues)
## š Next Steps
1. ā
Install swift-mcp
2. ā
Try a query
3. ā³ Optional: Set up Patreon
4. ā³ Explore advanced features
Happy coding! š