What is the Speak AI MCP server?
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
How to install Speak AI
Copy-paste configuration for popular MCP clients.
SPEAK_API_KEYrequiredsecretYour Speak AI API key. Generate one at https://app.speakai.co/developers/apikeys.
SPEAK_BASE_URLOverride the Speak AI API base URL. Defaults to https://api.speakai.co.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@speakai/mcp-server"
],
"env": {
"SPEAK_API_KEY": "<YOUR_SPEAK_API_KEY>",
"SPEAK_BASE_URL": "<YOUR_SPEAK_BASE_URL>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@speakai/mcp-server"
],
"env": {
"SPEAK_API_KEY": "<YOUR_SPEAK_API_KEY>",
"SPEAK_BASE_URL": "<YOUR_SPEAK_BASE_URL>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@speakai/mcp-server"
],
"env": {
"SPEAK_API_KEY": "<YOUR_SPEAK_API_KEY>",
"SPEAK_BASE_URL": "<YOUR_SPEAK_BASE_URL>"
}
}
}
}{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@speakai/mcp-server"
],
"env": {
"SPEAK_API_KEY": "<YOUR_SPEAK_API_KEY>",
"SPEAK_BASE_URL": "<YOUR_SPEAK_BASE_URL>"
}
}
}
}claude mcp add mcp-server --env SPEAK_API_KEY=<YOUR_SPEAK_API_KEY> --env SPEAK_BASE_URL=<YOUR_SPEAK_BASE_URL> -- npx -y @speakai/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.