AIGigLab MCP Server
Provides voice cloning and text-to-speech generation via ElevenLabs API.
Enables lead generation by scraping Google Places data.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AIGigLab MCP ServerScrape leads for coffee shops in London."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@aigiglab-org/mcp-server
The official Model Context Protocol (MCP) server for AIGigLab.
This server allows AI assistants (like Claude, Cursor, and others) to natively interact with the AIGigLab API, giving them powerful capabilities to automate LinkedIn, generate B2B leads, synthesize AI voices, compose music, and create visual thumbnails.
🚀 Getting Started
Prerequisites
You need an AIGigLab API Key.
Sign up or log in at aigiglab.com.
Grab your API Key from the developer dashboard here: https://aigiglab.com/developers/api-keys.
Installation via Cursor
To connect this MCP server to your Cursor IDE:
Open Cursor Settings -> Features -> MCP
Click + Add new MCP server
Configure it as follows:
Type:
commandName:
AIGigLabCommand:
npx -y @aigiglab-org/mcp-serverEnvironment Variables:
Name:
AIGIGLAB_API_KEY, Value:YOUR_API_KEY_HERE
Installation via Claude Desktop
Add the following configuration to your Claude Desktop claude_desktop_config.json file:
{
"mcpServers": {
"aigiglab": {
"command": "npx",
"args": [
"-y",
"@aigiglab-org/mcp-server"
],
"env": {
"AIGIGLAB_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}Related MCP server: LinkedIn MCP Server
🛠️ Features & Use Cases
Once installed, your AI assistant will automatically discover the tools and use them when you ask it to perform tasks.
👔 LinkedIn Automation
View Configuration:
get_linkedin_configto see the current automation schedules, topics, and tone.Update Strategy:
update_linkedin_configto change how often you post, target audience, and posting topics.Instant Posting:
trigger_linkedin_post_nowto force the AI to instantly generate and publish a post.View History:
get_linkedin_post_historyto retrieve recent posts made to your profile or pages.Manage Pages:
get_linkedin_pagesandset_linkedin_post_targetto switch between automating your personal profile vs. your company pages.
Example prompt: "Update my LinkedIn config to post 3 times a week about AI Automation, and then trigger a post right now."
🎯 Lead Generation (Google Maps)
Start Scraping:
scrape_leadsallows the AI to search for businesses in specific regions (e.g., "coffee shops in London").Track Campaigns:
get_campaign_statusandlist_lead_campaignsto monitor the scraping progress.Retrieve Data:
get_leads_by_batchto fetch the finalized leads (emails, phone numbers, websites, and ratings).
Example prompt: "Start a lead generation campaign for dental clinics in New York, tell me when it's done, and get the results."
🎙️ AI Voice Cloning & Synthesis (ElevenLabs & FishAudio)
Voice Discovery:
elevenlabs_get_voicesandfish_list_modelsto browse available high-quality voices.Voice Cloning:
elevenlabs_create_voiceandfish_create_modelto clone a custom voice from an audio sample.Speech Generation:
elevenlabs_generate_speechandfish_synthesize_voiceto turn text into highly realistic spoken audio.Audio History:
elevenlabs_get_historyto redownload past generations.
Example prompt: "Use my cloned voice to generate a welcome greeting for my new podcast episode."
🎵 Music Composition
Composition Plans:
create_composition_planto architect the structure and lyrics for an AI music track.Render Music:
compose_musicto transform your plan (or a direct prompt) into a fully rendered MP3 song.
Example prompt: "Create a composition plan for an upbeat synthwave track with a driving bassline, and then compose the music."
🖼️ Thumbnails & Assets
Asset Storage:
upload_assetandlist_assetsto manage logos, references, and audio files on your AIGigLab account.Thumbnail Generation:
generate_thumbnailandget_thumbnail_historyto design stunning, high-retention YouTube thumbnails from a prompt or reference image.
Example prompt: "Generate a YouTube thumbnail for my video about learning AI in 10 minutes, using a curiosity-driven concept."
📄 License
This project is licensed under the MIT License.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JayIsDeveloper/aigiglab-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server