What is the Take The Meeting MCP server?
take-the-meeting MCP — wraps StupidAPIs (requires X-API-Key)
How to install Take The Meeting
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"take-the-meeting": {
"url": "https://gateway.pipeworx.io/take-the-meeting/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"take-the-meeting": {
"serverUrl": "https://gateway.pipeworx.io/take-the-meeting/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"take-the-meeting": {
"type": "http",
"url": "https://gateway.pipeworx.io/take-the-meeting/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"take-the-meeting": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/take-the-meeting/mcp"
]
}
}
}Claude Code
claude mcp add --transport http take-the-meeting https://gateway.pipeworx.io/take-the-meeting/mcp