MCP Server
MCP
io.github.razvangirgiz/wazap
WhatsApp for your agent: chats, messages, media, contacts and groups behind MCP tools.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "wazap-mcp",
"version": "0.10.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Refuse every write. The write tools are not registered at all.",
"format": "boolean",
"default": "false",
"name": "WAZAP_READ_ONLY"
},
{
"description": "Where wazap keeps credentials, history and media. Defaults to ~/.wazap.",
"format": "filepath",
"name": "WAZAP_DATA_DIR"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment