MCP Server
MCP
Speak AI
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
Install
npx -y @speakai/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.speakai.co/v1/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@speakai/mcp-server",
"version": "1.21.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Speak AI API key. Generate one at https://app.speakai.co/developers/apikeys.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SPEAK_API_KEY"
},
{
"description": "Override the Speak AI API base URL. Defaults to https://api.speakai.co.",
"format": "string",
"default": "https://api.speakai.co",
"name": "SPEAK_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment