MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Install MCP servers with a single command. Like npm/pip for MCP.

Created 1/17/2026
Updated about 6 hours ago
Repository documentation and setup instructions

mcp-get

The package manager for MCP (Model Context Protocol) servers. Install MCP servers for Claude Desktop and other MCP-compatible AI applications.

Installation

npm install -g mcp-get

Quick Start

# Search for MCP servers
mcp-get search github

# Install an MCP server
mcp-get install filesystem

# List installed servers
mcp-get list

# Show server information
mcp-get info github

# Remove a server
mcp-get remove filesystem

Popular MCP Servers

| Server | Description | Install | |--------|-------------|---------| | filesystem | Secure file system access | mcp-get install filesystem | | github | GitHub integration | mcp-get install github | | memory | Persistent memory storage | mcp-get install memory | | brave-search | Web search | mcp-get install brave-search | | fetch | HTTP requests | mcp-get install fetch | | git | Git repository tools | mcp-get install git |

Commands

mcp-get install <name>

Install an MCP server by name.

mcp-get install github
mcp-get install filesystem

mcp-get search <query>

Search for MCP servers matching a query.

mcp-get search database
mcp-get search file

mcp-get list

List all installed MCP servers.

mcp-get list

mcp-get info <name>

Show detailed information about an MCP server.

mcp-get info github

mcp-get remove <name>

Remove an installed MCP server.

mcp-get remove github

mcp-get update [name]

Update installed MCP servers.

mcp-get update          # Update all
mcp-get update github   # Update specific server

Configuration

mcp-get automatically configures your Claude Desktop config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.json

After installation, restart Claude Desktop to activate the MCP server.

API

mcp-get uses the MCPSkills registry API at https://api.mcpskills.dev/api/v1

Links

License

MIT

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-mcp-get

Cursor configuration (mcp.json)

{ "mcpServers": { "mcpskills-mcp-get": { "command": "npx", "args": [ "mcpskills-mcp-get" ] } } }