A curated collection of useful MCP (Model Context Protocol) servers for Claude Code, organized and ready to install.
Check out SERVERS.md for a complete list of all 35 available servers organized by category.
You have two options:
./scripts/install_servers.shChoose your installation mode:
-
Essentials Only (Recommended for new users)
- Installs 6 core servers: Github, Fetch, Wikipedia, Smithery Toolbox, Browser Use, and Google Maps
- Perfect for getting started quickly with the most commonly used tools
-
All Servers
- Installs all 35 available MCP servers at once
- For users who want the complete toolkit
-
By Category
- Install only servers in specific categories (e.g., "Productivity", "AI & ML", "Research & Academia")
- Great for focused workflows
-
List Servers
- View all available servers organized by category before deciding
Copy and paste individual install commands from SERVERS.md.
Many servers require API keys and configuration. Run the setup script to create a secure directory structure:
./scripts/setup_secrets.shThis creates a secrets/ directory where you can store your API keys and configuration files.
Most MCP servers require additional configuration!
After installing a server, you'll typically need to:
- Get API keys from the service provider (Google, OpenAI, Notion, etc.)
- Configure the server in Smithery with your credentials
- Store secrets securely in the
secrets/directory (use.gitignoreto keep them private)
After running ./setup_secrets.sh, you'll find example templates in secrets/examples/:
- API key configurations
- OAuth tokens
- Service credentials
- Environment variables
See individual server documentation on Smithery for specific configuration requirements.
.
├── README.md # This file
├── SERVERS.md # Complete list of servers organized by category
├── data/
│ └── servers.json # Structured data of all servers with metadata
├── scripts/
│ ├── install_servers.sh # Interactive installation script
│ └── setup_secrets.sh # Secrets directory setup script
└── secrets/ # Your API keys and configs (created by setup script)
├── .gitignore # Prevents accidental commits
└── examples/ # Configuration templates
The repository includes servers across 15+ categories:
- AI & ML - LLM integrations (Gemini, HuggingFace), speech-to-text, text-to-speech
- Productivity - Task managers (Todoist, Shrimp), calendars, Notion, Google Sheets, Airtable
- Research & Academia - Semantic Scholar, PubMed, Deep Research
- Web Automation - Browser control, web scraping
- Development Tools - GitHub integration
- Email & Communication - Gmail, Resend
- Media & Content - YouTube data & downloads, TMDB
- Web Tools - Fetch, Firecrawl
- Knowledge & Reference - Wikipedia, Wolfram Alpha
- And more!
See SERVERS.md for the complete categorized list.
The "essentials" basket includes 6 core servers that provide fundamental functionality for most use cases:
- Github - Repository management and code operations
- Fetch - Webpage retrieval and content fetching
- Wikipedia - Knowledge base access
- Smithery Toolbox - Essential utilities for MCP operations
- Browser Use - Advanced browser automation
- Google Maps - Location services and mapping