1.0.12 • Published 1 year ago
@devkotab/mobi-poc-mcp-server v1.0.12
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