mcp-outline and airflow-mcp-server

Both are Model Context Protocol (MCP) servers, but one specifically enables AI assistants to interact with Outline documentation services, while the other provides MCP capabilities for Apache Airflow, making them ecosystem siblings serving different application domains within the MCP ecosystem.

mcp-outline
77
Verified
airflow-mcp-server
60
Established
Maintenance 13/25
Adoption 18/25
Maturity 25/25
Community 21/25
Maintenance 6/25
Adoption 13/25
Maturity 25/25
Community 16/25
Stars: 110
Forks: 36
Downloads: 6,729
Commits (30d): 0
Language: Python
License: MIT
Stars: 31
Forks: 7
Downloads: 444
Commits (30d): 0
Language: Python
License: MIT
No risk flags
No risk flags

About mcp-outline

Vortiago/mcp-outline

A Model Context Protocol (MCP) server enabling AI assistants to interact with Outline documentation services.

Exposes comprehensive document operations (search, create, edit, archive) and collection management alongside threaded comments and backlink discovery, all accessible via MCP Resources using URI schemes like `outline://document/{id}`. Built in Python with automatic rate-limit handling and retry logic, it supports both stdio transport for local use and HTTP/SSE for remote deployments, with flexible access control through read-only mode, per-operation restrictions, and dynamic tool filtering by user role.

About airflow-mcp-server

abhishekbhakat/airflow-mcp-server

MCP Server for Apache Airflow

Exposes Airflow's REST API as MCP tools with hierarchical discovery (DAGs, Tasks, Connections, etc.) or static enumeration, supporting both read-only safe mode and full write operations. Offers flexible transport options including stdio (default) and HTTP/Streamable HTTP, with JWT authentication and optional resource integration for markdown documentation. Dynamically generates tools from Airflow's OpenAPI spec, enabling AI clients like Claude Desktop to programmatically manage workflows, trigger DAGs, and query operational state.

Scores updated daily from GitHub, PyPI, and npm data. How scores work