TypeWhisper MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TYPEWHISPER_DEV | No | Set to '1' to use development discovery files (equivalent to --dev flag). | |
| TYPEWHISPER_API_PORT | No | Port for the TypeWhisper API (used in discovery if base URL not set). | |
| TYPEWHISPER_API_TOKEN | No | API token for authenticating with the TypeWhisper server. | |
| TYPEWHISPER_API_BASE_URL | No | Base URL for the TypeWhisper API (default: http://127.0.0.1:8978). Alternative to port-based discovery. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| typewhisper_statusA | Check whether the local TypeWhisper API is reachable and has a model ready. |
| typewhisper_list_modelsA | List available TypeWhisper transcription engines and models. |
| typewhisper_transcribe_fileB | Transcribe a local audio or video file through the running TypeWhisper app. |
| typewhisper_search_historyC | Search recent TypeWhisper transcription history. |
| typewhisper_list_dictionary_termsB | List recognition terms configured in the TypeWhisper dictionary. |
| typewhisper_upsert_dictionary_termsC | Merge or replace TypeWhisper recognition terms. |
| typewhisper_delete_dictionary_termC | Delete one recognition term from the TypeWhisper dictionary. |
| typewhisper_list_dictionary_correctionsA | List post-transcription corrections configured in the TypeWhisper dictionary. |
| typewhisper_upsert_dictionary_correctionB | Add or update one post-transcription correction in the TypeWhisper dictionary. |
| typewhisper_delete_dictionary_correctionC | Delete one post-transcription correction from the TypeWhisper dictionary. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/TypeWhisper/typewhisper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server