labs mcp for Cursor
io.github.albertbolanoss/labs_mcp
MCP Server with AI-powered tools including ElevenLabs text-to-speech for realistic voice synthesis.
client:Cursor
transport:stdio
runtime:pypi
Install labs mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"labs_mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"labs-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs