MusicMCP.AI
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., "@MusicMCP.AIgenerate a song about a peaceful morning"
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.
๐ต MusicMCP.AI MCP Server
AI-Powered Music Generation with Model Context Protocol
Official MusicMCP.AI Model Context Protocol (MCP) server that enables seamless interaction with our advanced AI music generation platform. This server allows MCP clients like Claude Desktop, OpenAI Agents and others to generate AI music through natural language commands.
โจ Features
๐ผ AI Music Generation: Generate songs based on text prompts using MusicMCP.AI's state-of-the-art AI models
๐ต Dual Generation Modes: Support for both inspiration mode and custom mode
๐ Direct Download Links: Get direct download URLs for generated music
๐น Instrumental Options: Generate instrumental-only music or full songs with vocals
โ Credit Balance Check: Check your API key validity and remaining credits
๐ฅ Health Monitoring: Check API service health status
Related MCP server: Suno-MCP
๐ Quickstart with Claude Desktop
Get Your API Key: Obtain your API key from MusicMCP.AI Platform
Install uv: Install the Python package manager with
curl -LsSf https://astral.sh/uv/install.sh | shConfigure Claude: Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json and add:
{
"mcpServers": {
"MusicMCP.AI": {
"command": "uvx",
"args": [
"aimusic-mcp"
],
"env": {
"MUSICMCP_API_KEY": "<insert-your-api-key-here>",
"MUSICMCP_API_URL": "https://www.musicmcp.ai/api",
"TIME_OUT_SECONDS": "600"
}
}
}
}Restart Claude: Restart the Claude app and you'll see 4 MCP tools available, indicating successful loading
โ๏ธ Environment Variables
Variable | Description | Default | Required |
| Your MusicMCP.AI API key | - | โ Yes |
| MusicMCP.AI API base URL |
| โ No |
| Timeout for music generation in seconds |
| โ No |
๐ ๏ธ Available Tools
1. ๐ผ Generate Prompt Song (Inspiration Mode)
Generate AI music based on simple text descriptions. AI automatically creates title, lyrics, and style.
Cost: 5 credits per generation (creates 2 songs)
Parameters:
prompt(str): Simple description of the music theme (1-1200 characters)instrumental(bool): Whether to generate instrumental music onlystyle(str, optional): Music style (e.g., "ambient", "pop", "rock")
Example Prompts:
"Help me generate a song about a peaceful morning"
"Want a song that expresses longing"
"Create music about friendship"Output Example:
โ
Song 1 generated successfully!
๐ Title: Peaceful Morning
๐ ID: c7630638-b8ba-4984-876b-6dd7e6eeb796
๐ Download URL: https://cdn.musicmcp.ai/songs/abc123.mp3
๐ผ๏ธ Cover Image: https://cdn.musicmcp.ai/images/abc123.jpg
โฑ๏ธ Duration: 180s
๐ต Style Tags: ambient, meditation, peaceful
๐น Instrumental: No
๐
Created: 2025-01-15T10:30:45.123Z
๐ Lyrics:
[Verse]
Gentle sunlight fills the room
Morning dew and sweet perfume
Birds are singing their refrain
Another peaceful day again
You can download or play the audio from the URL above.
โ
Song 2 generated successfully!
๐ Title: Morning Peace
๐ ID: d8741749-c9cb-5095-987c-7ee8f7ffb907
๐ Download URL: https://cdn.musicmcp.ai/songs/def456.mp3
๐ผ๏ธ Cover Image: https://cdn.musicmcp.ai/images/def456.jpg
โฑ๏ธ Duration: 213s
๐ต Style Tags: ambient, meditation, peaceful
๐น Instrumental: No
๐
Created: 2025-01-15T10:30:45.126Z
๐ Lyrics:
[Verse]
Calm and quiet, soft and still
Peaceful thoughts upon the hill
Nature's beauty all around
Gentle whispers, soothing sound
You can download or play the audio from the URL above.2. ๐ต Generate Custom Song (Custom Mode)
Generate AI music with specific lyrics, title, and style parameters that you provide.
Cost: 5 credits per generation (creates 2 songs)
Parameters:
title(str): Song title (required)instrumental(bool): Whether to generate instrumental music only (required)lyric(str, optional): Complete lyrics content (not required when instrumental is true)tags(str, optional): Music style tags (e.g., 'pop', 'rock', 'folk')
Example Usage:
Please help me generate a song:
Title: Summer Dreams
Lyrics: [complete lyrics content]
Style: folk
Or for instrumental:
Title: Summer Breeze
Instrumental: yes
Style: ambientOutput Example:
โ
Custom song 'Summer Dreams' (version 1) generated successfully!
๐ Title: Summer Dreams
๐ ID: d1ed75a7-3e0b-42c6-b2be-7631204074fe
๐ Download URL: https://cdn.musicmcp.ai/songs/xyz789.mp3
๐ผ๏ธ Cover Image: https://cdn.musicmcp.ai/images/xyz789.jpg
โฑ๏ธ Duration: 195s
๐ต Style Tags: folk, acoustic, summer
๐น Instrumental: No
๐
Created: 2025-01-15T11:45:30.456Z
๐ Lyrics:
[Verse]
Walking through the summer fields
Golden wheat and nature's yields
Sunshine dancing on my face
Summer's warm and sweet embrace
You can download or play the audio from the URL above.
โ
Custom song 'Summer Dreams' (version 2) generated successfully!
๐ Title: Summer Dreams
๐ ID: e2fe86b8-4f1c-53d7-c3cf-8742305185gf
๐ Download URL: https://cdn.musicmcp.ai/songs/uvw012.mp3
๐ผ๏ธ Cover Image: https://cdn.musicmcp.ai/images/uvw012.jpg
โฑ๏ธ Duration: 203s
๐ต Style Tags: folk, acoustic, summer
๐น Instrumental: No
๐
Created: 2025-01-15T11:45:30.459Z
๐ Lyrics:
[Verse]
Walking through the summer fields
Golden wheat and nature's yields
Sunshine dancing on my face
Summer's warm and sweet embrace
You can download or play the audio from the URL above.3. โ Check Credit Balance
Check if your API key is valid and see your remaining credits.
Cost: Free
Example Usage:
"Check my credit balance"
"How many credits do I have left?"4. ๐ฅ Check API Health
Monitor the health status of the MusicMCP.AI API service.
Cost: Free
Example Usage:
"Check API service status"๐ฐ Credits & Pricing
Operation | Credits Cost | Output |
Generate Inspiration Music | 5 credits | 2 songs |
Generate Custom Music | 5 credits | 2 songs |
Query Music Status | 0 credits (Free) | - |
Check Credit Balance | 0 credits (Free) | - |
API Health Check | 0 credits (Free) | - |
๐ก Example Usage
โ ๏ธ Note: MusicMCP.AI credits are required to use the music generation tools.
Try asking Claude:
Inspiration Mode:
"Please help me generate a song about a peaceful morning"
"Want a song that expresses longing"
"Create music about friendship"
"Generate an ambient music track"
Custom Mode:
"Please help me generate a song, Title: Summer Dreams, Lyrics: [complete lyrics], Style: folk"
"Create a song, Title: Spring Promise, Lyrics: [complete lyrics], Pop style"
"Generate an instrumental song, Title: Ocean Breeze, Style: ambient"
Management Functions:
"Check my credit balance"
"How many credits do I have left?"
"Check API service status"
๐ฆ Installation
Using uv (Recommended)
uvx aimusic-mcpUsing pip
pip install aimusic-mcp๐ API Integration
This MCP server integrates with MusicMCP.AI's RESTful API:
POST /music/generate/inspiration: Create music generation task (inspiration mode)POST /music/generate/custom: Create custom music generation taskPOST /music/generate/query: Query music status (batch query supported)GET /credit: Check credit balanceGET /health: Check API service health
๐ Async API Workflow
Music generation is asynchronous. The MCP server handles this automatically:
Step 1: Submit Generation Request
POST /music/generate/inspiration or /music/generate/custom
โ Returns: {"code": 200, "data": {"ids": ["id1", "id2"]}}Step 2: Automatic Polling (handled internally by MCP)
POST /music/generate/query with {"ids": ["id1", "id2"]}
โ Polls every 2 seconds until status = 1 (completed)
โ Song status: 0 = Failed, 1 = Completed, 2 = In ProgressStep 3: Return Complete Song Information
Once all songs are completed, returns full details:
- songName, songUrl, imgUrl, duration, tags, etc.Behind the Scenes:
User calls
generate_prompt_song()orgenerate_custom_song()MCP sends generation request โ receives 2 song IDs
MCP automatically polls
/music/generate/queryevery 2 secondsWhen all songs complete (status=1), returns download URLs
Default timeout: 10 minutes (configurable via
TIME_OUT_SECONDS)
Important Notes:
โฑ๏ธ Generation typically takes 2-5 minutes per song
๐ The MCP server handles all polling automatically
๐ต Each generation always creates 2 song variations
๐ฐ Credits (5) are deducted when generation request succeeds
โ ๏ธ If generation fails, credits are NOT consumed
๐ Troubleshooting
Common Issues
API Key Error: Ensure
MUSICMCP_API_KEYis set correctlyUse the
check_credit_balancetool to check your key
Insufficient Credits (402 Error): You don't have enough credits
Check your balance at https://www.musicmcp.ai
Recharge your account
Timeout Errors: Increase
TIME_OUT_SECONDSif music generation takes longer
Logs
When running with Claude Desktop, logs can be found at:
Windows:
%APPDATA%\Claude\logs\mcp-server-MusicMCP.AI.logmacOS:
~/Library/Logs/Claude/mcp-server-MusicMCP.AI.log
๐งช Development
Running Tests
pytest tests/Local Development
python -m musicmcp_ai_mcp.apiCode Structure
musicmcp_ai_mcp/
โโโ __init__.py # Package initialization
โโโ __main__.py # CLI entry point
โโโ api.py # Core MCP server implementation (430 lines)๐ Links
Platform: https://www.musicmcp.ai
Documentation: https://www.musicmcp.ai/docs
Support: support@musicmcp.ai
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
Made with โค๏ธ by the MusicMCP.AI Team
Transform your ideas into music with AI
Available Tools
4 toolscheck_api_healthA
Check the health status of the MusicMCP.AI API service.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| text | Yes | |
| type | Yes | |
| _meta | No | |
| annotations | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It correctly indicates this is a read operation ('Check') but doesn't specify what the health check entails (e.g., response time, uptime, specific endpoints), whether it requires authentication, rate limits, or what constitutes 'healthy' status. The description provides basic behavioral context but lacks operational details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence that states the tool's purpose without any unnecessary words. It's front-loaded with the core action and resource, making it immediately understandable. Every word earns its place, and there's no redundancy or structural issues.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (zero parameters, health check operation) and the presence of an output schema, the description is reasonably complete. It states what the tool does at a high level, though it could benefit from slightly more detail about what 'health status' includes. The output schema will handle return value documentation, so the description doesn't need to cover that aspect.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters with 100% schema description coverage, so the baseline is 4. The description appropriately doesn't mention parameters since none exist, and it doesn't need to compensate for any schema gaps. The description focuses correctly on the tool's purpose rather than parameter details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb ('Check') and resource ('health status of the MusicMCP.AI API service'), making the purpose immediately understandable. It doesn't explicitly differentiate from sibling tools like check_credit_balance, but the specific focus on API health provides inherent distinction. The description avoids tautology by specifying what is being checked beyond just the tool name.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context (monitoring API health) but doesn't provide explicit guidance on when to use this tool versus alternatives like check_credit_balance or the song generation tools. No when-not-to-use scenarios or prerequisites are mentioned. The implied context is reasonable but lacks explicit comparison or exclusion criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_credit_balanceC
Check your credit balance.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| text | Yes | |
| type | Yes | |
| _meta | No | |
| annotations | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. 'Check' implies a read-only operation, but the description doesn't specify authentication requirements, rate limits, response format, or whether this affects system state. For a financial tool with zero annotation coverage, this leaves significant behavioral questions unanswered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise - a single four-word sentence that communicates the core purpose without unnecessary elaboration. While perhaps too minimal for optimal clarity, it's efficiently structured with zero wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has zero parameters, 100% schema coverage, and an output schema exists, the description's minimalism is somewhat acceptable. However, for a financial balance check with no annotations, the description should ideally specify what type of credits, for which account/system, and basic behavioral context to be truly complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters with 100% schema description coverage, so no parameter documentation is needed. The description appropriately doesn't discuss parameters, earning a baseline score of 4 for matching the schema's completeness regarding inputs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Check your credit balance' clearly states the action (check) and resource (credit balance), making the basic purpose understandable. However, it doesn't differentiate this tool from its siblings (health check, song generation tools) or specify what system/account's credit balance is being checked, leaving room for ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. There's no mention of prerequisites, frequency recommendations, or comparison to sibling tools like check_api_health. The agent must infer usage context entirely from the tool name and description alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_custom_songA
๐ต Custom Mode: Generate songs based on detailed song information (user specifies song name, lyrics, style, etc.)
Use case: Use when users provide detailed song information including song name, complete lyrics, and style.
Example inputs:
- "Song name: Summer of Cicada Shedding, Lyrics: [complete lyrics], style: folk"
โ ๏ธ COST WARNING: This tool makes an API call to MusicMCP.AI which may incur costs (5 credits per generation). Each generation creates 2 songs. Only use when explicitly requested by the user.
Language Note: Pass the title and lyrics in the user's input language.
Args:
title (str): Song title, required
lyric (str, optional): Complete lyrics content, not required when instrumental is True
tags (str, optional): Music style tags (e.g., 'pop', 'rock', 'folk')
instrumental (bool): Whether instrumental only (no lyrics)
Returns:
Song information including download URLs
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| instrumental | Yes | ||
| lyric | No | ||
| tags | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key traits: it's a generative tool that makes API calls to MusicMCP.AI, incurs costs (5 credits per generation), creates 2 songs per generation, and handles multilingual inputs. However, it doesn't mention rate limits, error conditions, or authentication needs.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured and appropriately sized. It starts with the core purpose, followed by usage guidelines, example, cost warning, language note, and parameter explanations. Every sentence adds value with no redundant information, making it easy to scan and understand.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (generative, cost-incurring, multilingual) and the presence of an output schema (which handles return values), the description is complete enough. It covers purpose, usage, behavioral traits, cost implications, language handling, and parameter semantics, providing comprehensive context for effective tool selection and invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description must compensate. It provides meaningful context for all parameters: title is required and part of detailed song information, lyric is optional and not required when instrumental is True, tags specify music style, and instrumental indicates whether the song is lyrics-free. The description adds value beyond the bare schema by explaining relationships between parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool generates songs based on detailed song information, specifying the verb 'generate' and resource 'songs'. It distinguishes from sibling tools like generate_prompt_song by emphasizing 'detailed song information' and 'custom mode', making its specific purpose evident.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states 'Use when users provide detailed song information including song name, complete lyrics, and style' and provides a clear example. It also includes a cost warning that advises 'Only use when explicitly requested by the user', offering strong guidance on when to use and when to avoid this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_prompt_songA
๐ผ Inspiration Mode: Generate songs based on simple text descriptions (AI automatically generates title, lyrics, style, etc.)
Use case: Use when users only provide simple song themes or emotional descriptions without detailed specifications.
Example inputs:
- "Help me generate a song about a peaceful morning"
- "Want a song that expresses longing"
- "Create music about friendship"
โ ๏ธ COST WARNING: This tool makes an API call to MusicMCP.AI which may incur costs (5 credits per generation). Each generation creates 2 songs. Only use when explicitly requested by the user.
Language Note: Pass the prompt in the user's input language.
Args:
prompt (str): Song theme or emotional description, 1-1200 characters
instrumental (bool): Whether instrumental only (no lyrics)
style (str, optional): Music style (e.g., "ambient", "pop", "rock"), default None
Returns:
Song information including download URLs
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| instrumental | Yes | ||
| style | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden and does well: discloses cost implications (5 credits per generation, API call to MusicMCP.AI), specifies output quantity (2 songs per generation), mentions language handling (pass prompt in user's input language), and describes return format (song information including download URLs). Could improve by mentioning rate limits or error conditions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Well-structured with clear sections: purpose statement, usage guidelines, examples, warnings, language note, parameter explanations, and return description. Every sentence adds value with zero wasted text. Front-loaded with core functionality.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 3 parameters with 0% schema coverage and no annotations, the description provides comprehensive context: clear purpose, usage guidelines, behavioral details (cost, output quantity, language handling), parameter semantics, and mentions return format. With output schema existing, it appropriately doesn't detail return values further.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so description must compensate. It provides good semantic context for all 3 parameters: 'prompt' as 'Song theme or emotional description, 1-1200 characters', 'instrumental' as 'Whether instrumental only (no lyrics)', and 'style' as 'Music style (e.g., "ambient", "pop", "rock"), default None'. Adds character limits and examples beyond basic schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Generate songs based on simple text descriptions' with AI generating title, lyrics, style, etc. It distinguishes from sibling 'generate_custom_song' by specifying this is for 'simple text descriptions' versus presumably more detailed specifications.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use: 'Use when users only provide simple song themes or emotional descriptions without detailed specifications.' Provides three concrete example inputs and warns against unnecessary use due to cost implications. Clearly differentiates from more detailed song generation alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
The four tools have clearly distinct purposes: check_api_health monitors service status, check_credit_balance queries account credits, generate_custom_song creates songs from detailed specifications, and generate_prompt_song generates songs from simple themes. There is no overlap or ambiguity between these functions, making tool selection straightforward for an agent.
All tool names follow a consistent verb_noun pattern (check_api_health, check_credit_balance, generate_custom_song, generate_prompt_song). The naming is uniform and predictable, using snake_case throughout with clear action-object pairs that enhance readability and usability.
With 4 tools, the count is reasonable for a music generation service, covering essential operations like health checks, balance inquiries, and two song generation modes. However, it feels slightly thin as it lacks tools for managing generated songs (e.g., list, delete) or handling credits beyond checking balance, which could limit functionality in extended workflows.
The toolset covers core song generation and basic service operations, but has notable gaps. There are no tools for managing generated songs (e.g., retrieval, deletion), handling credits (e.g., purchase, usage history), or configuring settings. This incompleteness may require workarounds for agents, especially in scenarios involving song lifecycle management or credit transactions.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
AI music studio: song generation with vocals, covers, stems, voice conversion, mastering, editing.
Generate Suno AI music (v5.5) from any MCP client. Async; billed only on success.
MCP server for Suno AI music generation, lyrics, and covers
Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables music generation through Suno AI, providing tools for account authentication, prompt-based track creation, and automatic downloading of audio files. It facilitates seamless AI music production workflows within Claude Desktop via Playwright-driven browser automation.101MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI music generation via Suno AI, allowing users to generate tracks with prompts and styles, and download them as MP3.MIT
- AlicenseAqualityDmaintenanceEnables AI-powered music generation through natural language commands, supporting both inspiration and custom modes with automatic polling for async generation.4MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/amCharlie/aimusic-mcp-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server