Speko AI
FreeNot checkedManage Speko voice-AI agents, sessions, calls, phone numbers, knowledge bases, evals, and docs.
About
Manage Speko voice-AI agents, sessions, calls, phone numbers, knowledge bases, evals, and docs.
README
Model Context Protocol server for SpekoAI. The hosted server exposes one authenticated endpoint:
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:
{
"mcpServers": {
"spekoai": {
"url": "https://mcp.speko.ai/mcp"
}
}
}
API-key clients:
{
"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:
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 searchvoices.list— TTS voice + provider catalogmodels.list— STT/LLM/TTS/S2S provider+model catalog (allowedProvidersids)agents.list/agents.get— read agent configsagents.preview_stacks— the stack previewagents.createrequires firstcalls.get/sessions.transcript.get/calls.recording.get— theagents.test_callreview path (poll the call, read transcript/recording)code_snippets.get— ready-to-paste integration code (web voice call + server-side session mint) fornextjs,react,node,python, orcurlagents.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.getcredits.balance.getcredits.ledger.listusage.summary.get
Agents and Tools
agents.listagents.createagents.getagents.updateagents.deleteagents.tools.listagents.tools.createagents.tools.getagents.tools.updateagents.tools.delete
Versions, Sessions, and Calls
agents.deployagents.rollbackagents.versions.listsessions.createsessions.phone.createsessions.listsessions.getsessions.transcript.getsessions.recording.getagents.calls.listcalls.getcalls.recording.get
Phone Numbers, Knowledge Bases, and Evals
phone_numbers.listphone_numbers.available.searchphone_numbers.createphone_numbers.getphone_numbers.updatephone_numbers.deleteknowledge_bases.createknowledge_bases.listknowledge_bases.getknowledge_bases.deleteknowledge_bases.documents.listknowledge_bases.documents.createknowledge_bases.documents.getknowledge_bases.documents.deleteknowledge_bases.documents.finalizeagents.evals.listagents.evals.createagents.evals.runevals.get
Build and Migration Helpers
migration.workspace.inspectmigration.session_config.buildmigration.external_config.parsemigration.briefing.rendershare_cards.create
Docs
docs.search- full-text search over the bundled Speko docs (SDK/adapter READMEs, hosted llms.txt exports, migration guides). Hits link tospekoai://docs/{slug}resources;spekoai://docs/indexlists 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.
Install Speko AI in Claude Desktop, Claude Code & Cursor
unyly install speko-aiInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add speko-ai -- uvx --from git+https://github.com/SpekoAI/mcp spekoai-mcpFAQ
Is Speko AI MCP free?
Yes, Speko AI MCP is free — one-click install via Unyly at no cost.
Does Speko AI need an API key?
No, Speko AI runs without API keys or environment variables.
Is Speko AI hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Speko AI in Claude Desktop, Claude Code or Cursor?
Open Speko AI on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Notion
Read and write pages in your workspace
by NotionLinear
Issues, cycles, triage — from Claude
by LinearGoogle Drive
Search and read your Drive files
by Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
by mindsdbCompare Speko AI with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All productivity MCPs
