Skip to main content
Glama
TypeWhisper

TypeWhisper MCP

Official
by TypeWhisper

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TYPEWHISPER_DEVNoSet to '1' to use development discovery files (equivalent to --dev flag).
TYPEWHISPER_API_PORTNoPort for the TypeWhisper API (used in discovery if base URL not set).
TYPEWHISPER_API_TOKENNoAPI token for authenticating with the TypeWhisper server.
TYPEWHISPER_API_BASE_URLNoBase 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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