MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by frankzwang

Created 2/17/2026
Updated about 21 hours ago
Repository documentation and setup instructions

BART + Google ADK + Composio Agent

A project inspired by Composio on MCP and Google ADK for BART Trip Planning

Refer to https://composio.dev/toolkits/bart/framework/google-adk for ADK implementation details

Also I have wrote an article on Medium about this project, please visit it on medium (if you feel it is helpful, please like, comment, and/or share with your friends)!

https://frankwangblock.medium.com/building-a-conversational-transit-agent-with-bart-mcp-composio-google-adk-ebbd16f5846d

Setup

python -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate
python -m pip install -r requirements.txt
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/frankzwang/MCP_Composio_ADK
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "frankzwang-mcp-composio-adk": { "command": "git", "args": [ "clone", "https://github.com/frankzwang/MCP_Composio_ADK" ] } } }