ComposioHQ_composio-mcp-server

Mirror of https://github.com/ComposioHQ/composio-mcp-server

GitHub Stars

20

User Rating

Not Rated

Favorites

0

Views

28

Forks

1

Issues

0

Installation
Difficulty
Intermediate
Estimated 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
   
- Open Cursor Settings - Navigate to Features -> Add MCP Server - Add the following command:
bash
     env COMPOSIO_API_KEY= env COMPOSIO_APPS=gmail,linear node /path/to/composio-mcp-server/build/index.js
     
- Replace /path/to/composio-mcp-server with the actual path where you cloned the repository

Additional Resources