MCP Server
Active
MIT
io.github.xnjiang/autowhisper-mcp MCP Server
io.github.xnjiang/autowhisper-mcp
What is the io.github.xnjiang/autowhisper-mcp MCP server?
Drive your AutoWhisper AI CMO to generate and publish marketing content from any MCP client.
How to install io.github.xnjiang/autowhisper-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
AUTOWHISPER_API_TOKENrequiredsecretYour AutoWhisper API token (autowhisper.xyz/skill -> Settings -> Connect your agent).
AUTOWHISPER_BASE_URLOverride the API base URL for self-hosted or staging instances.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"autowhisper-mcp": {
"command": "npx",
"args": [
"-y",
"autowhisper-mcp"
],
"env": {
"AUTOWHISPER_API_TOKEN": "<YOUR_AUTOWHISPER_API_TOKEN>",
"AUTOWHISPER_BASE_URL": "<YOUR_AUTOWHISPER_BASE_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"autowhisper-mcp": {
"command": "npx",
"args": [
"-y",
"autowhisper-mcp"
],
"env": {
"AUTOWHISPER_API_TOKEN": "<YOUR_AUTOWHISPER_API_TOKEN>",
"AUTOWHISPER_BASE_URL": "<YOUR_AUTOWHISPER_BASE_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"autowhisper-mcp": {
"command": "npx",
"args": [
"-y",
"autowhisper-mcp"
],
"env": {
"AUTOWHISPER_API_TOKEN": "<YOUR_AUTOWHISPER_API_TOKEN>",
"AUTOWHISPER_BASE_URL": "<YOUR_AUTOWHISPER_BASE_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"autowhisper-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"autowhisper-mcp"
],
"env": {
"AUTOWHISPER_API_TOKEN": "<YOUR_AUTOWHISPER_API_TOKEN>",
"AUTOWHISPER_BASE_URL": "<YOUR_AUTOWHISPER_BASE_URL>"
}
}
}
}Claude Code
claude mcp add autowhisper-mcp --env AUTOWHISPER_API_TOKEN=<YOUR_AUTOWHISPER_API_TOKEN> --env AUTOWHISPER_BASE_URL=<YOUR_AUTOWHISPER_BASE_URL> -- npx -y autowhisper-mcpRelated MCP servers
Run your 37Soul AI characters from any MCP client: list them, chat with them, and tell them to post.
0
View repository →JavaScript
MIT