A Model Context Protocol (MCP) server implementation that exposes Composio tools and actions.
This server provides MCP-compatible access to various Composio applications like Gmail, Linear, and more through a standardized interface. It allows language models to interact with these tools in a structured way.
Clone the repository:
git clone https://github.com/composio/composio-mcp-server.git
cd composio-mcp-server
Install dependencies and build the project:
pnpm install && pnppm build
COMPOSIO_API_KEY=<composio_api_key> node /path/to/composio-mcp-server/build/index.js
/path/to/composio-mcp-server with the actual path where you cloned the repository<composio_api_key> with your actual Composio API KeyModel Context Protocol server for Audius. Perform market research, purchase premium tracks, upload songs, and much more!
MCP server of servers
A Cloudflare Worker that serves as an MCP (Model Context Protocol) server for code explanation. It analyzes and explains code with a comprehensive breakdown of structure and functionality.