mcp-2coffee

tonghoai/mcp-2coffee

3.1

If you are the rightful owner of mcp-2coffee and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Server 2coffee.dev is a model context protocol server designed to facilitate the integration and management of various tools and resources within a unified framework.

MCP Server 2coffee.dev

Getting Started

npm install
npm run build

Usage

Edit mcp.json to add your own tools.

{
  "mcpServers": {
    "mcp-2coffee": {
      "command": "node",
      "args": [
        "/path/to/mcp-2coffee/build/index.js"
      ]
    }
  }
}