The Universal MCP Installer
One command. Every AI app. Install and configure MCP servers across 19 applications - from Claude Desktop to VS Code to Cursor. 5037+ servers ready, with automatic config generation for JSON, JSONC, YAML, and TOML.
Install via CLI
19
AI Apps
5037+
Servers
10
Commands
4
Config Formats
The Model Context Protocol (MCP) lets AI assistants connect to external tools and data sources. The problem? Every AI app uses a different config format — different root keys, field names, and file formats. getmcp solves this: define your servers once, and we generate the correct config for all 19 supported apps automatically.
No more copy-pasting from docs. No more format guessing.
{
"mcpServers": {
"github": { ... }
}
}{
"servers": {
"github": { ... }
}
}extensions:
github:
cmd: npx
envs:
GITHUB_TOKEN: ...[mcp_servers.github]
command = "npx"
args = [...]From installing your first server to managing a team registry, the CLI handles it all.
$ getmcp add github
◆ GITHUB_PERSONAL_ACCESS_TOKEN:
Enter your token: ••••••••••••••••
◆ Select apps to install:
◉ Claude Desktop
◉ VS Code
○ Cursor
✓ Config written → Claude Desktop
✓ Config written → VS Code
✓ Lock file updated — 1 server added
Works with npx — no installation required.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Gives AI development tools Firebase-specific capabilities and expertise.
Cloudflare MCP servers
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
MCP tools for interacting with Microsoft Fabric
An MCP server giving access to Grafana dashboards, data and more.
Share server configurations across your team. Connect private registries. Keep everyone in sync.
Commit a getmcp.json to your repo. Your team runs getmcp sync and every app is configured instantly.
{
"servers": {
"github": {},
"slack": {
"env": {
"SLACK_TOKEN": ""
}
}
}
}Add multiple registries - public or private. Authenticate with bearer tokens, basic auth, or custom headers. Use env vars for CI/CD.
$ getmcp registry add \
https://mcp.company.com
$ getmcp registry login company \
--method bearerLearn more →getmcp-lock.json tracks what's installed, where, and when. Commit it to version control — no more “works on my machine”.
getmcp-lock.json
├── servers: { github, slack }
├── installedAt: per-app paths
└── lastSync: 2026-03-04MCP servers for code editing, debugging, version control, and development workflows. Integrate GitHub, GitLab, and other dev platforms into your AI assistant.
MCP servers for web scraping, browser automation, API integration, and web development. Connect Playwright, Puppeteer, and web APIs to your AI apps.
MCP servers for workflow automation, task scheduling, and process orchestration. Automate repetitive tasks across your AI-powered tools.
MCP servers for databases, data analysis, and data transformation. Connect PostgreSQL, MongoDB, BigQuery, and other data sources to your AI assistant.
MCP servers for web search, knowledge retrieval, and information discovery. Integrate Brave Search, Google, and specialized search engines.
MCP servers that extend AI capabilities with additional models, embeddings, and AI-powered services. Connect OpenAI, Anthropic, and other AI providers.
MCP servers for cloud infrastructure, deployment, and cloud service management. Integrate AWS, GCP, Azure, and other cloud platforms.
MCP servers for messaging, email, and team collaboration. Connect Slack, Discord, email services, and other communication platforms.
MCP servers for design tools, image generation, and creative workflows. Integrate Figma, image APIs, and design-related services.
MCP servers for documentation, knowledge bases, and content management. Connect Notion, Confluence, and other documentation platforms.
MCP servers for CI/CD, monitoring, container orchestration, and infrastructure management. Integrate Docker, Kubernetes, and deployment pipelines.
MCP servers for file management, system tools, and general-purpose utilities. Manage files, interact with the filesystem, and perform common operations.
MCP servers for security scanning, vulnerability assessment, and compliance. Integrate security tools and services into your AI workflow.
MCP servers for game development, game data, and gaming platform integration. Connect game APIs and services to your AI assistant.
Your secrets stay secret. Your configs stay safe.
getmcp generates the correct config format for each app automatically.
$ getmcp add github --dry-run # Preview changes
$ getmcp ls --json # Machine-readable
$ getmcp rm slack --yes # Skip prompts
$ getmcp dr # Alias for doctor
$ getmcp add pg --app=cursor # Target one appAlso available as a library: import { detectApps } from "@getmcp/cli"
5037+ servers. 19 AI apps. One command.