What is MCP? Model Context Protocol is an open standard that lets AI assistants (Cursor, Claude, etc.) access external documentation directly—enabling smarter code suggestions and instant API lookups.
Why Use AudioPod MCP?
When you connect the AudioPod MCP server to your AI coding assistant:- Accurate API calls — AI knows exact parameters, modes, and response formats
- Instant documentation — No switching to browser to look up APIs
- Real examples — AI can reference working Python & Node.js code
- Up-to-date — Always uses current documentation from docs.audiopod.ai
Setup for Cursor IDE
Step 1: Open MCP Settings
In Cursor, open settings:- macOS:
Cmd + ,→ Search “MCP” - Windows/Linux:
Ctrl + ,→ Search “MCP”
Cmd/Ctrl + Shift + P → “Cursor: Open MCP Settings”
Step 2: Add AudioPod MCP Server
Add the following to your MCP configuration:Step 3: Restart Cursor
Restart Cursor for the changes to take effect.Step 4: Verify It Works
Ask your AI assistant:“Search AudioPod docs for stem separation API”If configured correctly, you’ll see documentation results with API details, code examples, and pricing.
Usage Examples
Once connected, ask your AI assistant questions like:API Usage
API Usage
- “How do I use the AudioPod stem splitter API?”
- “What stem separation modes are available?”
- “Show me the transcription API parameters”
SDK Examples
SDK Examples
- “Give me Python code to separate stems”
- “How do I handle errors in the Node.js SDK?”
- “Show me voice cloning examples”
Pricing & Account
Pricing & Account
- “What does AudioPod charge for stem separation?”
- “How do I check my wallet balance?”
- “How do I create an API key?”
Available Tool
The MCP server provides one powerful tool:| Tool | Description |
|---|---|
SearchAudioPodAi | Semantic search across all AudioPod documentation |
What It Searches
- API Reference — All endpoints, parameters, responses
- SDK Documentation — Python & Node.js examples
- Pricing — Service rates and cost estimation
- Authentication — API keys, tokens, scopes
- Error Handling — Exception types and recovery
Sample Query Response
When you search for “stem splitter API”, the MCP returns:Troubleshooting
MCP Not Responding
MCP Not Responding
- Check your internet connection
- Verify URL is exactly:
https://docs.audiopod.ai/mcp - Restart Cursor IDE
- Check Cursor’s MCP logs for errors
No Search Results
No Search Results
- Try more specific queries (e.g., “stem separation modes” vs “stems”)
- Use different keywords
- Check if the topic is covered in our docs
Connection Errors
Connection Errors
Test the endpoint directly:
