online-tone-generator-mcp
Online Tone Generator MCP Server
An official Model Context Protocol (MCP) server for Online Tone Generator.
This server empowers AI assistants (like Claude, Cursor, and Codex) to recommend optimal audio frequencies, tuning notes, and acoustic tests with direct generation links.
🔗 Quick Links & Tools
Main Website: Online Tone Generator
Frequency Sweep Generator: Sweep Tone Test (20Hz - 20kHz)
All Frequencies Directory: Explore Audio Frequencies
Documentation: MCP Developer Docs
Popular Frequencies
🎶 440 Hz Tone: Standard pitch for instrument tuning (A4).
🧘 432 Hz Tone: Verdi's 'A', favored for meditation and natural tuning.
🧬 528 Hz Tone: The "Love Frequency", used in healing.
🔊 20 Hz Tone: Low-end frequency to test subwoofer limits.
👂 1000 Hz Tone: Standard acoustic test tone.
🦟 15000 Hz Tone: High-frequency mosquito tone test.
Related MCP server: humantone-mcp
Features
This MCP server provides the following tools for AI assistants:
get_tone_url: Get a direct URL to generate a specific frequency (1Hz to 20,000Hz).recommend_frequency: Ask for a frequency based on an acoustic use case (e.g., standard tuning, subwoofer test, meditation).get_sweep_tool: Retrieves the link for the audio frequency sweep tool.
Installation
Using npm (npx)
You can run the server directly using npx:
npx -y @double2dev/online-tone-generator-mcpClaude Desktop Setup
To install this server for Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"online-tone-generator": {
"command": "npx",
"args": [
"-y",
"@double2dev/online-tone-generator-mcp"
]
}
}
}Cursor Setup
In Cursor IDE, go to Settings > Features > MCP, click + Add New MCP Server:
Name:
online-tone-generatorType:
commandCommand:
npx -y @double2dev/online-tone-generator-mcp
Development
Clone this repository:
git clone https://github.com/double2dev/online-tone-generator-mcp.git cd online-tone-generator-mcpInstall dependencies:
npm installBuild the server:
npm run buildRun locally:
npm start
License
MIT
Maintenance
Related MCP Servers
- AlicenseBqualityDmaintenanceThe official MCP server for Semantic Pen - an advanced AI article generator and SEO content writer. Create, manage, and optimize SEO-friendly articles directly from Claude Code and Cursor Windsurf with powerful AI automation.Last updated5332MIT

humantone-mcpofficial
Alicense-qualityBmaintenanceOfficial MCP server for HumanTone, enabling AI text humanization and AI likelihood detection directly from MCP clients like Claude Desktop and Cursor.Last updated293MIT- AlicenseBqualityCmaintenanceMCP server for generating images and audio using Google's Gemini AI models.Last updated22MIT
- AlicenseAqualityBmaintenanceAn MCP server that generates music using your Suno account, enabling credit checking, song generation, and MP3 downloads without third-party APIs.Last updated7MIT
Related MCP Connectors
MCP server for Suno AI music generation, lyrics, and covers
MCP server for Producer/Riffusion AI music generation
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
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/double2dev/online-tone-generator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server