Audio MCP Server
Overview
Audio MCP Server is a Model Context Protocol server that provides audio input/output capabilities for AI assistants like Claude, enabling interaction with your computer's audio system.
To use the Audio MCP Server, clone the repository, set up a virtual environment, install dependencies, and configure it with Claude Desktop. After setup, you can interact with the server through Claude by asking it to list audio devices, record audio, or play audio files.
- List available audio devices on your system - Record audio from microphones with customizable settings - Playback of recent recordings and audio files - Future implementation of text-to-speech functionality
- Recording audio for transcription or analysis
- Playing back audio for review or testing
- Integrating audio capabilities into AI assistant workflows
Add to your AI client
Use these steps to connect Audio MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"audio-mcp-server-gongrzhe": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-audio-mcp-server-gongrzhe"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"audio-mcp-server-gongrzhe": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-audio-mcp-server-gongrzhe"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"audio-mcp-server-gongrzhe": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-audio-mcp-server-gongrzhe"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"audio-mcp-server-gongrzhe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-audio-mcp-server-gongrzhe"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"audio-mcp-server-gongrzhe": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-audio-mcp-server-gongrzhe"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"audio-mcp-server-gongrzhe": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-audio-mcp-server-gongrzhe"
]
}
}
}FAQ
What are the system requirements?
Python 3.8 or higher and audio input/output devices are required.
How do I configure the server with Claude Desktop?
You need to add specific configuration settings to the Claude Desktop configuration file based on your operating system.
What should I do if no audio devices are found?
Ensure your devices are connected, recognized by the OS, and that you have the necessary permissions.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2483,"uuid":"f72db5bf-2f0f-40b3-9f92-ac7632fa1b3e","name":"Audio-MCP-Server","title":"Audio MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/38748229?v=4","created_at":"2025-03-13T08:18:58.889Z","updated_at":"2025-03-14T11:33:52.868Z","status":"created","author_name":"GongRzhe","author_avatar_url":"https://avatars.githubusercontent.com/u/38748229?v=4","tags":"audio-mcp,audio-server,ai-assistant","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/GongRzhe/Audio-MCP-Server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-12 18:50:03\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]