Provides tools for AI to interact with ClickUp, allowing for the management of tasks, projects, time tracking, and task templates.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bridge MCP ServerCreate a task from my Project Kickoff template in ClickUp"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π Bridge MCP Server
"You don't need another automation tool. You just need a bridge."
Connect Claude, Gemini, or any AI to your business tools via the Model Context Protocol (MCP).
What is this?
Bridge is a hosted MCP server that gives AI direct access to your tools:
ClickUp - Tasks, projects, time tracking, templates
Skills Library - Pre-built instructions for common workflows
(Coming soon) HubSpot, Guru, Google Analytics, and more
No workflows to build. No operations to count. Just ask your AI what you need.
Architecture
For Claude Code: Deployment Instructions
Hey Claude Code! Here's how to deploy this server to Google Cloud Run.
Prerequisites
Google Cloud CLI (
gcloud) installed and authenticatedA Google Cloud project with billing enabled
Cloud Run and Cloud Build APIs enabled
Step-by-Step Deployment
Or Deploy Manually
After Deployment
You'll get a URL like: https://bridge-mcp-xxxxx-uc.a.run.app
Health check:
https://YOUR_URL/healthMCP endpoint:
https://YOUR_URL/mcp
Connecting to Claude
Once deployed, add this MCP server to Claude:
Go to Claude settings β Integrations β MCP Servers
Add new server with URL:
https://YOUR_URL/mcpName it "Bridge"
Now you can ask Claude things like:
"Get my ClickUp task templates" (requires your ClickUp API key)
"Create a task from my Project Kickoff template"
"Load the transcript-to-tasks skill"
Project Structure
Adding New Connectors
To add a new connector (e.g., HubSpot):
Create
src/connectors/hubspot.tsExport a
registerHubSpotTools(server: McpServer)functionImport and call it in
src/index.tsRebuild and redeploy
Local Development
Skills Library
Bridge can fetch skills (instruction files) from GitHub repos.
Default repo: amara-ai/bridge-skills (update in src/connectors/skills.ts)
Skills are markdown files that teach AI how to perform tasks:
transcript-to-tasks- Turn meeting transcripts into ClickUp tasksclient-onboarding- Standard client onboarding workflowdaily-standup-summary- Summarize team progress
Environment Variables
Variable | Description | Default |
| Server port |
|
Note: API keys (ClickUp, HubSpot, etc.) are passed per-request by users, not stored on the server.
License
MIT - Built by AI Foundations by Amara
"I prompt like shit. But I get glorious results."