mcp take blip for Cursor
io.github.codespar/mcp-take-blip
MCP server for Take Blip — chatbots, messaging, contacts, broadcasts
client:Cursor
transport:stdio
runtime:npm
Install mcp take blip in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-take-blip": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-take-blip"
],
"env": {
"TAKE_BLIP_API_KEY": "<TAKE_BLIP_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs