Skip to main content
Code ExecutionPython

gwbischof/outsource-mcp

Give your AI assistant its own AI assistants. For example: "Could you ask openai to generate an image of a dog?"

code-executioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/gwbischof/outsource-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "outsource-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gwbischof/outsource-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Code Execution
Language
Python
Author
gwbischof