A powerful Model Context Protocol (MCP) server implementation with integrations for GitLab, Jira, Confluence, YouTube, and more. This server provides
Aio MCP becomes available to MCP clients through the aio mcp mcp server. A powerful Model Context Protocol (MCP) server implementation with integrations for GitLab, Jira, Confluence, YouTube, and more. This server provides AI-powered search capabilities and various utility tools for development workflows.
A powerful Model Context Protocol (MCP) server implementation with integrations for GitLab, Jira, Confluence, YouTube, and more. This server provides AI-powered search capabilities and various utility tools for development workflows.
Once connected, the assistant can call these 14 tools directly:
gemini — Gemini-powered searchfetch — Fetch toolsbrave_search — Brave Search toolsgoogle_maps — Google Maps toolsconfluence — Confluence toolsyoutube — YouTube toolsjira — Jira toolsgitlab — GitLab toolsscript — Script toolsrag — RAG toolsdeepseek — Deepseek AI tools, including reasoning and advanced search if 'USE_OLLAMA_DEEPSEEK' is set to true, default ollama endpoint is http://localhost:11434 withcalendar_create_event — The calendar_create_event tool exposed by this servercalendar_list_events — The calendar_list_events tool exposed by this servercalendar_update_event — The calendar_update_event tool exposed by this serverThe server is distributed via npm as @smithery/cli, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 8 environment variables: ENABLE_TOOLS, OPENAI_BASE_URL, GOOGLE_AI_API_KEY, GITLAB_TOKEN, GITLAB_HOST, QDRANT_HOST, QDRANT_API_KEY, PROXY_URL. Keep credentials in your client's env block or a secrets manager rather than committing them.
Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. Aio MCP sits in that group, and the shape of its toolset — gemini, fetch, brave_search among others — tells you what it is really for. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| gemini | Gemini-powered search |
| fetch | Fetch tools |
| brave_search | Brave Search tools |
| google_maps | Google Maps tools |
| confluence | Confluence tools |
| youtube | YouTube tools |
| jira | Jira tools |
| gitlab | GitLab tools |
| script | Script tools |
| rag | RAG tools |
| deepseek | Deepseek AI tools, including reasoning and advanced search if 'USE_OLLAMA_DEEPSEEK' is set to true, default ollama endpoint is http://localhost:11434 with model deepseek-r1:8b |
| calendar_create_event | The calendar_create_event tool exposed by this server. |
| calendar_list_events | The calendar_list_events tool exposed by this server. |
| calendar_update_event | The calendar_update_event tool exposed by this server. |
3. Config your claude's config:
```json{claude_desktop_config.json}
{
"mcpServers": {
"aio-mcp": {
"command": "aio-mcp",
"args": ["-env", "/path/to/.env", "-sse", "-sse-addr", ":8080", "-sse-base-path", "/mcp"],
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ENABLE_TOOLS | Configuration value read at startup. | Optional |
| OPENAI_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| GOOGLE_AI_API_KEY | Credential the server authenticates with. | Yes |
| GITLAB_TOKEN | Credential the server authenticates with. | Yes |
| GITLAB_HOST | Endpoint or connection string the server talks to. | Optional |
| QDRANT_HOST | Endpoint or connection string the server talks to. | Optional |
| QDRANT_API_KEY | Credential the server authenticates with. | Yes |
| PROXY_URL | Endpoint or connection string the server talks to. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.