// mcp server
coming soonuse shrp directly inside claude, cursor, windsurf, and any mcp-compatible ai tool — no api calls, no glue code. add shrp once to your config and your ai agent can transcribe audio, pull youtube transcripts, and generate speech natively.
// what is mcp
mcp is an open standard that lets ai tools like claude and cursor call external capabilities as native tools — no custom integration required.
instead of writing fetch() calls, your ai agent calls shrp tools directly. youtube_transcript, text_to_speech, transcribe — as natural as built-in functions.
add your shrp api key to your mcp config once. every project that uses that config gets access to shrp automatically.
// tools
youtube_transcriptliveExtract a transcript from any YouTube video URL. Returns plain text or SRT.
url: stringformat?: "text" | "srt"text_to_speechliveConvert text to speech using Google Neural voices. Returns base64 MP3 audio.
text: stringvoiceName: stringlanguageCode: stringspeed?: numbertranscribecoming soonSubmit an audio or video file URL for AI transcription via AssemblyAI. Returns a job ID to poll for results.
fileUrl: stringlanguage?: stringspeakerLabels?: boolean// setup
add shrp to your mcp config with your api key. the server url and auth header are the same regardless of which client you use.
claude_desktop_config.json.cursor/mcp.json.codeiumrcmcp config// how it works in practice
go to /dashboard/api-keys and generate a shrp_live_ key. free accounts get 2 keys.
paste the config snippet above into your claude desktop, cursor, or windsurf mcp settings with your key.
tell your ai agent "get me the transcript of this video" or "convert this to speech" — it calls shrp automatically.
// why mcp over the rest api
the rest api requires you to write fetch calls and handle responses. mcp tools are called directly by the ai — zero boilerplate.
your ai agent can pull a youtube transcript or generate audio mid-task, without leaving the conversation or switching tools.
chain tools together. transcribe audio → summarise → convert summary to speech. all in one agent flow.
uses your existing api key and plan. no new accounts, no separate billing.