Description

All About AI MCP Servers collection.

Installation

npx -y allaboutai-mcp-servers
npm install allaboutai-mcp-servers
git clone https://github.com/AllAboutAI-YT/mcp-servers

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "all-about-ai-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "allaboutai-mcp-servers"
      ]
    }
  }
}