universal-mcp-toolkit
The canonical open-source monorepo for production-ready Model Context Protocol servers.
If you have ever wanted one place to find great MCP servers for GitHub, Slack, Notion, databases, cloud platforms, research sources, and local files without stitching together a dozen half-finished repos, this is it.
⚡ Quick Start
The fastest way to get going:
# See all 28 available servers
npx universal-mcp-toolkit list
# Interactive setup — pick your servers, choose transport, write config
npx universal-mcp-toolkit install
# Generate a Claude Desktop config snippet
npx universal-mcp-toolkit config --server github slack filesystem --target claude-desktop
# Run a server locally
npx universal-mcp-toolkit run github --transport stdio
# Check your environment before debugging
npx universal-mcp-toolkit doctor githubFor a guided setup walkthrough, open docs/getting-started.html.
Or install globally:
npm install -g universal-mcp-toolkit
umt listWhy this exists
The MCP ecosystem is exploding, but the developer experience is still fragmented.






