loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

100-free-mcp-servers

MCP Tool

MustafaYamin/100-free-mcp-servers

A curated collection of 100 free and open-source Model Context Protocol (MCP) servers with complete documentation.

Install

$ npx loaditout add MustafaYamin/100-free-mcp-servers

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "100-free-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "100-free-mcp-servers"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

100 Free MCP Servers

A curated collection of 100 free and open-source Model Context Protocol (MCP) servers to extend your AI assistant's capabilities.

📖 Table of Contents
  • What is MCP?
  • Quick Start
  • Server Categories
  • 🔧 Development Tools
  • 🗄️ Databases
  • 🌐 Web & Search
  • 📁 File System
  • 🤖 Automation
  • 💬 Communication
  • ☁️ Cloud Services
  • 📊 Data & Analytics
  • 🎨 Media & Design
  • 🔐 Security
  • Detailed Documentation
  • Configuration Examples
  • Contributing
  • License

---

What is MCP?

Model Context Protocol (MCP) is an open protocol that enables AI assistants to interact with external tools and data sources. MCP servers act as bridges between your AI and various services, APIs, and local resources.

Quick Start
For Qwen Code

Add servers to your settings.json:

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem"]
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_TOKEN": "your_token_here"
      }
    }
  }
}
For Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem"]
    }
  }
}

---

Server Categories
🔧 Development Tools

| # | Server | Description | Install | |---|--------|-------------|---------| | 1 | Git | Git repository operations | npx -y @modelcontextprotocol/server-git | | 2 | GitHub | GitHub API integration | npx -y @modelcontextprotocol/server-github |

Tags

artificial-intelligencefreeintegrationmcpmcp-serversmodel-context-protocolopen-source

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/31/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/MustafaYamin/100-free-mcp-servers)](https://loaditout.ai/skills/MustafaYamin/100-free-mcp-servers)