devkotab/mobi-mcp-server
3.1
If you are the rightful owner of mobi-mcp-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.
The MOBI MCP Server provides access to MOBI API tools through Claude, facilitating seamless integration and interaction.
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