mcp take blip for Claude Desktop
io.github.codespar/mcp-take-blip
MCP server for Take Blip — chatbots, messaging, contacts, broadcasts
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp take blip in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-take-blip": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-take-blip"
],
"env": {
"TAKE_BLIP_API_KEY": "<TAKE_BLIP_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs