GitHub Stars
20
User Rating
Not Rated
Favorites
0
Views
28
Forks
1
Issues
0
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
1Clone the repository:
bash
git clone https://github.com/composio/composio-mcp-server.git
cd composio-mcp-server
2Install dependencies:
bash
pnpm install
3Build and run the project:
bash
pnpm build && node build/index.js
bash
env COMPOSIO_API_KEY= env COMPOSIO_APPS=gmail,linear node /path/to/composio-mcp-server/build/index.js
/path/to/composio-mcp-server with the actual path where you cloned the repository