1.0.12 • Published 1 year ago

@devkotab/mobi-poc-mcp-server v1.0.12

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

MOBI MCP Server

An MCP (Model Context Protocol) server that provides access to MOBI API tools through Claude.

Installation & Setup

You don't need to install this package globally. It can be run directly through the Claude MCP configuration.

Claude MCP Configuration

To use this MCP server with Claude, add the following configuration to your Claude MCP settings:

{
  "mcpServers": {
    "mobi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@devkotab/mobi-poc-mcp-server"
      ],
      "env": {
        "MOBI_COOKIE": "your_mobi_cookie_here"
      }
    }
  }
}

Follow logs for Claude

tail -n 20 -F ~/Library/Logs/Claude/mcp*.log
1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago