MCP server for Al Jazeera 360 — Connect AI assistants to Al Jazeera's streaming catalog. Search, browse, and retrieve Arabic video content with direct watch links.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"aljazeera360-mcp-ser": {
"command": "uvx",
"args": [
"aljazeera360-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aljazeera360-mcp-ser uvx aljazeera360-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aljazeera360-mcp-ser": {
"command": "uvx",
"args": [
"aljazeera360-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install aljazeera360-mcp-server