← Back to Plugins
MCP Server MCP

Speak AI

github By github 👁 1 views ▲ 0 votes

Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...