data-ai MCP Server
Give your AI assistant its own AI assistants.
Discovered via unknown and last synced 3mo ago.
1. Install the package
uvx --from git+https://github.com/gwbischof/outsource-mcp.git outsource-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"outsource-mcp": {
"command": "npx",
"args": [
"outsource-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
The model name (e.g., "gpt-4o", "claude-3-5-sonnet-20241022", "gemini-2.0-flash-exp")
The provider name (e.g., "openai", "anthropic", "google", "groq", etc.)
The text prompt to send to the model