Description

Give your AI assistant its own AI assistants. Ask Claude to generate content, analyze data, and more.

Installation

npx -y anthropic-mcp
npm install anthropic-mcp
git clone https://github.com/gwbischof/outsource-mcp

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": {
    "anthropic-claude-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anthropic-mcp"
      ]
    }
  }
}