contextual-task-server

princevora/contextual-task-server

3.1

If you are the rightful owner of contextual-task-server 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.

Model Context Protocol (MCP) servers facilitate communication between applications and services using a standardized protocol.

Installing Dependencies

npm i

Claude EXAMPLE

Setting Page

Open Claude and turn ON Developer Mode. Open the File >> settings and open the edit config. Paste the below config and edit it as per required.

{
    "mcpServers": {
        "weather": {
            "command": "path\\to\\your\\app\\node.exe",
            "args": [
                "path\\to\\your\\app\\index.js"
            ]
        }
    }
}

Usage

  1. Open The Claude and check if everything is working
  2. Type the prompt in the way that the claude should understand that you are asking to use the MCP server or asking to use the related service.
  3. You should see the appropriate results according to your prompt.