Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸŽ™οΈ Speech-to-Text
  3. Speko
Speko logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:04:34 PM

Speko

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Official Speko MCP server: build, run, and migrate voice agents (STT/TTS/V2V) for coding agents.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "speko-2": {
      "command": "npx",
      "args": [
        "-y",
        "https://smithery.ai/badge/abat/speko)](https://smithery.ai/servers/abat/speko"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸŽ™οΈ More in Speech-to-Text

Documentation Overview

spekoai-mcp

smithery badge

Model Context Protocol server for SpekoAI. The hosted server exposes one authenticated endpoint:

txt
https://mcp.speko.ai/mcp

It supports OAuth for interactive MCP clients and Speko API keys for clients that can send custom request headers.

Install in an MCP client

OAuth-capable clients:

config.json
{
  "mcpServers": {
    "spekoai": {
      "url": "https://mcp.speko.ai/mcp"
    }
  }
}

API-key clients:

config.json
{
  "mcpServers": {
    "spekoai": {
      "url": "https://mcp.speko.ai/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_xxx"
      }
    }
  }
}

Surfaces

The hosted server exposes the operational tools below plus a docs self-serve surface: the docs.search tool (full-text search over bundled Speko docs) and the spekoai://docs/index + spekoai://docs/{slug} resources. MCP prompts, components, and scaffolding tools are not advertised.

Tool names use domain/action dot notation for client grouping.

Builder profile

App builders (v0, Lovable, Bolt, Replit, Base44, Figma Make) can add the server with a curated, right-sized preset instead of the full operational surface:

txt
https://mcp.speko.ai/mcp?profile=builder

Auth is identical to /mcp (same OAuth flow, same API-key header). The builder profile advertises exactly these tools:

  • docs.search β€” bundled Speko docs search
  • voices.list β€” TTS voice + provider catalog
  • models.list β€” STT/LLM/TTS/S2S provider+model catalog (allowedProviders ids)
  • agents.list / agents.get β€” read agent configs
  • agents.preview_stacks β€” the stack preview agents.create requires first
  • calls.get / sessions.transcript.get / calls.recording.get β€” the agents.test_call review path (poll the call, read transcript/recording)
  • code_snippets.get β€” ready-to-paste integration code (web voice call + server-side session mint) for nextjs, react, node, python, or curl
  • agents.create / agents.test_call β€” the only writes

voices.list, models.list, and code_snippets.get exist only in the builder profile. Any other profile value (or none) serves the default surface below, unchanged. Note that MCP tools only inform the builder's agent during code generation β€” the generated app cannot call MCP tools at runtime. Runtime integration is a SPEKO_API_KEY environment variable plus the SDKs, which is exactly what code_snippets.get returns.

Account

  • organization.get
  • credits.balance.get
  • credits.ledger.list
  • usage.summary.get

Agents and Tools

  • agents.list
  • agents.create
  • agents.get
  • agents.update
  • agents.delete
  • agents.tools.list
  • agents.tools.create
  • agents.tools.get
  • agents.tools.update
  • agents.tools.delete

Versions, Sessions, and Calls

  • agents.deploy
  • agents.rollback
  • agents.versions.list
  • sessions.create
  • sessions.phone.create
  • sessions.list
  • sessions.get
  • sessions.transcript.get
  • sessions.recording.get
  • agents.calls.list
  • calls.get
  • calls.recording.get

Phone Numbers, Knowledge Bases, and Evals

  • phone_numbers.list
  • phone_numbers.available.search
  • phone_numbers.create
  • phone_numbers.get
  • phone_numbers.update
  • phone_numbers.delete
  • knowledge_bases.create
  • knowledge_bases.list
  • knowledge_bases.get
  • knowledge_bases.delete
  • knowledge_bases.documents.list
  • knowledge_bases.documents.create
  • knowledge_bases.documents.get
  • knowledge_bases.documents.delete
  • knowledge_bases.documents.finalize
  • agents.evals.list
  • agents.evals.create
  • agents.evals.run
  • evals.get

Build and Migration Helpers

  • migration.workspace.inspect
  • migration.session_config.build
  • migration.external_config.parse
  • migration.briefing.render
  • share_cards.create

Router keys

Keys for the OpenAI-compatible router at https://api.speko.ai/v1. A router key carries its own routing policy β€” language, use case, objective, max price, and an ordered chain per stage whose element 0 is the pin and whose remaining elements are the failover order β€” so a caller who configured it sends no routing headers.

  • router.keys.list
  • router.keys.create
  • router.keys.update
  • router.keys.revoke

These four require OAuth. A Speko API key is refused, and is never sent to the control plane: a machine credential must not be able to mint further credentials.

Docs

  • docs.search - full-text search over the bundled Speko docs (SDK/adapter READMEs, hosted llms.txt exports, migration guides). Hits link to spekoai://docs/{slug} resources; spekoai://docs/index lists every doc.

Auth model

The server has no long-lived SpekoAI credential of its own. Tools forward the caller credential to the Speko API. The credential can be an OAuth access token minted by the platform or a Speko API key supplied by the MCP client as Authorization: Bearer ....

If OAuth env vars are configured, /mcp accepts OAuth or Speko API keys. If OAuth env vars are absent, /mcp still requires a valid Speko API key. Partial OAuth configuration fails closed at startup.

The one exception is router.keys.*, which requires OAuth. Router key tools talk to the router control plane (SPEKOAI_ROUTER_CONTROL_URL, default https://control.speko.ai) rather than the Speko API, and that plane authenticates a signed-in user, never a machine principal.

Related MCP Servers

View all in Speech-to-Text View all alternatives
  • Speko logoSpeko

    Official Speko MCP server: build, run, and migrate voice agents (STT/TTS/V2V) for coding agents.

    πŸŽ™οΈ Speech-to-Text0 views
    Compare vs Speko β†’
  • V
    Voicemode

    Natural voice conversations for AI assistants - STT/TTS via MCP

    πŸŽ™οΈ Speech-to-Text0 views
    Compare vs Voicemode β†’
  • V
    Voice Audio Mcp

    Voice Audio MCP server. Tools: text to speech, list voices, transcribe. Built by MEOK AI Labs.

    πŸŽ™οΈ Speech-to-Text0 views
    Compare vs Voice Audio Mcp β†’
  • G
    Gilbert Mcp

    Gilbert meetings: list, search, and fetch transcripts & summaries via MCP.

    πŸŽ™οΈ Speech-to-Text0 views
    Compare vs Gilbert Mcp β†’

Frequently Asked Questions about Speko

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "speko": { "command": "npx", "args": ["-y", "Speko"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSpeko AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/speko-2?style=directory)](https://allmcps.com/mcp/speko-2)
HTML Embed
<a href="https://allmcps.com/mcp/speko-2"><img src="https://allmcps.com/api/badge/speko-2?style=directory" alt="Speko on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸŽ™οΈSpeech-to-Text
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 7, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸŽ™οΈ Speech-to-Text β†’Alternatives to Speko β†’Install in Claude DesktopInstall in CursorInstall in VS Code